summaryrefslogtreecommitdiffstats
path: root/Source/cmFLTKWrapUICommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-1/+1
|
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-3/+4
| | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
* ENH: remove several compiler warningsBill Hoffman2002-03-131-2/+2
|
* ENH:Updated copyrightWill Schroeder2002-01-211-32/+7
|
* ENH: No longer tries to create a directory for the outputLuis Ibanez2001-12-211-11/+5
|
* FIX: The command was modified it uses now a target and a source listLuis Ibanez2001-12-111-16/+8
| | | | | composed of .fl files. The names of the generated .cxx files are added internally to the Sources list of the target.
* ENH: AddCustomCommand register now multiple outputs. Auxiliary variable manageLuis Ibanez2001-12-021-26/+32
| | | | the output directory where FLTK generated code is going to be writen.
* ENH: Custom commands are now builded.Luis Ibanez2001-11-291-19/+27
|
* ENH: Command simplified in order to construct a Source list of .cxx fromLuis Ibanez2001-11-281-58/+51
| | | | a source list of .fl GUI files.
* Command for invoking FLTK's code generator "Fluid" during the building processLuis Ibanez2001-11-271-0/+181