Changeset 2735 for trunk/kBuild/tools/VCC100AMD64.kmk
- Timestamp:
- Dec 9, 2014, 4:35:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC100AMD64.kmk
r2726 r2735 307 307 $(foreach p,$(libpath), /LIBPATH:$(p)) \ 308 308 @$(outbase).rsp 309 ifndef TOOL_VCC100AMD64_NO_AUTO_MANIFEST 309 310 $(QUIET)$(TEST) -f $(out).manifest -- \ 310 311 $(TOOL_VCC100AMD64_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)) 312 endif 311 313 endef 312 314 … … 348 350 $(foreach p,$(libpath), /LIBPATH:$(p)) \ 349 351 @$(outbase).rsp 352 ifndef TOOL_VCC100AMD64_NO_AUTO_MANIFEST 350 353 $(QUIET)$(TEST) -f $(out).manifest -- \ 351 354 $(TOOL_VCC100AMD64_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 355 endif 352 356 $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_STAGE_LIB)/ 353 357 $(eval _DIRS += $(PATH_STAGE_LIB)) … … 389 393 $(foreach p,$(libpath), /LIBPATH:$(p)) \ 390 394 @$(outbase).rsp 395 ifndef TOOL_VCC100AMD64_NO_AUTO_MANIFEST 391 396 $(QUIET)$(TEST) -f $(out).manifest -- \ 392 397 $(TOOL_VCC100AMD64_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 393 endef 394 398 endif 399 endef 400
Note:
See TracChangeset
for help on using the changeset viewer.