0
0
Fork 0
mirror of https://github.com/id-Software/DOOM-3-BFG.git synced 2025-02-28 22:51:25 +00:00
doom3-bfg/neo/cmake-vs2012-32bit.bat
2012-11-27 23:23:32 +01:00

6 lines
No EOL
83 B
Batchfile

cd ..
del /s /q build
mkdir build
cd build
cmake -G "Visual Studio 11" ../neo
pause