diff options
author | Stefan Kemper <stefan.kemper@artifex.com> | 2007-01-16 20:53:10 +0000 |
---|---|---|
committer | Stefan Kemper <stefan.kemper@artifex.com> | 2007-01-16 20:53:10 +0000 |
commit | 9755b5fc96e29b23e1d5bae10564a22bf085afbc (patch) | |
tree | 33f1f2134ca623cc9773865b0012d1f0695972ce /Makefile | |
parent | 71d73414d7fad03e6df4a028a2a05677fd5cdb82 (diff) |
add xps_debug target to ghostpcl Makefile
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2729 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,8 +35,12 @@ xps_debug: xps: make -C main -f pcl6_gcc.mak XPS_INCLUDED=TRUE +met_debug: + make -C main -f pcl6_gcc.mak MET_INCLUDED=TRUE debug + met: make -C main -f pcl6_gcc.mak MET_INCLUDED=TRUE + #### UFST LIBRARY DEPENDENCY RULES #### ufst: |