doom3-bfg/neo/cmake-vs2012-32bit-openal.bat

6 lines
133 B
Batchfile
Raw Normal View History

2013-06-01 13:15:18 +00:00
cd ..
del /s /q build
mkdir build
cd build
cmake -G "Visual Studio 11" -DCMAKE_INSTALL_PREFIX=../bin/win8-32 -DOPENAL=ON ../neo
pause