Changeset 1312 for trunk/kBuild/tools/VCC80X86.kmk
- Timestamp:
- Dec 2, 2007, 6:08:10 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80X86.kmk
r1295 r1312 286 286 ifdef KMK_USE_TEST 287 287 $(QUIET)$(TEST) -f $(out).manifest -- \ 288 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"288 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 289 289 else 290 290 $(QUIET)if test -f $(out).manifest; then \ … … 334 334 ifdef KMK_USE_TEST 335 335 $(QUIET)$(TEST) -f $(out).manifest -- \ 336 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"336 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 337 337 else 338 338 $(QUIET)if test -f $(out).manifest; then \
Note:
See TracChangeset
for help on using the changeset viewer.