Ignore:
Timestamp:
Dec 9, 2014, 4:35:45 PM (11 years ago)
Author:
bird
Message:

cross build adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC100AMD64.kmk

    r2726 r2735  
    307307                $(foreach p,$(libpath), /LIBPATH:$(p)) \
    308308                @$(outbase).rsp
     309ifndef TOOL_VCC100AMD64_NO_AUTO_MANIFEST
    309310        $(QUIET)$(TEST) -f $(out).manifest -- \
    310311                $(TOOL_VCC100AMD64_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out))
     312endif
    311313endef
    312314
     
    348350                $(foreach p,$(libpath), /LIBPATH:$(p)) \
    349351                @$(outbase).rsp
     352ifndef TOOL_VCC100AMD64_NO_AUTO_MANIFEST
    350353        $(QUIET)$(TEST) -f $(out).manifest -- \
    351354                $(TOOL_VCC100AMD64_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
     355endif
    352356        $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_STAGE_LIB)/
    353357$(eval _DIRS += $(PATH_STAGE_LIB))
     
    389393                $(foreach p,$(libpath), /LIBPATH:$(p)) \
    390394                @$(outbase).rsp
     395ifndef TOOL_VCC100AMD64_NO_AUTO_MANIFEST
    391396        $(QUIET)$(TEST) -f $(out).manifest -- \
    392397                $(TOOL_VCC100AMD64_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    393 endef
    394 
     398endif
     399endef
     400
Note: See TracChangeset for help on using the changeset viewer.