diff options
author | Stefan Kemper <stefan.kemper@artifex.com> | 2006-12-11 19:48:07 +0000 |
---|---|---|
committer | Stefan Kemper <stefan.kemper@artifex.com> | 2006-12-11 19:48:07 +0000 |
commit | d3ac505cf93f01c272a36797e459d0bb0a465f32 (patch) | |
tree | 13e2eecf5b59a4897da64c9401dcff0221a2a91b /Makefile | |
parent | f9f484a2408580f48e31db3c95133dc84990f048 (diff) |
Support for XPS builds.
make xps
make xps_debug
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2699 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -26,6 +26,12 @@ clean: make -C main -f pcl6_gcc.mak clean rm -f fonts /usr/local/bin/pcl6 + +xps_debug: + make -C main -f pcl6_gcc.mak XPS_INCLUDED=TRUE debug + +xps: + make -C main -f pcl6_gcc.mak XPS_INCLUDED=TRUE #### UFST LIBRARY DEPENDENCY RULES #### ufst: |