summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio6Generator.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-01 11:41:00 -0500
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-01 11:41:00 -0500
commit782bef73746cce51a000effd72f16b2fbb3d3d8a (patch)
treea529545cc540245b811534b506c762d4e18b15fe /Source/cmGlobalVisualStudio6Generator.h
parente95224b2e747c8eacba178c37a9ad5c5c055cbf4 (diff)
downloadcmake-782bef73746cce51a000effd72f16b2fbb3d3d8a.tar.gz
ENH: Add a way for the generated command to include extra flags. This is useful for CTest (or try compile) to add -j2
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.h b/Source/cmGlobalVisualStudio6Generator.h
index 0af3ae6788..1d9b56d073 100644
--- a/Source/cmGlobalVisualStudio6Generator.h
+++ b/Source/cmGlobalVisualStudio6Generator.h
@@ -55,7 +55,7 @@ public:
* loaded commands, not as part of the usual build process.
*/
virtual std::string GenerateBuildCommand(const char* makeProgram,
- const char *projectName, const char *targetName, const char* config,
+ const char *projectName, const char* additionalOptions, const char *targetName, const char* config,
bool ignoreErrors);
/**