From 2a4970c86c74eceda2b06e90c797ce935149deaf Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Sat, 1 Jun 2013 15:15:18 +0200 Subject: [PATCH] Added CMake batch file for OpenAL --- neo/cmake-vs2012-32bit-openal.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 neo/cmake-vs2012-32bit-openal.bat 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