Changeset 1350 for trunk/kBuild/tools/VCC80X86.kmk
- Timestamp:
- Dec 3, 2007, 2:03:09 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC80X86.kmk
r1312 r1350 243 243 $(subst /,\\,$(objs)) \ 244 244 $(subst /,\\,$(libs)) 245 ifdef KMK_USE_TEST246 245 $(QUIET)$(TEST) -f $(out).manifest -- \ 247 246 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)) 248 else249 $(QUIET)if test -f $(out).manifest; then \250 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)); \251 fi252 endif253 247 endef 254 248 … … 284 278 $(subst /,\\,$(objs)) \ 285 279 $(subst /,\\,$(libs)) 286 ifdef KMK_USE_TEST287 280 $(QUIET)$(TEST) -f $(out).manifest -- \ 288 281 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 289 else290 $(QUIET)if test -f $(out).manifest; then \291 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \292 fi293 endif294 282 ifeq ($(filter %.exp .def,$(othersrc)),) 295 ifdef KMK_NEW_CP296 283 $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_LIB)/ 297 else298 $(QUIET)if test -f $(outbase).exp; then $(CP_EXT) $(outbase).exp $(PATH_LIB)/; fi299 $(QUIET)if test -f $(outbase).lib; then $(CP_EXT) $(outbase).lib $(PATH_LIB)/; fi300 endif301 284 endif 302 285 $(eval _DIRS += $(PATH_LIB)) … … 332 315 $(subst /,\\,$(objs)) \ 333 316 $(subst /,\\,$(libs)) 334 ifdef KMK_USE_TEST335 317 $(QUIET)$(TEST) -f $(out).manifest -- \ 336 318 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 337 else 338 $(QUIET)if test -f $(out).manifest; then \ 339 $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \ 340 fi 341 endif 342 endef 343 319 endef 320
Note:
See TracChangeset
for help on using the changeset viewer.