summaryrefslogtreecommitdiffstats
path: root/Source/cmCableWrapCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Changed cmCableWrapCommand to inherit from cmCableDefineSetCommand ↵Brad King2001-05-011-35/+1
| | | | since they do almost exactly the same thing. Added a GetXmlTag virtual function to both classes to return what XML tag to generate in the set's output. cmCableDefineSetCommand generates a "Set" tag, and cmCableWrapCommand generates a "WrapperSet" tag. What is inside the tags is still generated by the cmCableDefineSetCommand superclass.
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* ENH: Changed WriteConfiguration to non-const so it can do error checking. ↵Brad King2001-04-261-4/+12
| | | | Added parsing and output of a name for each WrapperSet generated from a CABLE_WRAP command.
* ENH: Change to new CABLE command architecture. CABLE configuration code is ↵Brad King2001-03-011-0/+45
now generated on the first pass, during the Invoke() calls.