summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileExecutableTargetGenerator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: name pdb files for visual studio make based buildsBill Hoffman2006-04-191-6/+12
|
* ENH: add support for per config target LINK_FLAGSBill Hoffman2006-04-031-1/+4
|
* ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE ↵Brad King2006-03-301-1/+2
| | | | is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060.
* ENH: Add support for adding content to bundlesAndy Cedilnik2006-03-281-13/+32
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+5
|
* ENH: use a cmake script to do the clean step, this allows for large numbers ↵Bill Hoffman2006-03-091-4/+7
| | | | of files to be removed without making the command line too long
* BUG: Fixed installation of MacOSX Bundle executables and the corresponding ↵Brad King2006-03-031-5/+8
| | | | 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.
* BUG: Fix generation of Xcode 2.0 and earlier projects to use CMAKE_BUILD_TYPE.Brad King2006-02-241-2/+5
|
* ENH: change expand stuff to pass a struct for all the argsBill Hoffman2006-02-201-11/+9
|
* BUG: Do not perform pre-build, pre-link, or post-install commands when ↵Brad King2006-02-161-8/+15
| | | | relinking.
* ENH: Implemented RPATH specification support. It is documented by the ↵Brad King2006-02-161-4/+16
| | | | command SET_TARGET_PROPERTIES.
* ENH: Cleaned up generation of symbolic rules. Removed generation of ↵Brad King2006-02-151-6/+6
| | | | rebuild_cache and similar rules from internal makefiles.
* ENH: some cleanup of the makefile generatorKen Martin2006-02-141-0/+334