diff options
| author | Manolo Gouy <Manolo> | 2016-03-19 21:15:34 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-19 21:15:34 +0000 |
| commit | 8273b5435460d065ae5ab43ef602e8826bcda8d9 (patch) | |
| tree | d6ddfe7fd10d7b5e12d9a6fd4477b091de7536af /src/Makefile | |
| parent | e65d66e8852579acdfce9775dd8fd486e8c615dd (diff) | |
Rename print support files to src/drivers/XXX/Fl_XXX_Printer_Driver.xxx
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11381 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index f616a8f5a..af93cd432 100644 --- a/src/Makefile +++ b/src/Makefile @@ -165,7 +165,7 @@ CPPFILES = \ OBJCPPFILES = \ Fl_cocoa.mm \ - Fl_Quartz_Printer.mm \ + drivers/Cocoa/Fl_Cocoa_Printer_Driver.mm \ Fl_Native_File_Chooser_MAC.mm \ Fl_Sys_Menu_Bar.mm @@ -252,6 +252,7 @@ XLIBCPPFILES = \ drivers/X11/Fl_X11_Window_Driver.cxx \ drivers/X11/Fl_X11_Screen_Driver.cxx \ drivers/Posix/Fl_Posix_System_Driver.cxx + drivers/Posix/Fl_Posix_Printer_Driver.cxx XLIBFONTFILES = \ drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx @@ -273,7 +274,7 @@ GDICPPFILES = \ drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx \ drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx \ drivers/WinAPI/Fl_WinAPI_System_Driver.cxx \ - Fl_GDI_Printer.cxx + drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx PSCPPFILES = \ drivers/PostScript/Fl_PostScript.cxx \ |
