Changeset 1350 for trunk/kBuild
- Timestamp:
- Dec 3, 2007, 2:03:09 AM (18 years ago)
- Location:
- trunk/kBuild/tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/VCC70.kmk
r1288 r1350 308 308 $(subst /,\\,$(libs)) 309 309 ifeq ($(filter %.exp .def,$(othersrc)),) 310 ifdef KMK_NEW_CP311 310 $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_LIB)/ 312 else313 $(QUIET)if test -f $(outbase).exp; then $(CP_EXT) $(outbase).exp $(PATH_LIB)/; fi314 $(QUIET)if test -f $(outbase).lib; then $(CP_EXT) $(outbase).lib $(PATH_LIB)/; fi315 endif316 311 endif 317 312 $(eval _DIRS += $(PATH_LIB)) -
trunk/kBuild/tools/VCC80.kmk
r1312 r1350 264 264 $(subst /,\\,$(objs)) \ 265 265 $(subst /,\\,$(libs)) 266 ifdef KMK_USE_TEST267 266 $(QUIET)$(TEST) -f $(out).manifest -- \ 268 267 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)) 269 else270 $(QUIET)if test -f $(out).manifest; then \271 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)); \272 fi273 endif274 268 endef 275 269 … … 305 299 $(subst /,\\,$(objs)) \ 306 300 $(subst /,\\,$(libs)) 307 ifdef KMK_USE_TEST308 301 $(QUIET)$(TEST) -f $(out).manifest -- \ 309 302 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 310 else311 $(QUIET)if test -f $(out).manifest; then \312 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \313 fi314 endif315 303 ifeq ($(filter %.exp .def,$(othersrc)),) 316 ifdef KMK_NEW_CP317 304 $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_LIB)/ 318 else319 $(QUIET)if test -f $(outbase).exp; then $(CP_EXT) $(outbase).exp $(PATH_LIB)/; fi320 $(QUIET)if test -f $(outbase).lib; then $(CP_EXT) $(outbase).lib $(PATH_LIB)/; fi321 endif322 305 endif 323 306 $(eval _DIRS += $(PATH_LIB)) … … 353 336 $(subst /,\\,$(objs)) \ 354 337 $(subst /,\\,$(libs)) 355 ifdef KMK_USE_TEST356 338 $(QUIET)$(TEST) -f $(out).manifest -- \ 357 339 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2' 358 else 359 $(QUIET)if test -f $(out).manifest; then \ 360 $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \ 361 fi 362 endif 363 endef 364 340 endef 341 -
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 -
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.