Ignore:
Timestamp:
Dec 2, 2007, 6:08:10 AM (18 years ago)
Author:
bird
Message:

double -> single quotes for MT so that kmk don't use the shell (;#2).

File:
1 edited

Legend:

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

    r1295 r1312  
    307307ifdef KMK_USE_TEST
    308308        $(QUIET)$(TEST) -f $(out).manifest -- \
    309                 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     309                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    310310else
    311311        $(QUIET)if test -f $(out).manifest; then \
     
    355355ifdef KMK_USE_TEST
    356356        $(QUIET)$(TEST) -f $(out).manifest -- \
    357                 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2";
     357                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    358358else
    359359        $(QUIET)if test -f $(out).manifest; then \
Note: See TracChangeset for help on using the changeset viewer.