summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefileTargetGenerator.h
Commit message (Collapse)AuthorAgeFilesLines
* BUG: reduce the number of file handles kept openKen Martin2006-07-121-2/+0
|
* BUG: changed to progress to make it more flexible and to no relink targets ↵Ken Martin2006-07-111-0/+18
| | | | as often
* ENH: Added generation of link rules into script files executed by a cmake -E ↵Brad King2006-06-151-0/+1
| | | | command in order to support longer link lines. This is needed only on platforms without response file support and that may have weak shells.
* BUG: Custom command outputs listed explicitly as source files in a target ↵Brad King2006-06-011-5/+8
| | | | should be generated whether or not an object file in the target needs them. This useful and makes Makefile builds more consistent with VS IDE builds.
* ENH: Add support for adding content to bundlesAndy Cedilnik2006-03-281-16/+17
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
|
* ENH: add support for removing language flags from shared library and shared ↵Bill Hoffman2006-03-141-1/+2
| | | | module link commands
* COMP: fix compiler warningKen Martin2006-02-151-3/+4
|
* ENH: some reorg of the unix makefile generatorKen Martin2006-02-151-1/+1
|
* ENH: some cleanup of the makefile generatorKen Martin2006-02-141-0/+152