[Scummvm-cvs-logs] SF.net SVN: scummvm: [29915] scummvm/trunk/dists

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Dec 20 14:29:55 CET 2007


Revision: 29915
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29915&view=rev
Author:   thebluegr
Date:     2007-12-20 05:29:52 -0800 (Thu, 20 Dec 2007)

Log Message:
-----------
Added comments on top of each batch file

Modified Paths:
--------------
    scummvm/trunk/dists/msvc8_to_msvc9.bat
    scummvm/trunk/dists/msvc9_to_msvc8.bat

Modified: scummvm/trunk/dists/msvc8_to_msvc9.bat
===================================================================
--- scummvm/trunk/dists/msvc8_to_msvc9.bat	2007-12-20 13:23:53 UTC (rev 29914)
+++ scummvm/trunk/dists/msvc8_to_msvc9.bat	2007-12-20 13:29:52 UTC (rev 29915)
@@ -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 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

Modified: scummvm/trunk/dists/msvc9_to_msvc8.bat
===================================================================
--- scummvm/trunk/dists/msvc9_to_msvc8.bat	2007-12-20 13:23:53 UTC (rev 29914)
+++ scummvm/trunk/dists/msvc9_to_msvc8.bat	2007-12-20 13:29:52 UTC (rev 29915)
@@ -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 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list