|
@@ -163,6 +163,10 @@ protected:
|
|
|
std::string const& options,
|
|
std::string const& options,
|
|
|
std::vector<std::string>& makefile_depends);
|
|
std::vector<std::string>& makefile_depends);
|
|
|
|
|
|
|
|
|
|
+ /** Create list of flags for link libraries. */
|
|
|
|
|
+ void CreateLinkLibs(std::string& linkLibs, bool relink,
|
|
|
|
|
+ std::vector<std::string>& makefile_depends);
|
|
|
|
|
+
|
|
|
/** Create lists of object files for linking and cleaning. */
|
|
/** Create lists of object files for linking and cleaning. */
|
|
|
void CreateObjectLists(bool useLinkScript, bool useArchiveRules,
|
|
void CreateObjectLists(bool useLinkScript, bool useArchiveRules,
|
|
|
bool useResponseFile, std::string& buildObjs,
|
|
bool useResponseFile, std::string& buildObjs,
|