fltk/fluid
Albrecht Schlosser 3dfec155ad [CMake] Remove redundant linking in CMake build process (STR #3298).
[CMake] Simplify CMake build files, remove redundancies.

Ports of branch-1.3, svn r 11442 and 11444:

Remove src/fl_call_main.c from non-Windows (static) libraries. It would
be an empty object file anyway.
 
Use CMake variables to set up used files and linked libraries to remove
redundancies. All files and libs are used only in the definition of
CMake variables and used later in static and shared builds, resp.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11447 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2016-03-27 20:59:39 +00:00
..
fluid.app/Contents Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
icons Finish "rename" of *.xcf.gz - delete uncompressed files. 2015-11-24 14:43:20 +00:00
pixmaps Added Table and Tree support to Fluid. 2011-01-03 08:28:38 +00:00
about_panel.cxx Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
about_panel.fl Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
about_panel.h Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
align_widget.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
alignment_panel.cxx Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
alignment_panel.fl Fixed 'flush()' code for single, double, and overlay buffering 2016-03-13 22:16:37 +00:00
alignment_panel.h Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
CMakeLists.txt [CMake] Remove redundant linking in CMake build process (STR #3298). 2016-03-27 20:59:39 +00:00
code.cxx Running FLTK in static initializers (cont'd): 2015-12-18 18:56:58 +00:00
CodeEditor.cxx Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
CodeEditor.h Tricking Fl_Text_Display into using bearable colors for CodeView in Fluid. 2015-04-04 15:06:30 +00:00
comments.h Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
factory.cxx Add 'fluid -u' command-line switch to upgrade fluid files in batch mode. 2015-03-09 20:37:45 +00:00
file.cxx Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
Fl_Function_Type.cxx Add 'fluid -u' command-line switch to upgrade fluid files in batch mode. 2015-03-09 20:37:45 +00:00
Fl_Group_Type.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Menu_Type.cxx Fix compiler warnings in fluid-generated code (STR #2813). 2015-04-10 19:26:17 +00:00
Fl_Type.cxx Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
Fl_Type.h Running FLTK in static initializers (cont'd): 2015-12-18 18:56:58 +00:00
Fl_Widget_Type.cxx Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
Fl_Widget_Type.h Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
Fl_Window_Type.cxx Added comments to Fluid Widgets. The comment field is between the Additional Code and Callback field on the C++ Tab of the Widget Editor. Care was taken to correctly resize. 2015-04-02 17:19:33 +00:00
Fluid_Image.cxx Running FLTK in static initializers (cont'd): 2015-12-18 18:56:58 +00:00
Fluid_Image.h Running FLTK in static initializers (cont'd): 2015-12-18 18:56:58 +00:00
fluid.cxx Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_Region, Fl_Bitmask). 2016-03-26 14:36:11 +00:00
fluid.desktop [CMake] Improve installation, support DESTDIR, and more (STR #3149). 2015-02-16 14:30:27 +00:00
fluid.xml [CMake] Improve installation, support DESTDIR, and more (STR #3149). 2015-02-16 14:30:27 +00:00
function_panel.cxx Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
function_panel.fl Fixed 'flush()' code for single, double, and overlay buffering 2016-03-13 22:16:37 +00:00
function_panel.h Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
makedepend Update dependencies. 2016-03-19 22:23:34 +00:00
Makefile Fix compiler warnings (STR #2988) - final commit. 2016-02-27 17:27:21 +00:00
print_panel.cxx Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
print_panel.fl Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
print_panel.h Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
Shortcut_Button.h Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
template_panel.cxx Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
template_panel.fl Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
template_panel.h Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
undo.cxx Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
undo.h Modifications to all LGPL headers for STR #2685. 2011-07-19 04:49:30 +00:00
widget_panel.cxx Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
widget_panel.fl Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00
widget_panel.h Bump version numbers for next minor release: FLTK 1.4.0. 2016-01-30 00:56:42 +00:00