doom3-bfg/neo/cmake-vs2010-32bit.bat

6 lines
119 B
Batchfile
Raw Normal View History

2012-11-27 22:23:32 +00:00
cd ..
del /s /q build
mkdir build
cd build
cmake -G "Visual Studio 10" -DCMAKE_INSTALL_PREFIX=../bin/win32 ../neo
2012-11-27 22:23:32 +00:00
pause