diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-05-20 20:29:09 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-05-20 20:29:09 (GMT) |
commit | 70eaddbf8eb5a5272bcedd66430ec2bc7337de09 (patch) | |
tree | 070759401a4dc3007da8ae3ea9e6fed46823bfe6 /Source/cmLocalVisualStudio6Generator.cxx | |
parent | 44803a00c5993439f905810998732db5661e7ead (diff) | |
download | CMake-70eaddbf8eb5a5272bcedd66430ec2bc7337de09.zip CMake-70eaddbf8eb5a5272bcedd66430ec2bc7337de09.tar.gz CMake-70eaddbf8eb5a5272bcedd66430ec2bc7337de09.tar.bz2 |
BUG: make sure global generate is done when cmakelist file chagnes, also make sure guids are stored in the cache so the .sln file does not change every time
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio6Generator.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx index bc9fe68..84df938 100644 --- a/Source/cmLocalVisualStudio6Generator.cxx +++ b/Source/cmLocalVisualStudio6Generator.cxx @@ -178,11 +178,6 @@ void cmLocalVisualStudio6Generator::AddDSPBuildRule() args += this->ConvertToRelativeOutputPath(m_Makefile->GetHomeDirectory()); argv.push_back(args); - args = "-S"; - args += - this->ConvertToRelativeOutputPath(m_Makefile->GetStartDirectory()); - argv.push_back(args); - args = "-O"; args += this->ConvertToRelativeOutputPath(m_Makefile->GetStartOutputDirectory()); argv.push_back(args); |