diff options
author | Ralph Giles <ralph.giles@artifex.com> | 2007-11-14 02:29:16 +0000 |
---|---|---|
committer | Ralph Giles <ralph.giles@artifex.com> | 2007-11-14 02:29:16 +0000 |
commit | 447b2f4c489a9cf856bd271e1a1c3e9141e838ee (patch) | |
tree | d10c1d6eb16c29fb847605f979697e3fc5aad048 /main | |
parent | 11f74721234afb83a968772a23d8a66b8a6ad5a1 (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.mak | 5 |
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. |