Remove the call to generate.bat in build.bat.

This commit is contained in:
/dev/urandom 2016-03-15 02:10:01 +01:00
parent 536cb2f171
commit 4d610197f4
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -18,7 +18,6 @@ exit /B 1
:build :build
set PLATFORM=Win32 set PLATFORM=Win32
set CONFIGURATION=ReleaseStatic set CONFIGURATION=ReleaseStatic
call generate
msbuild /nologo /m /v:m %* build\iw4x.sln msbuild /nologo /m /v:m %* build\iw4x.sln
endlocal endlocal
exit /B %ERRORLEVEL% exit /B %ERRORLEVEL%