Remove the call to generate.bat in build.bat.
This commit is contained in:
parent
536cb2f171
commit
4d610197f4
@ -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%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user