aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2007-12-20 13:29:52 +0000
committerFilippos Karapetis2007-12-20 13:29:52 +0000
commit1e0dc7705484a6480bd0cb9693176baa08a3c973 (patch)
tree5e5fa69f6fdcd6dbe03aefc0b794957c94f1716a
parentcd230a4ae88b877485242ef0dd9ba17e89a0552e (diff)
downloadscummvm-rg350-1e0dc7705484a6480bd0cb9693176baa08a3c973.tar.gz
scummvm-rg350-1e0dc7705484a6480bd0cb9693176baa08a3c973.tar.bz2
scummvm-rg350-1e0dc7705484a6480bd0cb9693176baa08a3c973.zip
Added comments on top of each batch file
svn-id: r29915
-rw-r--r--dists/msvc8_to_msvc9.bat9
-rw-r--r--dists/msvc9_to_msvc8.bat9
2 files changed, 16 insertions, 2 deletions
diff --git a/dists/msvc8_to_msvc9.bat b/dists/msvc8_to_msvc9.bat
index a98c75a663..173f4f1f32 100644
--- a/dists/msvc8_to_msvc9.bat
+++ b/dists/msvc8_to_msvc9.bat
@@ -1,4 +1,11 @@
@echo off
+rem This batch file is used to convert MSVC8 (Visual Studio 2005) project files to MSVC9 (Visual Studio 2008) ones
+rem You need the Windows version of GNU rpl
+rem Get it here:
+rem http://gnuwin32.sourceforge.net/packages/rpl.htm
+rem Place rpl.exe from the bin folder inside the archive in the folder where
+rem this batch file resides
+
if not exist rpl.exe goto no_rpl
echo Creating MSVC9 project files from the MSVC8 ones
@@ -19,4 +26,4 @@ echo http://gnuwin32.sourceforge.net/packages/rpl.htm
echo Place rpl.exe from the bin folder inside the archive in the folder where
echo this batch file resides
-:the_end \ No newline at end of file
+:the_end
diff --git a/dists/msvc9_to_msvc8.bat b/dists/msvc9_to_msvc8.bat
index 751d39a897..08af7d4a89 100644
--- a/dists/msvc9_to_msvc8.bat
+++ b/dists/msvc9_to_msvc8.bat
@@ -1,4 +1,11 @@
@echo off
+rem This batch file is used to convert MSVC9 (Visual Studio 2008) project files to MSVC8 (Visual Studio 2005) ones
+rem You need the Windows version of GNU rpl
+rem Get it here:
+rem http://gnuwin32.sourceforge.net/packages/rpl.htm
+rem Place rpl.exe from the bin folder inside the archive in the folder where
+rem this batch file resides
+
if not exist rpl.exe goto no_rpl
echo Creating MSVC8 project files from the MSVC9 ones
@@ -20,4 +27,4 @@ echo http://gnuwin32.sourceforge.net/packages/rpl.htm
echo Place rpl.exe from the bin folder inside the archive in the folder where
echo this batch file resides
-:the_end \ No newline at end of file
+:the_end