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

    r1288 r1295  
    243243                $(subst /,\\,$(objs)) \
    244244                $(subst /,\\,$(libs))
     245ifdef KMK_USE_TEST
     246        $(QUIET)$(TEST) -f $(out).manifest -- \
     247                $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out))
     248else
    245249        $(QUIET)if test -f $(out).manifest; then \
    246250                $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)); \
    247251        fi
     252endif
    248253endef
    249254
     
    279284                $(subst /,\\,$(objs)) \
    280285                $(subst /,\\,$(libs))
     286ifdef KMK_USE_TEST
     287        $(QUIET)$(TEST) -f $(out).manifest -- \
     288                $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     289else
    281290        $(QUIET)if test -f $(out).manifest; then \
    282291                $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \
    283292        fi
     293endif
    284294ifeq ($(filter %.exp .def,$(othersrc)),)
    285295ifdef KMK_NEW_CP
     
    322332                $(subst /,\\,$(objs)) \
    323333                $(subst /,\\,$(libs))
     334ifdef KMK_USE_TEST
     335        $(QUIET)$(TEST) -f $(out).manifest -- \
     336                $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     337else
    324338        $(QUIET)if test -f $(out).manifest; then \
    325339                $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \
    326340        fi
    327 endef
    328 
     341endif
     342endef
     343
Note: See TracChangeset for help on using the changeset viewer.