equal
deleted
inserted
replaced
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 ADDED_CAPABILITIES:=$(subst $(CHAR_SPACE),+,$(filter-out -%,$(CAPABILITY))) |
388 FINAL_CAPABILITIES:=$(if $(CAPABILITIES),$(CAPABILITIES),NONE) |
389 SUBTRACTED_CAPABILITIES:=$(subst $(CHAR_SPACE),,$(filter -%,$(CAPABILITY))) |
|
390 FINAL_CAPABILITIES:=$(if $(ADDED_CAPABILITIES),$(ADDED_CAPABILITIES)$(SUBTRACTED_CAPABILITIES),NONE) |
|
391 |
389 |
392 # Paging options for the old postlinker |
390 # Paging options for the old postlinker |
393 POSTLINKER_PAGEDOPTION:=--defaultpaged |
391 POSTLINKER_PAGEDOPTION:=--defaultpaged |
394 ifeq ($(PAGED),1) |
392 ifeq ($(PAGED),1) |
395 POSTLINKER_PAGEDOPTION:=--paged |
393 POSTLINKER_PAGEDOPTION:=--paged |