From aacb5277e7499ed087cff495169484f6f6274d3c Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 28 Mar 2016 17:36:07 +0000 Subject: Rewrite Fl_dnd.cxx under the driver model. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11455 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index a8f6562db..bcd9f9faa 100644 --- a/src/Makefile +++ b/src/Makefile @@ -132,7 +132,6 @@ CPPFILES = \ fl_cursor.cxx \ fl_curve.cxx \ fl_diamond_box.cxx \ - fl_dnd.cxx \ fl_draw.cxx \ fl_draw_pixmap.cxx \ fl_encoding_latin1.cxx \ @@ -253,7 +252,8 @@ XLIBCPPFILES = \ drivers/X11/Fl_X11_Screen_Driver.cxx \ drivers/Posix/Fl_Posix_System_Driver.cxx \ drivers/Posix/Fl_Posix_Printer_Driver.cxx \ - Fl_x.cxx + Fl_x.cxx \ + fl_dnd_x.cxx XLIBFONTFILES = \ drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx @@ -276,7 +276,8 @@ GDICPPFILES = \ drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx \ drivers/WinAPI/Fl_WinAPI_System_Driver.cxx \ drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx \ - Fl_win32.cxx + Fl_win32.cxx \ + fl_dnd_win32.cxx PSCPPFILES = \ drivers/PostScript/Fl_PostScript.cxx \ -- cgit v1.2.3