summaryrefslogtreecommitdiffstats
path: root/Source/cmMSProjectGenerator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMSProjectGenerator.cxx')
-rw-r--r--Source/cmMSProjectGenerator.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmMSProjectGenerator.cxx b/Source/cmMSProjectGenerator.cxx
index 5fb546a..9a6f4f1 100644
--- a/Source/cmMSProjectGenerator.cxx
+++ b/Source/cmMSProjectGenerator.cxx
@@ -69,3 +69,7 @@ cmMSProjectGenerator::~cmMSProjectGenerator()
delete m_DSWMakefile;
}
+void cmMSProjectGenerator::SetLocal(bool local)
+{
+ m_BuildDSW = !local;
+}