summaryrefslogtreecommitdiffstats
path: root/Source/cmCablePackageCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* major changes to support multiple libraries and source listsKen Martin2001-04-111-6/+45
|
* ERR: Added double-quotes around command name before arguments are appended.Brad King2001-04-091-1/+1
|
* ENH: Added SOURCE_GROUP command and corresponding support code. This ↵Brad King2001-03-201-5/+7
| | | | command allows CMakeLists files to specify how sources are organized into groups in the generated DSP files and makefiles.
* BUG: Fixed segfault when CABLE_PACKAGE is only CABLE command. Related to ↵Brad King2001-03-151-1/+18
| | | | order of virtual destructor calls.
* ERR: Missing initalization of a cmClassFile::m_HeaderFileOnly fixed.Brad King2001-03-091-0/+1
|
* ENH: Added proper dependency generation for a package on cable executable.Brad King2001-03-091-12/+7
|
* ENH: Creation of generator rule now properly uses the custom command's ↵Brad King2001-03-081-5/+3
| | | | m_Source member.
* ENH: Added creation of custom rules for generating CABLE packages.Brad King2001-03-081-4/+41
|
* ENH: Change to new CABLE command architecture. CABLE configuration code is ↵Brad King2001-03-011-0/+70
now generated on the first pass, during the Invoke() calls.