diff options
author | Johannes Schickel | 2014-06-22 02:02:05 +0200 |
---|---|---|
committer | Johannes Schickel | 2014-06-22 02:02:05 +0200 |
commit | 59036a40cea19cba32a5ceffc35a05efa03f52a3 (patch) | |
tree | 5a8134be065a212b3ab235f5613332ec62b86d2a /devtools | |
parent | 0fb812fe3b0a6043d1856d37697ee50e7342cb6d (diff) | |
download | scummvm-rg350-59036a40cea19cba32a5ceffc35a05efa03f52a3.tar.gz scummvm-rg350-59036a40cea19cba32a5ceffc35a05efa03f52a3.tar.bz2 scummvm-rg350-59036a40cea19cba32a5ceffc35a05efa03f52a3.zip |
DEVTOOLS: List MSVC 2013 support in create_project's help output.
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/create_project/create_project.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp index 5fadfebbf3..e71816f575 100644 --- a/devtools/create_project/create_project.cpp +++ b/devtools/create_project/create_project.cpp @@ -622,6 +622,7 @@ void displayHelp(const char *exe) { " 9 stands for \"Visual Studio 2008\"\n" " 10 stands for \"Visual Studio 2010\"\n" " 11 stands for \"Visual Studio 2012\"\n" + " 12 stands for \"Visual Studio 2013\"\n" " The default is \"9\", thus \"Visual Studio 2008\"\n" " --build-events Run custom build events as part of the build\n" " (default: false)\n" |