diff options
Diffstat (limited to 'Source/cmMSProjectGenerator.cxx')
-rw-r--r-- | Source/cmMSProjectGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMSProjectGenerator.cxx b/Source/cmMSProjectGenerator.cxx index f029035..c3b38f0 100644 --- a/Source/cmMSProjectGenerator.cxx +++ b/Source/cmMSProjectGenerator.cxx @@ -6,7 +6,7 @@ cmMSProjectGenerator::cmMSProjectGenerator() { m_DSWMakefile = 0; m_DSPMakefile = 0; - SetBuildDSW(); + BuildDSWOn(); } void cmMSProjectGenerator::GenerateMakefile() |