diff --git a/neo/cmake-vs2012-32bit-openal.bat b/neo/cmake-vs2012-32bit-openal.bat new file mode 100644 index 00000000..8064e4c5 --- /dev/null +++ b/neo/cmake-vs2012-32bit-openal.bat @@ -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 \ No newline at end of file