build.bat now accepts custom parameters, too!

This commit is contained in:
/dev/urandom 2016-01-03 15:19:35 +01:00
parent 614c36fbe2
commit e8f63b3f9e
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -21,6 +21,6 @@ endlocal
exit /B 1
:build
msbuild /nologo /m /v:m /p:Configuration=Normal /p:Platform=Win32 build\iw4x.sln
msbuild /nologo /m /v:m %* build\iw4x.sln
endlocal
exit /B %ERRORLEVEL%