summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorRalph Giles <ralph.giles@artifex.com>2007-11-14 02:29:16 +0000
committerRalph Giles <ralph.giles@artifex.com>2007-11-14 02:29:16 +0000
commit447b2f4c489a9cf856bd271e1a1c3e9141e838ee (patch)
treed10c1d6eb16c29fb847605f979697e3fc5aad048 /main
parent11f74721234afb83a968772a23d8a66b8a6ad5a1 (diff)
Compile the expat source into the GhostXPS build.
SHARE_EXPAT=1 still does not work, for the same reason the previous -lib expat in xps.dev did not work. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2949 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'main')
-rw-r--r--main/pcl6_gcc.mak5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/pcl6_gcc.mak b/main/pcl6_gcc.mak
index 72325bd10..11819abfa 100644
--- a/main/pcl6_gcc.mak
+++ b/main/pcl6_gcc.mak
@@ -142,11 +142,6 @@ endif # ROMFONTS
endif # PL_SCALER = afs
-ifeq ($(XPS_INCLUDED), TRUE)
-# include the xml parser library
-EXTRALIBS+=-lexpat
-endif
-
# a 64 bit type is needed for devicen color space/model support but
# carries a performance burden. Use this definition (uncomment) for
# devicen support.