[gs-commits] rev 10833 - trunk/ghostpdl/language_switch
giles at ghostscript.com
giles at ghostscript.com
Mon Mar 1 17:44:48 UTC 2010
Author: giles
Date: 2010-03-01 17:44:48 +0000 (Mon, 01 Mar 2010)
New Revision: 10833
Modified:
trunk/ghostpdl/language_switch/pspcl6_gcc.mak
trunk/ghostpdl/language_switch/pspcl6_msvc.mak
Log:
Update the language switch makefiles for the changes in how
the FreeType bridge is described.
Modified: trunk/ghostpdl/language_switch/pspcl6_gcc.mak
===================================================================
--- trunk/ghostpdl/language_switch/pspcl6_gcc.mak 2010-03-01 17:44:40 UTC (rev 10832)
+++ trunk/ghostpdl/language_switch/pspcl6_gcc.mak 2010-03-01 17:44:48 UTC (rev 10833)
@@ -53,6 +53,9 @@
PSICFLAGS?=-DPSI_INCLUDED
PDL_INCLUDE_FLAGS?=-DPCL_INCLUDED $(PSICFLAGS)
+# Choose FT_BRIDGE=1 to use the freetype rasterizer
+FT_BRIDGE?=0
+
DD=$(GLGENDIR)/
FEATURE_DEVS ?= \
Modified: trunk/ghostpdl/language_switch/pspcl6_msvc.mak
===================================================================
--- trunk/ghostpdl/language_switch/pspcl6_msvc.mak 2010-03-01 17:44:40 UTC (rev 10832)
+++ trunk/ghostpdl/language_switch/pspcl6_msvc.mak 2010-03-01 17:44:48 UTC (rev 10833)
@@ -111,6 +111,10 @@
COMPILE_INITS=1
!endif
+!ifndef FT_BRIDGE
+FT_BRIDGE=0
+!endif
+
!ifndef APP_CCC
APP_CCC=$(CC_) -I..\pl -I..\gs\base -I.\obj $(C_)
!endif
More information about the gs-commits
mailing list