Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -1/+1 |
| | |||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -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 warnings | Bill Hoffman | 2002-03-13 | 1 | -2/+2 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -32/+7 |
| | |||||
* | ENH: No longer tries to create a directory for the output | Luis Ibanez | 2001-12-21 | 1 | -11/+5 |
| | |||||
* | FIX: The command was modified it uses now a target and a source list | Luis Ibanez | 2001-12-11 | 1 | -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 manage | Luis Ibanez | 2001-12-02 | 1 | -26/+32 |
| | | | | the output directory where FLTK generated code is going to be writen. | ||||
* | ENH: Custom commands are now builded. | Luis Ibanez | 2001-11-29 | 1 | -19/+27 |
| | |||||
* | ENH: Command simplified in order to construct a Source list of .cxx from | Luis Ibanez | 2001-11-28 | 1 | -58/+51 |
| | | | | a source list of .fl GUI files. | ||||
* | Command for invoking FLTK's code generator "Fluid" during the building process | Luis Ibanez | 2001-11-27 | 1 | -0/+181 |