summaryrefslogtreecommitdiffstats
path: root/Source/cmOutputRequiredFilesCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-1/+1
| | | | avoid changes to the file cache
* ENH: Hacked together a new implementation of the dependency generator code. ↵Brad King2001-07-171-12/+11
| | | | This should support finding dependencies for individual files without doing them for the entire makefile. Use cmMakeDepend::FindDependencies() to do this.
* ERR: Removed unused variable.Brad King2001-06-191-1/+0
|
* added new commandKen Martin2001-06-121-0/+238