diff options
| author | Manolo Gouy <Manolo> | 2016-03-28 17:36:07 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-28 17:36:07 +0000 |
| commit | aacb5277e7499ed087cff495169484f6f6274d3c (patch) | |
| tree | 703bac8a791183522c88d13a6b1dfbfa0e6996a8 /src/Makefile | |
| parent | 4fbbab8b41f4775752587f18c7d1b32bbd947c27 (diff) | |
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
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 \ |
