summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFilesRemoveCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* BUG: fix generated files with no extension bugBill Hoffman2002-01-211-1/+1
|
* Add GENERATED to cmSourceFilesRemoveCommandAndy Cedilnik2002-01-181-4/+37
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-2/+2
| | | | avoid changes to the file cache
* ENH: Source and header file extensions are in variables in cmMakefile.Amitha Perera2001-07-161-1/+3
| | | | AUX_SOURCE_DIRECTORY will only add files that have a "source" extension.
* ENH: Added new command SOURCE_FILES_REMOVE which can be usedJohn Biddiscombe2001-06-221-0/+60
to take files out of the build. Especially useful when certain compilers choke on the odd file.