diff options
Diffstat (limited to 'Source/cmMSProjectGenerator.cxx')
-rw-r--r-- | Source/cmMSProjectGenerator.cxx | 4 |
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; +} |