iw6-mod/build.bat

5 lines
166 B
Batchfile
Raw Permalink Normal View History

2024-02-27 01:38:06 -05:00
@echo off
"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\msbuild.exe" build\iw6-mod.sln /p:Configuration=Release /p:Platform=x64
2024-02-27 01:38:06 -05:00
pause