summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFilesRemoveCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-271-40/+44
| | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
* dprecatedKen Martin2002-04-261-0/+7
|
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+5
|
* 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.