summaryrefslogtreecommitdiffstats
path: root/Source/cmFLTKWrapUICommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Need at least 2 arguments, not exactly 2.Brad King2002-12-171-1/+1
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* remove unused variablesKen Martin2002-09-151-1/+0
|
* FLTK_FLUID_EXE -> FLTK_FLUID_EXECUTABLEIan Scott2002-09-021-1/+1
| | | | because Module files are moving to consistent scheme
* modified how source files store propertiesKen Martin2002-08-161-1/+1
|
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-271-18/+11
| | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
* 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