From cf4825eedf9ee529cd99e8b99b69cdd3ec6ffb69 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 26 Feb 2016 15:24:08 +0000 Subject: Move PostScript-support files to src/drivers/PostScript/ git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11222 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index e03e29bcf..9c168400d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -271,11 +271,16 @@ GDICPPFILES = \ drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx \ drivers/WinAPI/Fl_WinAPI_System_Driver.cxx +PSCPPFILES = \ + drivers/PostScript/Fl_PostScript.cxx \ + drivers/PostScript/Fl_PostScript_image.cxx + ################################################################ FLTKFLAGS = -DFL_LIBRARY include ../makeinclude MMFILES = $(shell if test $(USEMMFILES) = Yes; then echo $(OBJCPPFILES); fi) +CPPFILES += $(PSCPPFILES) CPPFILES += $(shell if test $(USEMMFILES) = Yes; then echo $(QUARTZCPPFILES); fi) CPPFILES += $(shell if test $(BUILD_X11) = Yes; then echo $(XLIBCPPFILES); fi) -- cgit v1.2.3