summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-30 01:46:25 (GMT)
committerBrad King <brad.king@kitware.com>2008-01-30 01:46:25 (GMT)
commit66e0b4212fbbaaf3c5aa5af6a51aa3a5af002edf (patch)
tree6a18f76856cfe10f1e7be02d2b1cf41896a34cd6 /Source/cmMakefileTargetGenerator.h
parent44cf465ff5f768c96e8708eba35f31f296e78b1e (diff)
downloadCMake-66e0b4212fbbaaf3c5aa5af6a51aa3a5af002edf.zip
CMake-66e0b4212fbbaaf3c5aa5af6a51aa3a5af002edf.tar.gz
CMake-66e0b4212fbbaaf3c5aa5af6a51aa3a5af002edf.tar.bz2
ENH: Added build rule variables CMAKE_<LANG>_ARCHIVE_CREATE, CMAKE_<LANG>_ARCHIVE_APPEND, and CMAKE_<LANG>_ARCHIVE_FINISH to support creation of static archive libraries out of a large number of objects. See bug #6284.
Diffstat (limited to 'Source/cmMakefileTargetGenerator.h')
-rw-r--r--Source/cmMakefileTargetGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h
index e997a0a..f645eab 100644
--- a/Source/cmMakefileTargetGenerator.h
+++ b/Source/cmMakefileTargetGenerator.h
@@ -107,6 +107,8 @@ protected:
void WriteObjectsVariable(std::string& variableName,
std::string& variableNameExternal);
void WriteObjectsString(std::string& buildObjs);
+ void WriteObjectsStrings(std::vector<std::string>& objStrings,
+ std::string::size_type limit = std::string::npos);
// write the driver rule to build target outputs
void WriteTargetDriverRule(const char* main_output, bool relink);