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

    r2726 r2735  
    330330                $(foreach p,$(libpath), /LIBPATH:$(p)) \
    331331                @$(outbase).rsp
     332ifndef TOOL_VCC100_NO_AUTO_MANIFEST
    332333        $(QUIET)$(TEST) -f $(out).manifest -- \
    333334                $(TOOL_VCC100_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out))
     335endif
    334336endef
    335337
     
    371373                $(foreach p,$(libpath), /LIBPATH:$(p)) \
    372374                @$(outbase).rsp
     375ifndef TOOL_VCC100_NO_AUTO_MANIFEST
    373376        $(QUIET)$(TEST) -f $(out).manifest -- \
    374377                $(TOOL_VCC100_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
     378endif
    375379        $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_STAGE_LIB)/
    376380$(eval _DIRS += $(PATH_STAGE_LIB))
     
    412416                $(foreach p,$(libpath), /LIBPATH:$(p)) \
    413417                @$(outbase).rsp
     418ifndef TOOL_VCC100_NO_AUTO_MANIFEST
    414419        $(QUIET)$(TEST) -f $(out).manifest -- \
    415420                $(TOOL_VCC100_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    416 endef
    417 
     421endif
     422endef
     423
Note: See TracChangeset for help on using the changeset viewer.