summaryrefslogtreecommitdiff
path: root/psi
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>2006-10-24 18:32:09 +0000
committerHenry Stiles <henry.stiles@artifex.com>2006-10-24 18:32:09 +0000
commita98d43de1c1235ba9b827db051dbf9c2ed74e62e (patch)
treec4c1a64e228dae41cf387028999fb0d388e8d223 /psi
parentc3e57bea6831964cfb18938bc93b49b71cac4232 (diff)
WARNING: msvc makefile changes will be necessary.
pcl6_gcc.mak, ugcc_top.mak, pluchar.c, plulfont.c: modified so standalone pcl can use gxfapiu.dev. psi.mak:(uconfig_h) should only be needed by plulfont.c as far as I can tell. pxptrh.c: the pcl personality was not initialized properly for pcl xl passthrough mode. pximage.c: "don't care" uninitialized read cleanup. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@2658 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'psi')
-rwxr-xr-xpsi/psi.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/psi/psi.mak b/psi/psi.mak
index 6c4c5d56a..0d7dccdf1 100755
--- a/psi/psi.mak
+++ b/psi/psi.mak
@@ -43,7 +43,7 @@ $(PSI_TOP_OBJ): $(PSISRC)psitop.c $(AK) $(stdio__h)\
$(string__h) $(gdebug_h) $(gp_h) $(gsdevice_h) $(gserrors_h) $(gsmemory_h)\
$(gsstate_h) $(gsstruct_h) $(gspaint_h) $(gstypes_h) $(gxalloc_h) $(gxstate_h)\
$(gsnogc_h) $(pltop_h) $(psitop_h) $(plparse_h)\
- $(PSIGEN)pconf.h $(plfont_h) $(uconfig_h)
+ $(PSIGEN)pconf.h $(plfont_h)
$(CP_) $(PSIGEN)pconf.h $(PSIGEN)pconfig.h
$(PSICCC) $(PSISRC)psitop.c $(O_)$(PSI_TOP_OBJ)