diff options
author | Filippos Karapetis | 2008-01-22 09:08:59 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-01-22 09:08:59 +0000 |
commit | f7fa04227c25b26e7b6f50a49d6b30fc4a793a37 (patch) | |
tree | 745d5d0c0bd4179bfdfde9d3628ef6d133ee7896 | |
parent | 2204661dd6821f8729d0495c222ddebbf1bd842a (diff) | |
download | scummvm-rg350-f7fa04227c25b26e7b6f50a49d6b30fc4a793a37.tar.gz scummvm-rg350-f7fa04227c25b26e7b6f50a49d6b30fc4a793a37.tar.bz2 scummvm-rg350-f7fa04227c25b26e7b6f50a49d6b30fc4a793a37.zip |
Added a pause when the MSVC conversion tools are finished, so that the DOS command prompt window doesn't close immediately
svn-id: r30607
-rw-r--r-- | dists/msvc8_to_msvc9.bat | 1 | ||||
-rw-r--r-- | dists/msvc9_to_msvc8.bat | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dists/msvc8_to_msvc9.bat b/dists/msvc8_to_msvc9.bat index 173f4f1f32..be92e6aabd 100644 --- a/dists/msvc8_to_msvc9.bat +++ b/dists/msvc8_to_msvc9.bat @@ -27,3 +27,4 @@ echo Place rpl.exe from the bin folder inside the archive in the folder where echo this batch file resides :the_end +pause diff --git a/dists/msvc9_to_msvc8.bat b/dists/msvc9_to_msvc8.bat index 08af7d4a89..a8035483f8 100644 --- a/dists/msvc9_to_msvc8.bat +++ b/dists/msvc9_to_msvc8.bat @@ -28,3 +28,4 @@ echo Place rpl.exe from the bin folder inside the archive in the folder where echo this batch file resides :the_end +pause |