0
0
Fork 0
mirror of https://github.com/id-Software/DOOM-3-BFG.git synced 2024-12-03 17:32:30 +00:00
doom3-bfg/neo/cmake-vs2012-64bit.bat
2013-01-05 00:13:35 +01:00

6 lines
No EOL
127 B
Batchfile

cd ..
del /s /q build
mkdir build
cd build
cmake -G "Visual Studio 11 Win64" -DCMAKE_INSTALL_PREFIX=../bin/win8-64 ../neo
pause