summaryrefslogtreecommitdiffstats
path: root/Tests/BundleTest/BundleLib.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: If the source file specified is not in a source tree, do not use full ↵Andy Cedilnik2006-07-051-1/+3
| | | | path to the file
* ENH: Check if files existAndy Cedilnik2006-03-281-1/+61
|
* BUG: Fixed installation of MacOSX Bundle executables and the corresponding ↵Brad King2006-03-031-0/+1
install_name remapping support. Extended the BundleTest test to check that this all works. Part of these fixes required changing the signature of AppendDirectoryForConfig in all generators. It now accepts prefix and suffix strings to deal with whether leading or trailing slashes should be included with the configuration subdirectory.