diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-10-18 13:40:10 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-10-18 13:40:10 (GMT) |
commit | 3e03bca2cd532fe933a9f8d0dcecc1a9d22593e9 (patch) | |
tree | f0af081dbcce9b2be6c83a302400fc4a5e177e99 /Source/CPack/cmCPackNSISGenerator.h | |
parent | d88b30a7429564935a46a9041589ac25f84d60ec (diff) | |
download | CMake-3e03bca2cd532fe933a9f8d0dcecc1a9d22593e9.zip CMake-3e03bca2cd532fe933a9f8d0dcecc1a9d22593e9.tar.gz CMake-3e03bca2cd532fe933a9f8d0dcecc1a9d22593e9.tar.bz2 |
ENH: add ability to create links on the start menu
Diffstat (limited to 'Source/CPack/cmCPackNSISGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackNSISGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CPack/cmCPackNSISGenerator.h b/Source/CPack/cmCPackNSISGenerator.h index ff075d6..0bd7763 100644 --- a/Source/CPack/cmCPackNSISGenerator.h +++ b/Source/CPack/cmCPackNSISGenerator.h @@ -39,6 +39,8 @@ public: protected: virtual int InitializeInternal(); + void CreateMenuLinks( cmOStringStream& str, + cmOStringStream& deleteStr); int CompressFiles(const char* outFileName, const char* toplevel, const std::vector<std::string>& files); virtual const char* GetOutputExtension() { return ".exe"; } |