diff --git a/neo/cmake-vs2010-32bit.bat b/neo/cmake-vs2010-32bit.bat deleted file mode 100644 index 409edc5b..00000000 --- a/neo/cmake-vs2010-32bit.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 10" -DCMAKE_INSTALL_PREFIX=../bin/win32 ../neo -pause \ No newline at end of file diff --git a/neo/cmake-vs2010-64bit.bat b/neo/cmake-vs2010-64bit.bat deleted file mode 100644 index 2932547b..00000000 --- a/neo/cmake-vs2010-64bit.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=../bin/win64 ../neo -pause \ No newline at end of file diff --git a/neo/cmake-vs2012-32bit-openal.bat b/neo/cmake-vs2012-32bit-openal.bat deleted file mode 100644 index 8064e4c5..00000000 --- a/neo/cmake-vs2012-32bit-openal.bat +++ /dev/null @@ -1,6 +0,0 @@ -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 diff --git a/neo/cmake-vs2012-32bit.bat b/neo/cmake-vs2012-32bit.bat deleted file mode 100644 index 07aff35a..00000000 --- a/neo/cmake-vs2012-32bit.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 11" -DCMAKE_INSTALL_PREFIX=../bin/win8-32 ../neo -pause \ No newline at end of file diff --git a/neo/cmake-vs2012-64bit.bat b/neo/cmake-vs2012-64bit.bat deleted file mode 100644 index e8c17996..00000000 --- a/neo/cmake-vs2012-64bit.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 11 Win64" -DCMAKE_INSTALL_PREFIX=../bin/win8-64 ../neo -pause \ No newline at end of file