diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-01-31 18:34:18 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-01-31 18:34:18 (GMT) |
commit | 345df44dc5dc5b17f340d45c11eac76f5b5d4501 (patch) | |
tree | 8f7f74449568d96b5eb011b8930260827995b1b7 /Source/cmLocalVisualStudio7Generator.h | |
parent | c6c4e3aa60547d9f45ff1fb04907419e2414ddb9 (diff) | |
download | CMake-345df44dc5dc5b17f340d45c11eac76f5b5d4501.zip CMake-345df44dc5dc5b17f340d45c11eac76f5b5d4501.tar.gz CMake-345df44dc5dc5b17f340d45c11eac76f5b5d4501.tar.bz2 |
BUG: make sure external vs projects use the GUID in the project if it has one.
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index a3c6f62..1d45d3d 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -65,6 +65,8 @@ public: void SetPlatformName(const char* n) { this->PlatformName = n;} virtual void ConfigureFinalPass(); private: + void ReadAndStoreExternalGUID(const char* name, + const char* path); void ReplaceFlagSetMap(std::string& flags, cmVS7FlagTable* flagTable, std::map<cmStdString, |