build.bat now accepts custom parameters, too!
This commit is contained in:
parent
614c36fbe2
commit
e8f63b3f9e
@ -21,6 +21,6 @@ endlocal
|
|||||||
exit /B 1
|
exit /B 1
|
||||||
|
|
||||||
:build
|
:build
|
||||||
msbuild /nologo /m /v:m /p:Configuration=Normal /p:Platform=Win32 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