Changeset 1279


Ignore:
Timestamp:
Jan 27, 2016, 7:16:26 PM (9 years ago)
Author:
Silvan Scherrer
Message:

ghostscript: adjust wrc command and default display

Location:
ghostscript/trunk/base
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified ghostscript/trunk/base/unix-aux.mak

    r1278 r1279  
    138138# The "empty" $(ECHOGS_XE) lines just append a white space line to the
    139139# header file.
    140 INCLUDE=/usr/include
     140INCLUDE=$(includedir)
    141141$(gconfig__h): $(UNIX_AUX_MAK) $(ECHOGS_XE) $(MAKEDIRS)
    142142        $(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  
    114114
    115115# os2.mak Make the icons from their text form.
     116# create a includepath variable, which wrc can handle
     117WRCINCLUDE=$(UNIXROOT)/usr/include
    116118$(PSOBJ)gsos2.ico: $(PSSRC)gsos2.icx $(ECHOGS_XE)
    117119        $(ECHOGS_XE) -wb $(PSOBJ)gsos2.ico -n -X -r $(PSSRC)gsos2.icx
     
    121123
    122124$(PSOBJ)$(GS).res: $(PSSRC)$(GS).rc $(PSOBJ)gsos2.ico
    123         wrc -i="$(PSSRCDIR);$(PSOBJDIR)" -r $(PSSRC)$(GS).rc -fo=$(PSOBJ)$(GS).res
     125        wrc -i="$(PSSRCDIR);$(WRCINCLUDE)" -r $(PSSRC)$(GS).rc -fo=$(PSOBJ)$(GS).res
    124126
    125127# os2.mak PM driver program
    126128$(GLOBJ)gspmdrv.res: $(GLSRC)gspmdrv.rc $(GLSRC)gspmdrv.h $(GLOBJ)gspmdrv.ico
    127         wrc -i="$(GLSRCDIR);$(GLOBJDIR)" -r $(GLSRC)gspmdrv.rc -fo=$(GLOBJ)gspmdrv.res
     129        wrc -i="$(GLSRCDIR);$(WRCINCLUDE)" -r $(GLSRC)gspmdrv.rc -fo=$(GLOBJ)gspmdrv.res
    128130
    129131$(BINDIR)/gspmdrv.exe: $(GLSRC)gspmdrv.c $(GLOBJ)gspmdrv.res $(GLSRC)gspmdrv.def
  • TabularUnified ghostscript/trunk/base/unix-gcc.mak

    r1278 r1279  
    550550# List of default devices, in order of priority. They need not be
    551551# present in the actual build.
    552 GS_DEV_DEFAULT="x11alpha bbox"
     552GS_DEV_DEFAULT="display bbox"
    553553
    554554# Fallback default device.  This is set to 'display' by
Note: See TracChangeset for help on using the changeset viewer.