Changeset 2735 for trunk/kBuild/tools/VCC100.kmk
- Timestamp:
- Dec 9, 2014, 4:35:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC100.kmk
r2726 r2735 330 330 $(foreach p,$(libpath), /LIBPATH:$(p)) \ 331 331 @$(outbase).rsp 332 ifndef TOOL_VCC100_NO_AUTO_MANIFEST 332 333 $(QUIET)$(TEST) -f $(out).manifest -- \ 333 334 $(TOOL_VCC100_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)) 335 endif 334 336 endef 335 337 … … 371 373 $(foreach p,$(libpath), /LIBPATH:$(p)) \ 372 374 @$(outbase).rsp 375 ifndef TOOL_VCC100_NO_AUTO_MANIFEST 373 376 $(QUIET)$(TEST) -f $(out).manifest -- \ 374 377 $(TOOL_VCC100_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 378 endif 375 379 $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_STAGE_LIB)/ 376 380 $(eval _DIRS += $(PATH_STAGE_LIB)) … … 412 416 $(foreach p,$(libpath), /LIBPATH:$(p)) \ 413 417 @$(outbase).rsp 418 ifndef TOOL_VCC100_NO_AUTO_MANIFEST 414 419 $(QUIET)$(TEST) -f $(out).manifest -- \ 415 420 $(TOOL_VCC100_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 416 endef 417 421 endif 422 endef 423
Note:
See TracChangeset
for help on using the changeset viewer.