summaryrefslogtreecommitdiff
path: root/Tests/BundleTest/BundleLib.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Removed most usage of Carbon in favour of CoreFoundationSean McBride2011-01-311-2/+2
|
* ENH: Add indirect dependency to Carbon and call a Carbon function from ↵David Cole2008-09-021-0/+7
| | | | executable. This will allow detecting broken dependency chaining for '-framework blah' style lib dependencies.
* 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.