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/VCC100X86.kmk

    r2726 r2735  
    308308                $(foreach p,$(libpath), /LIBPATH:$(p)) \
    309309                @$(outbase).rsp
     310ifndef TOOL_VCC100X86_NO_AUTO_MANIFEST
    310311        $(QUIET)$(TEST) -f $(out).manifest -- \
    311312                $(TOOL_VCC100X86_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out))
     313endif
    312314endef
    313315
     
    349351                $(foreach p,$(libpath), /LIBPATH:$(p)) \
    350352                @$(outbase).rsp
     353ifndef TOOL_VCC100X86_NO_AUTO_MANIFEST
    351354        $(QUIET)$(TEST) -f $(out).manifest -- \
    352355                $(TOOL_VCC100X86_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
     356endif
    353357        $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_STAGE_LIB)/
    354358$(eval _DIRS += $(PATH_STAGE_LIB))
     
    390394                $(foreach p,$(libpath), /LIBPATH:$(p)) \
    391395                @$(outbase).rsp
     396ifndef TOOL_VCC100X86_NO_AUTO_MANIFEST
    392397        $(QUIET)$(TEST) -f $(out).manifest -- \
    393398                $(TOOL_VCC100X86_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    394 endef
    395 
     399endif
     400endef
     401
Note: See TracChangeset for help on using the changeset viewer.