summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackZIPGenerator.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-24 16:52:39 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-07-24 16:52:39 (GMT)
commit919265516ea3233e6a4e29a17ad4ec24150eefda (patch)
tree1d2beab70b483ab0f2153d6766763094c7b11331 /Source/CPack/cmCPackZIPGenerator.h
parent4ae802d9c19d1f021970215d992b6aebc4165ec8 (diff)
downloadCMake-919265516ea3233e6a4e29a17ad4ec24150eefda.zip
CMake-919265516ea3233e6a4e29a17ad4ec24150eefda.tar.gz
CMake-919265516ea3233e6a4e29a17ad4ec24150eefda.tar.bz2
ENH: add ReadListFile() to cmCPackGenericGenerator, so cmMakefile can be
private again -convert the ZIP generator to use a cmake script instead of hardcoding everything (CPackZIP.cmake) Alex
Diffstat (limited to 'Source/CPack/cmCPackZIPGenerator.h')
-rw-r--r--Source/CPack/cmCPackZIPGenerator.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/CPack/cmCPackZIPGenerator.h b/Source/CPack/cmCPackZIPGenerator.h
index 06d9b99..ed66336 100644
--- a/Source/CPack/cmCPackZIPGenerator.h
+++ b/Source/CPack/cmCPackZIPGenerator.h
@@ -37,14 +37,6 @@ public:
cmCPackZIPGenerator();
virtual ~cmCPackZIPGenerator();
- enum ZipStyles
- {
- StyleUnkown,
- StyleWinZip,
- StyleUnixZip,
- Style7Zip
- };
-
protected:
virtual int InitializeInternal();
int CompressFiles(const char* outFileName, const char* toplevel,