[gs-cvs] rev 9427 - trunk/gs/psi
ghostgum at ghostscript.com
ghostgum at ghostscript.com
Fri Jan 30 13:10:56 PST 2009
Author: ghostgum
Date: 2009-01-30 13:10:55 -0800 (Fri, 30 Jan 2009)
New Revision: 9427
Modified:
trunk/gs/psi/os2.mak
Log:
Add the default papersize module to the OS/2 build.
Modified: trunk/gs/psi/os2.mak
===================================================================
--- trunk/gs/psi/os2.mak 2009-01-30 00:49:32 UTC (rev 9426)
+++ trunk/gs/psi/os2.mak 2009-01-30 21:10:55 UTC (rev 9427)
@@ -469,7 +469,7 @@
# The GCC/EMX platform
-os2__=$(GLOBJ)gp_getnv.$(OBJ) $(GLOBJ)gp_getnv.$(OBJ) $(GLOBJ)gp_os2.$(OBJ) $(GLOBJ)gp_os2fs.$(OBJ) $(GLOBJ)gp_stdia.$(OBJ)
+os2__=$(GLOBJ)gp_getnv.$(OBJ) $(GLOBJ)gp_getnv.$(OBJ) $(GLOBJ)gp_os2.$(OBJ) $(GLOBJ)gp_os2fs.$(OBJ) $(GLOBJ)gp_paper.$(OBJ) $(GLOBJ)gp_stdia.$(OBJ)
$(GLGEN)os2_.dev: $(os2__) $(GLD)nosync.dev
$(SETMOD) $(GLGEN)os2_ $(os2__) -include $(GLD)nosync
@@ -483,6 +483,9 @@
$(gx_h) $(gsexit_h) $(gsutil_h) $(gp_h) $(gpmisc_h)
$(GLCC) $(GLO_)gp_os2fs.$(OBJ) $(C_) $(GLSRC)gp_os2fs.c
+$(GLOBJ)gp_paper.$(OBJ): $(GLSRC)gp_paper.c $(AK) $(gp_h)
+ $(GLCCWIN) $(GLO_)gp_paper.$(OBJ) $(C_) $(GLSRC)gp_paper.c
+
$(GLOBJ)gp_stdia.$(OBJ): $(GLSRC)gp_stdia.c $(AK)\
$(stdio__h) $(time__h) $(unistd__h) $(gx_h) $(gp_h)
$(GLCC) $(GLO_)gp_stdia.$(OBJ) $(C_) $(GLSRC)gp_stdia.c
More information about the gs-cvs
mailing list