From 1e0dc7705484a6480bd0cb9693176baa08a3c973 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 20 Dec 2007 13:29:52 +0000 Subject: Added comments on top of each batch file svn-id: r29915 --- dists/msvc8_to_msvc9.bat | 9 ++++++++- dists/msvc9_to_msvc8.bat | 9 ++++++++- 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 -- cgit v1.2.3