From 4d610197f4fb6d7ad9366203fef42d23dfe0c12b Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Tue, 15 Mar 2016 02:10:01 +0100 Subject: [PATCH] Remove the call to generate.bat in build.bat. --- build.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/build.bat b/build.bat index c222fe5d..3d99f455 100644 --- a/build.bat +++ b/build.bat @@ -18,7 +18,6 @@ exit /B 1 :build set PLATFORM=Win32 set CONFIGURATION=ReleaseStatic -call generate msbuild /nologo /m /v:m %* build\iw4x.sln endlocal exit /B %ERRORLEVEL%