summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2016-03-19 22:22:19 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2016-03-19 22:22:19 +0000
commit5c1a539d42d81d0e32df23d7e16554f9533799b7 (patch)
tree614b62b6f04ffb3d8f3e7cf865d0df62e36f5d3c /src
parenta80f902fdbc38c64e99303d2567c9d02464db496 (diff)
Minor Makefile (spaces/tabs) and CMakeLists.txt fixes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11384 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt1
-rw-r--r--src/Makefile14
2 files changed, 7 insertions, 8 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6813773bf..9a7e78110 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -222,7 +222,6 @@ elseif (USE_SDL)
drivers/Pico/Fl_Pico_Screen_Driver.H
drivers/Pico/Fl_Pico_Window_Driver.H
drivers/Pico/Fl_Pico_Graphics_Driver.H
- drivers/Pico/Fl_Pico_Copy_Surface.H
drivers/PicoSDL/Fl_PicoSDL_System_Driver.H
drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.H
drivers/PicoSDL/Fl_PicoSDL_Window_Driver.H
diff --git a/src/Makefile b/src/Makefile
index 60b7a53a4..ab9e43866 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -232,8 +232,8 @@ QUARTZCPPFILES = \
drivers/Quartz/Fl_Quartz_Printer_Graphics_Driver.cxx \
drivers/Quartz/Fl_Quartz_Graphics_Driver_arci.cxx \
drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx \
- drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx \
- drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx \
+ drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx \
+ drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx \
drivers/Cocoa/Fl_Cocoa_Window_Driver.cxx \
drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx \
drivers/Darwin/Fl_Darwin_System_Driver.cxx
@@ -247,8 +247,8 @@ XLIBCPPFILES = \
drivers/Xlib/Fl_Xlib_Graphics_Driver_rect.cxx \
drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx \
drivers/Xlib/Fl_Translated_Xlib_Graphics_Driver.cxx \
- drivers/Xlib/Fl_Xlib_Copy_Surface_Driver.cxx \
- drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx \
+ drivers/Xlib/Fl_Xlib_Copy_Surface_Driver.cxx \
+ drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx \
drivers/X11/Fl_X11_Window_Driver.cxx \
drivers/X11/Fl_X11_Screen_Driver.cxx \
drivers/Posix/Fl_Posix_System_Driver.cxx \
@@ -269,12 +269,12 @@ GDICPPFILES = \
drivers/GDI/Fl_GDI_Graphics_Driver_line_style.cxx \
drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx \
drivers/GDI/Fl_GDI_Graphics_Driver_vertex.cxx \
- drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx \
- drivers/GDI/Fl_GDI_Image_Surface_Driver.cxx \
+ drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx \
+ drivers/GDI/Fl_GDI_Image_Surface_Driver.cxx \
drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx \
drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx \
drivers/WinAPI/Fl_WinAPI_System_Driver.cxx \
- drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx
+ drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx
PSCPPFILES = \
drivers/PostScript/Fl_PostScript.cxx \