Added CMake batch file for OpenAL

This commit is contained in:
Robert Beckebans 2013-06-01 15:15:18 +02:00
parent db715535cc
commit 2a4970c86c

View 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