Changeset 1351 for trunk/kBuild


Ignore:
Timestamp:
Dec 3, 2007, 2:03:49 AM (18 years ago)
Author:
bird
Message:

Use the new $(CP) options and the new $(TEST) builtin.

File:
1 edited

Legend:

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

    r1350 r1351  
    241241                $(subst /,\\,$(objs)) \
    242242                $(subst /,\\,$(libs))
    243 ifdef KMK_USE_TEST
    244243        $(QUIET)$(TEST) -f $(out).manifest -- \
    245244                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out))
    246 else
    247         $(QUIET)if test -f $(out).manifest; then \
    248                 $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)); \
    249         fi
    250 endif
    251245endef
    252246
Note: See TracChangeset for help on using the changeset viewer.