diff --git a/neo/cmake-vs2013-32bit-openal.bat b/neo/cmake-vs2013-32bit-openal.bat new file mode 100644 index 00000000..a185f45a --- /dev/null +++ b/neo/cmake-vs2013-32bit-openal.bat @@ -0,0 +1,6 @@ +cd .. +del /s /q build +mkdir build +cd build +cmake -G "Visual Studio 12" -DCMAKE_INSTALL_PREFIX=../bin/win8-32 -DOPENAL=ON ../neo +pause \ No newline at end of file diff --git a/neo/cmake-vs2013-32bit.bat b/neo/cmake-vs2013-32bit.bat new file mode 100644 index 00000000..2f5fe1bb --- /dev/null +++ b/neo/cmake-vs2013-32bit.bat @@ -0,0 +1,6 @@ +cd .. +del /s /q build +mkdir build +cd build +cmake -G "Visual Studio 12" -DCMAKE_INSTALL_PREFIX=../bin/win8-32 ../neo +pause \ No newline at end of file diff --git a/neo/cmake-vs2013-64bit.bat b/neo/cmake-vs2013-64bit.bat new file mode 100644 index 00000000..e20a0421 --- /dev/null +++ b/neo/cmake-vs2013-64bit.bat @@ -0,0 +1,6 @@ +cd .. +del /s /q build +mkdir build +cd build +cmake -G "Visual Studio 12 Win64" -DCMAKE_INSTALL_PREFIX=../bin/win8-64 ../neo +pause \ No newline at end of file