Changeset 1350 for trunk/kBuild/tools/VCC80AMD64.kmk
- Timestamp:
- Dec 3, 2007, 2:03:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80AMD64.kmk
r1312 r1350 282 282 $(subst /,\\,$(objs)) \ 283 283 $(subst /,\\,$(libs)) 284 ifdef KMK_USE_TEST285 284 $(QUIET)$(TEST) -f $(out).manifest -- \ 286 285 $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 287 else288 $(QUIET)if test -f $(out).manifest; then \289 $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \290 fi291 endif292 286 ifeq ($(filter %.exp .def,$(othersrc)),) 293 ifdef KMK_NEW_CP294 287 $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_LIB)/ 295 else296 $(QUIET)if test -f $(outbase).exp; then $(CP_EXT) $(outbase).exp $(PATH_LIB)/; fi297 $(QUIET)if test -f $(outbase).lib; then $(CP_EXT) $(outbase).lib $(PATH_LIB)/; fi298 endif299 288 endif 300 289 $(eval _DIRS += $(PATH_LIB)) … … 330 319 $(subst /,\\,$(objs)) \ 331 320 $(subst /,\\,$(libs)) 332 ifdef KMK_USE_TEST333 321 $(QUIET)$(TEST) -f $(out).manifest -- \ 334 322 $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 335 else 336 $(QUIET)if test -f $(out).manifest; then \ 337 $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \ 338 fi 339 endif 340 endef 341 323 endef 324
Note:
See TracChangeset
for help on using the changeset viewer.