diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-05-18 15:12:21 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-05-18 15:12:21 (GMT) |
commit | 16fc8d78f18a567e9f9b23605caa25865f5b30d6 (patch) | |
tree | 89fc5e950dd36d8cee6b95d9fbfbb5024b9e1d16 /Source/cmMSProjectGenerator.cxx | |
parent | 06429282f5072df67016b914a53aedc8406178d5 (diff) | |
download | CMake-16fc8d78f18a567e9f9b23605caa25865f5b30d6.zip CMake-16fc8d78f18a567e9f9b23605caa25865f5b30d6.tar.gz CMake-16fc8d78f18a567e9f9b23605caa25865f5b30d6.tar.bz2 |
added SetLocal method
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; +} |