summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-05-20 20:29:09 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-05-20 20:29:09 (GMT)
commit70eaddbf8eb5a5272bcedd66430ec2bc7337de09 (patch)
tree070759401a4dc3007da8ae3ea9e6fed46823bfe6 /Source/cmLocalVisualStudio7Generator.h
parent44803a00c5993439f905810998732db5661e7ead (diff)
downloadCMake-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/cmLocalVisualStudio7Generator.h')
-rw-r--r--Source/cmLocalVisualStudio7Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h
index df711b7..3ac9a8f 100644
--- a/Source/cmLocalVisualStudio7Generator.h
+++ b/Source/cmLocalVisualStudio7Generator.h
@@ -64,7 +64,7 @@ public:
return m_CreatedProjectNames;
}
void SetVersion71() {m_Version71 = true;}
-
+ virtual void ConfigureFinalPass();
private:
void OutputVCProjFile();
void WriteVCProjHeader(std::ostream& fout, const char *libName,