summaryrefslogtreecommitdiff
path: root/src/fl_color.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-01-31 00:39:57 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-01-31 00:39:57 +0000
commit5c32d3b24ceec2005c38ec7e3335fead43b26d1d (patch)
tree1453890859ba59b6ccc35715730045a91965d5cf /src/fl_color.cxx
parent6cc67c18f24d76ce890e16fb9e55217b8665680b (diff)
Update build system to compile all drivers as indiviual objects.
Removed obsolete files that served only one purpose: to #include different driver files. Updated CMake and Makefiles to reflect the changes. Build tested with: - MinGW + configure/make - MinGW + CMake/make - Visual Studio 2010 generated by CMake git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11092 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_color.cxx')
-rw-r--r--src/fl_color.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fl_color.cxx b/src/fl_color.cxx
index a78db838f..630cfedb2 100644
--- a/src/fl_color.cxx
+++ b/src/fl_color.cxx
@@ -3,7 +3,7 @@
//
// Color functions for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2010 by Bill Spitzak and others.
+// Copyright 1998-2016 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -50,7 +50,7 @@ unsigned fl_cmap[256] = {
#ifdef FL_CFG_GFX_GDI
-# include "drivers/GDI/Fl_GDI_Graphics_Driver_color.cxx"
+// # include "drivers/GDI/Fl_GDI_Graphics_Driver_color.cxx"
#endif