[Scummvm-cvs-logs] SF.net SVN: scummvm:[45484] scummvm/trunk/tools/create_msvc/create_msvc.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Oct 28 21:39:58 CET 2009


Revision: 45484
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45484&view=rev
Author:   lordhoto
Date:     2009-10-28 20:39:58 +0000 (Wed, 28 Oct 2009)

Log Message:
-----------
Cleanup.

Modified Paths:
--------------
    scummvm/trunk/tools/create_msvc/create_msvc.cpp

Modified: scummvm/trunk/tools/create_msvc/create_msvc.cpp
===================================================================
--- scummvm/trunk/tools/create_msvc/create_msvc.cpp	2009-10-28 20:37:16 UTC (rev 45483)
+++ scummvm/trunk/tools/create_msvc/create_msvc.cpp	2009-10-28 20:39:58 UTC (rev 45484)
@@ -279,11 +279,11 @@
 	        " Additionally there are the following switches for changing various settings:\n"
 	        "\n"
 	        "MSVC specifc settings:\n"
-	        " --msvc-version version   sets the targeted MSVC version. Possible values:\n"
+	        " --msvc-version version   set the targeted MSVC version. Possible values:\n"
 	        "                           8 stands for \"Visual Studio 2005\"\n"
 	        "                           9 stands for \"Visual Studio 2008\"\n"
 	        "                           The default is \"9\", thus \"Visual Studio 2008\"\n"
-	        " --file-prefix prefix     allows overwriting of relative file prefix in the\n"
+	        " --file-prefix prefix     allow overwriting of relative file prefix in the\n"
 	        "                          MSVC project files. By default the prefix is the\n"
 	        "                          \"path\\to\\source\" argument\n"
 	        " --output-dir path        overwrite path, where the project files are placed\n"
@@ -291,15 +291,15 @@
 	        "                          directory\n"
 	        "\n"
 	        "ScummVM engine settings:\n"
-	        " --list-engines           lists all available engines and their default state\n"
-	        " --enable-engine          enables building of the engine with the name \"engine\"\n"
-	        " --disable-engine         disables building of the engine with the name \"engine\"\n"
-	        " --enable-all-engines     enables building of all engines\n"
-	        " --disable-all-engines    disables building of all engines\n"
+	        " --list-engines           list all available engines and their default state\n"
+	        " --enable-engine          enable building of the engine with the name \"engine\"\n"
+	        " --disable-engine         disable building of the engine with the name \"engine\"\n"
+	        " --enable-all-engines     enable building of all engines\n"
+	        " --disable-all-engines    disable building of all engines\n"
 	        "\n"
 	        "ScummVM optional feature settings:\n"
-	        " --enable-name            enables inclusion of the feature \"name\"\n"
-	        " --disable-name           disables inclusion of the feature \"name\"\n"
+	        " --enable-name            enable inclusion of the feature \"name\"\n"
+	        " --disable-name           disable inclusion of the feature \"name\"\n"
 	        "\n"
 	        " There are the following features available:\n"
 	        "\n";


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