Changeset 1279
- Timestamp:
- Jan 27, 2016, 7:16:26 PM (9 years ago)
- Location:
- ghostscript/trunk/base
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified ghostscript/trunk/base/unix-aux.mak ¶
r1278 r1279 138 138 # The "empty" $(ECHOGS_XE) lines just append a white space line to the 139 139 # header file. 140 INCLUDE= /usr/include140 INCLUDE=$(includedir) 141 141 $(gconfig__h): $(UNIX_AUX_MAK) $(ECHOGS_XE) $(MAKEDIRS) 142 142 $(ECHOGS_XE) -w $(gconfig__h) -x 2f2a -s This file was generated automatically by unix-aux.mak. -s -x 2a2f -
TabularUnified ghostscript/trunk/base/unix-dll.mak ¶
r1278 r1279 114 114 115 115 # os2.mak Make the icons from their text form. 116 # create a includepath variable, which wrc can handle 117 WRCINCLUDE=$(UNIXROOT)/usr/include 116 118 $(PSOBJ)gsos2.ico: $(PSSRC)gsos2.icx $(ECHOGS_XE) 117 119 $(ECHOGS_XE) -wb $(PSOBJ)gsos2.ico -n -X -r $(PSSRC)gsos2.icx … … 121 123 122 124 $(PSOBJ)$(GS).res: $(PSSRC)$(GS).rc $(PSOBJ)gsos2.ico 123 wrc -i="$(PSSRCDIR);$( PSOBJDIR)" -r $(PSSRC)$(GS).rc -fo=$(PSOBJ)$(GS).res125 wrc -i="$(PSSRCDIR);$(WRCINCLUDE)" -r $(PSSRC)$(GS).rc -fo=$(PSOBJ)$(GS).res 124 126 125 127 # os2.mak PM driver program 126 128 $(GLOBJ)gspmdrv.res: $(GLSRC)gspmdrv.rc $(GLSRC)gspmdrv.h $(GLOBJ)gspmdrv.ico 127 wrc -i="$(GLSRCDIR);$( GLOBJDIR)" -r $(GLSRC)gspmdrv.rc -fo=$(GLOBJ)gspmdrv.res129 wrc -i="$(GLSRCDIR);$(WRCINCLUDE)" -r $(GLSRC)gspmdrv.rc -fo=$(GLOBJ)gspmdrv.res 128 130 129 131 $(BINDIR)/gspmdrv.exe: $(GLSRC)gspmdrv.c $(GLOBJ)gspmdrv.res $(GLSRC)gspmdrv.def -
TabularUnified ghostscript/trunk/base/unix-gcc.mak ¶
r1278 r1279 550 550 # List of default devices, in order of priority. They need not be 551 551 # present in the actual build. 552 GS_DEV_DEFAULT=" x11alphabbox"552 GS_DEV_DEFAULT="display bbox" 553 553 554 554 # Fallback default device. This is set to 'display' by
Note:
See TracChangeset
for help on using the changeset viewer.