mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-02 00:41:51 +00:00
Added CMake batch file for OpenAL
This commit is contained in:
parent
db715535cc
commit
2a4970c86c
1 changed files with 6 additions and 0 deletions
6
neo/cmake-vs2012-32bit-openal.bat
Normal file
6
neo/cmake-vs2012-32bit-openal.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
cd ..
|
||||
del /s /q build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Visual Studio 11" -DCMAKE_INSTALL_PREFIX=../bin/win8-32 -DOPENAL=ON ../neo
|
||||
pause
|
Loading…
Reference in a new issue