summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-11-19 18:44:51 (GMT)
committerBrad King <brad.king@kitware.com>2007-11-19 18:44:51 (GMT)
commit9f864879b4869cefea70099414634c0aed2eb547 (patch)
tree2bbf3d3f5ece0f775b8dc81783338b4aab714d42 /Source/cmGlobalVisualStudio8Generator.cxx
parent13e96b14031e72a13e1e9da674bb50a05ded1200 (diff)
downloadCMake-9f864879b4869cefea70099414634c0aed2eb547.zip
CMake-9f864879b4869cefea70099414634c0aed2eb547.tar.gz
CMake-9f864879b4869cefea70099414634c0aed2eb547.tar.bz2
ENH: Renamed cmGlobalVisualStudioGenerator::CallVisualStudioReloadMacro method to CallVisualStudioMacro and added arguments to select which macro to call and optionally pass the solution file name. Added option to call to new StopBuild macro. Updated logic for replacing the macro file in user directories when the distributed version is newer.
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.cxx b/Source/cmGlobalVisualStudio8Generator.cxx
index 014fcd3..55f1305 100644
--- a/Source/cmGlobalVisualStudio8Generator.cxx
+++ b/Source/cmGlobalVisualStudio8Generator.cxx
@@ -169,6 +169,8 @@ void cmGlobalVisualStudio8Generator::Generate()
commandLine.push_back(argB);
commandLine.push_back("--check-stamp-file");
commandLine.push_back(stampName.c_str());
+ commandLine.push_back("--vs-solution-file");
+ commandLine.push_back("\"$(SolutionPath)\"");
cmCustomCommandLines commandLines;
commandLines.push_back(commandLine);