summaryrefslogtreecommitdiffstats
path: root/Source/cmCableSourceFilesCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Changed WriteConfiguration back to const because it doesn't need to ↵Brad King2001-05-011-1/+1
| | | | report errors anymore.
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* ENH: Changed WriteConfiguration to non-const so it can do error checking. ↵Brad King2001-04-261-1/+1
| | | | Added parsing and output of a name for each WrapperSet generated from a CABLE_WRAP command.
* ENH: Added support for CABLE_SOURCE_FILES to refer to files that are not in ↵Brad King2001-03-231-1/+2
| | | | the current directory. The include path is searched for the files.
* ENH: Added creation of custom rules for generating CABLE packages.Brad King2001-03-081-0/+8
|
* ENH: Change to new CABLE command architecture. CABLE configuration code is ↵Brad King2001-03-011-0/+71
now generated on the first pass, during the Invoke() calls.