aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohannes Schickel2009-12-30 16:30:34 +0000
committerJohannes Schickel2009-12-30 16:30:34 +0000
commit7ff4d1e651f60a0ac989b6ea0606e37b3669506f (patch)
tree5ce0f530f7871daa6c1fa1feb10b92b73e917cb0 /tools
parentde0aba0c183a8c9e2cafe70858cb1dc7807308d8 (diff)
downloadscummvm-rg350-7ff4d1e651f60a0ac989b6ea0606e37b3669506f.tar.gz
scummvm-rg350-7ff4d1e651f60a0ac989b6ea0606e37b3669506f.tar.bz2
scummvm-rg350-7ff4d1e651f60a0ac989b6ea0606e37b3669506f.zip
Mark MSVC 2010 as experimental in the tool's help output too.
svn-id: r46764
Diffstat (limited to 'tools')
-rw-r--r--tools/create_msvc/create_msvc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create_msvc/create_msvc.cpp b/tools/create_msvc/create_msvc.cpp
index fa45459380..6a2d18cc79 100644
--- a/tools/create_msvc/create_msvc.cpp
+++ b/tools/create_msvc/create_msvc.cpp
@@ -552,7 +552,7 @@ void displayHelp(const char *exe) {
" --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"
- " 10 stands for \"Visual Studio 2010\"\n"
+ " 10 stands for \"Visual Studio 2010\" (Experimental)\n"
" The default is \"9\", thus \"Visual Studio 2008\"\n"
" --file-prefix prefix allow overwriting of relative file prefix in the\n"
" MSVC project files. By default the prefix is the\n"