0
0
Fork 0
mirror of https://github.com/id-Software/DOOM-3-BFG.git synced 2025-06-03 02:00:58 +00:00
doom3-bfg/neo/cmake-vs2013-32bit-openal.bat

6 lines
133 B
Batchfile
Raw Normal View History

cd ..
del /s /q build
mkdir build
cd build
cmake -G "Visual Studio 12" -DCMAKE_INSTALL_PREFIX=../bin/win8-32 -DOPENAL=ON ../neo
pause