summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackGenericGenerator.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-18 12:25:24 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-18 12:25:24 (GMT)
commit4709c76f0f6f1a9aba80f01b13cbabfe8b80c187 (patch)
tree4a10a57446a8c9b8c3dc686fc97ec1c07d90f50d /Source/CPack/cmCPackGenericGenerator.h
parent77771481dd0fedee9bd1df420bf29d298e3c337a (diff)
downloadCMake-4709c76f0f6f1a9aba80f01b13cbabfe8b80c187.zip
CMake-4709c76f0f6f1a9aba80f01b13cbabfe8b80c187.tar.gz
CMake-4709c76f0f6f1a9aba80f01b13cbabfe8b80c187.tar.bz2
ENH: More cleanups and add stgz header script, so it does not have to be hard-coded. Also, the user can overwrite it
Diffstat (limited to 'Source/CPack/cmCPackGenericGenerator.h')
-rw-r--r--Source/CPack/cmCPackGenericGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackGenericGenerator.h b/Source/CPack/cmCPackGenericGenerator.h
index 40e8740..6867613 100644
--- a/Source/CPack/cmCPackGenericGenerator.h
+++ b/Source/CPack/cmCPackGenericGenerator.h
@@ -68,7 +68,7 @@ public:
/**
* Initialize generator
*/
- int Initialize(const char* name, cmMakefile* mf);
+ int Initialize(const char* name, cmMakefile* mf, const char* argv0);
/**
* Construct generator
@@ -100,6 +100,7 @@ protected:
virtual std::string FindTemplate(const char* name);
virtual bool ConfigureFile(const char* inName, const char* outName);
+ virtual bool ConfigureString(const std::string& input, std::string& output);
virtual int InitializeInternal();
bool GeneratorVerbose;