Ignore:
Timestamp:
Dec 1, 2007, 4:44:33 AM (18 years ago)
Author:
bird
Message:

KMK_USE_TEST option (tmp).

File:
1 edited

Legend:

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

    r1288 r1295  
    241241                $(subst /,\\,$(objs)) \
    242242                $(subst /,\\,$(libs))
     243ifdef KMK_USE_TEST
     244        $(QUIET)$(TEST) -f $(out).manifest -- \
     245                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out))
     246else
    243247        $(QUIET)if test -f $(out).manifest; then \
    244248                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)); \
    245249        fi
     250endif
    246251endef
    247252
     
    277282                $(subst /,\\,$(objs)) \
    278283                $(subst /,\\,$(libs))
     284ifdef KMK_USE_TEST
     285        $(QUIET)$(TEST) -f $(out).manifest -- \
     286                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     287else
    279288        $(QUIET)if test -f $(out).manifest; then \
    280289                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \
    281290        fi
     291endif
    282292ifeq ($(filter %.exp .def,$(othersrc)),)
    283293ifdef KMK_NEW_CP
     
    320330                $(subst /,\\,$(objs)) \
    321331                $(subst /,\\,$(libs))
     332ifdef KMK_USE_TEST
     333        $(QUIET)$(TEST) -f $(out).manifest -- \
     334                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     335else
    322336        $(QUIET)if test -f $(out).manifest; then \
    323337                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \
    324338        fi
    325 endef
    326 
     339endif
     340endef
     341
Note: See TracChangeset for help on using the changeset viewer.