summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFilesRemoveCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add stdlib.h for portability to borland 6Bill Hoffman2003-05-241-0/+1
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-6/+4
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* 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.