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

    r1288 r1295  
    264264                $(subst /,\\,$(objs)) \
    265265                $(subst /,\\,$(libs))
     266ifdef KMK_USE_TEST
     267        $(QUIET)$(TEST) -f $(out).manifest -- \
     268                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out))
     269else
    266270        $(QUIET)if test -f $(out).manifest; then \
    267271                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)); \
    268272        fi
     273endif
    269274endef
    270275
     
    300305                $(subst /,\\,$(objs)) \
    301306                $(subst /,\\,$(libs))
     307ifdef KMK_USE_TEST
     308        $(QUIET)$(TEST) -f $(out).manifest -- \
     309                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     310else
    302311        $(QUIET)if test -f $(out).manifest; then \
    303312                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \
    304313        fi
     314endif
    305315ifeq ($(filter %.exp .def,$(othersrc)),)
    306316ifdef KMK_NEW_CP
     
    343353                $(subst /,\\,$(objs)) \
    344354                $(subst /,\\,$(libs))
     355ifdef KMK_USE_TEST
     356        $(QUIET)$(TEST) -f $(out).manifest -- \
     357                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2";
     358else
    345359        $(QUIET)if test -f $(out).manifest; then \
    346360                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \
    347361        fi
    348 endef
    349 
     362endif
     363endef
     364
Note: See TracChangeset for help on using the changeset viewer.