diff --git a/build/build-MinGW32-debug.bat b/build/build-MinGW32-debug.bat index 5c6ff82e5..e60ca7211 100644 --- a/build/build-MinGW32-debug.bat +++ b/build/build-MinGW32-debug.bat @@ -1,4 +1,5 @@ mkdir build-real cd build-real cmake ..\.. -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE:string=Debug -mingw32-make \ No newline at end of file +mingw32-make +pause \ No newline at end of file diff --git a/build/build-MinGW32-release.bat b/build/build-MinGW32-release.bat index fc4c6081b..4a6c68836 100644 --- a/build/build-MinGW32-release.bat +++ b/build/build-MinGW32-release.bat @@ -1,4 +1,5 @@ mkdir build-real cd build-real cmake ..\.. -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE:string=Release -mingw32-make \ No newline at end of file +mingw32-make +pause \ No newline at end of file diff --git a/build/generate-MSVC-2002.bat b/build/generate-MSVC-2002.bat index 5f1d37a6e..4f6b68065 100644 --- a/build/generate-MSVC-2002.bat +++ b/build/generate-MSVC-2002.bat @@ -1,3 +1,4 @@ mkdir build-real cd build-real -cmake ..\.. -G"Visual Studio 7" \ No newline at end of file +cmake ..\.. -G"Visual Studio 7" +pause \ No newline at end of file diff --git a/build/generate-MSVC-2003.bat b/build/generate-MSVC-2003.bat index 332d81f2b..c45e02e4f 100644 --- a/build/generate-MSVC-2003.bat +++ b/build/generate-MSVC-2003.bat @@ -1,3 +1,4 @@ mkdir build-real cd build-real -cmake ..\.. -G"Visual Studio 7 .NET 2003" \ No newline at end of file +cmake ..\.. -G"Visual Studio 7 .NET 2003" +pause \ No newline at end of file diff --git a/build/generate-MSVC-2005.bat b/build/generate-MSVC-2005.bat index 6c652421d..a187b4663 100644 --- a/build/generate-MSVC-2005.bat +++ b/build/generate-MSVC-2005.bat @@ -1,3 +1,4 @@ mkdir build-real cd build-real -cmake ..\.. -G"Visual Studio 8 2005" \ No newline at end of file +cmake ..\.. -G"Visual Studio 8 2005" +pause \ No newline at end of file diff --git a/build/generate-MSVC-2008.bat b/build/generate-MSVC-2008.bat index ebc95fbfb..79e95a8c5 100644 --- a/build/generate-MSVC-2008.bat +++ b/build/generate-MSVC-2008.bat @@ -1,3 +1,4 @@ mkdir build-real cd build-real -cmake ..\.. -G"Visual Studio 9 2008" \ No newline at end of file +cmake ..\.. -G"Visual Studio 9 2008" +pause \ No newline at end of file