VirtualBox

Changeset 1295 in kBuild


Ignore:
Timestamp:
Dec 1, 2007 3:44:33 AM (17 years ago)
Author:
bird
Message:

KMK_USE_TEST option (tmp).

Location:
trunk/kBuild/tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC80.kmk

    r1288 r1295  
    264264                $(subst /,\\,$(objs)) \
    265265                $(subst /,\\,$(libs))
     266ifdef KMK_USE_TEST
     267        $(QUIET)$(TEST) -f $(out).manifest -- \
     268                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out))
     269else
    266270        $(QUIET)if test -f $(out).manifest; then \
    267271                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)); \
    268272        fi
     273endif
    269274endef
    270275
     
    300305                $(subst /,\\,$(objs)) \
    301306                $(subst /,\\,$(libs))
     307ifdef KMK_USE_TEST
     308        $(QUIET)$(TEST) -f $(out).manifest -- \
     309                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     310else
    302311        $(QUIET)if test -f $(out).manifest; then \
    303312                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \
    304313        fi
     314endif
    305315ifeq ($(filter %.exp .def,$(othersrc)),)
    306316ifdef KMK_NEW_CP
     
    343353                $(subst /,\\,$(objs)) \
    344354                $(subst /,\\,$(libs))
     355ifdef KMK_USE_TEST
     356        $(QUIET)$(TEST) -f $(out).manifest -- \
     357                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2";
     358else
    345359        $(QUIET)if test -f $(out).manifest; then \
    346360                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \
    347361        fi
    348 endef
    349 
     362endif
     363endef
     364
  • trunk/kBuild/tools/VCC80AMD64.kmk

    r1288 r1295  
    241241                $(subst /,\\,$(objs)) \
    242242                $(subst /,\\,$(libs))
     243ifdef KMK_USE_TEST
     244        $(QUIET)$(TEST) -f $(out).manifest -- \
     245                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out))
     246else
    243247        $(QUIET)if test -f $(out).manifest; then \
    244248                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)); \
    245249        fi
     250endif
    246251endef
    247252
     
    277282                $(subst /,\\,$(objs)) \
    278283                $(subst /,\\,$(libs))
     284ifdef KMK_USE_TEST
     285        $(QUIET)$(TEST) -f $(out).manifest -- \
     286                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     287else
    279288        $(QUIET)if test -f $(out).manifest; then \
    280289                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \
    281290        fi
     291endif
    282292ifeq ($(filter %.exp .def,$(othersrc)),)
    283293ifdef KMK_NEW_CP
     
    320330                $(subst /,\\,$(objs)) \
    321331                $(subst /,\\,$(libs))
     332ifdef KMK_USE_TEST
     333        $(QUIET)$(TEST) -f $(out).manifest -- \
     334                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     335else
    322336        $(QUIET)if test -f $(out).manifest; then \
    323337                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \
    324338        fi
    325 endef
    326 
     339endif
     340endef
     341
  • trunk/kBuild/tools/VCC80X86.kmk

    r1288 r1295  
    243243                $(subst /,\\,$(objs)) \
    244244                $(subst /,\\,$(libs))
     245ifdef KMK_USE_TEST
     246        $(QUIET)$(TEST) -f $(out).manifest -- \
     247                $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out))
     248else
    245249        $(QUIET)if test -f $(out).manifest; then \
    246250                $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest -outputresource:$(subst /,\\,$(out)); \
    247251        fi
     252endif
    248253endef
    249254
     
    279284                $(subst /,\\,$(objs)) \
    280285                $(subst /,\\,$(libs))
     286ifdef KMK_USE_TEST
     287        $(QUIET)$(TEST) -f $(out).manifest -- \
     288                $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     289else
    281290        $(QUIET)if test -f $(out).manifest; then \
    282291                $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \
    283292        fi
     293endif
    284294ifeq ($(filter %.exp .def,$(othersrc)),)
    285295ifdef KMK_NEW_CP
     
    322332                $(subst /,\\,$(objs)) \
    323333                $(subst /,\\,$(libs))
     334ifdef KMK_USE_TEST
     335        $(QUIET)$(TEST) -f $(out).manifest -- \
     336                $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"
     337else
    324338        $(QUIET)if test -f $(out).manifest; then \
    325339                $(TOOL_VCC80X86_MT) -manifest $(subst /,\\,$(out)).manifest "-outputresource:$(subst /,\\,$(out));#2"; \
    326340        fi
    327 endef
    328 
     341endif
     342endef
     343
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette