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