sbsv2/raptor/lib/flm/e32abiv2.flm
branchwip
changeset 147 bbe5275eca96
parent 144 b15d9b7e12af
child 173 6080bce951bf
child 325 226aba1c0d68
equal deleted inserted replaced
146:43570e9211f9 147:bbe5275eca96
   383 
   383 
   384 # Generating the import library is enough if TARGETTYPE=implib #############
   384 # Generating the import library is enough if TARGETTYPE=implib #############
   385 
   385 
   386 ifneq ($(DOPOSTLINK),)
   386 ifneq ($(DOPOSTLINK),)
   387 # Capabilities
   387 # Capabilities
   388 FINAL_CAPABILITIES:=$(if $(CAPABILITIES),$(CAPABILITIES),NONE)
   388 FINAL_CAPABILITIES:=$(if $(CAPABILITY),$(CAPABILITY),NONE)
   389 
   389 
   390 # Paging options for the old postlinker
   390 # Paging options for the old postlinker
   391 POSTLINKER_PAGEDOPTION:=--defaultpaged
   391 POSTLINKER_PAGEDOPTION:=--defaultpaged
   392 ifeq ($(PAGED),1)
   392 ifeq ($(PAGED),1)
   393   POSTLINKER_PAGEDOPTION:=--paged
   393   POSTLINKER_PAGEDOPTION:=--paged