ENH: Add InstallNameFixupPath to support installing built frameworks on the Mac. Change Application to Applications in the BundleTest. Also correct small typo (tcl->Tcl) noted in bug 4572.

This commit is contained in:
David Cole
2007-08-24 13:30:41 -04:00
parent 6d508a3094
commit 9a4e7ea742
8 changed files with 106 additions and 44 deletions
+3 -3
View File
@@ -53,13 +53,13 @@ protected:
Indent const& indent);
void AddInstallNamePatchRule(std::ostream& os, Indent const& indent,
const char* config,
const std::string& toFullPath);
const std::string& toDestDirPath);
void AddStripRule(std::ostream& os, Indent const& indent,
cmTarget::TargetType type,
const std::string& toFullPath);
const std::string& toDestDirPath);
void AddRanlibRule(std::ostream& os, Indent const& indent,
cmTarget::TargetType type,
const std::string& toFullPath);
const std::string& toDestDirPath);
cmTarget* Target;
bool ImportLibrary;