From 5c32d3b24ceec2005c38ec7e3335fead43b26d1d Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 31 Jan 2016 00:39:57 +0000 Subject: 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 --- src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx') diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx index f3077119e..553d7c043 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx @@ -17,12 +17,19 @@ // - /** \file gdi_rect.cxx \brief MSWindows GDI specific line and polygon drawing with integer coordinates. */ +#include +#include "../../config_lib.h" +#include +#include +#include +#include +#include + #include "Fl_GDI_Graphics_Driver.h" -- cgit v1.2.3