VirtualBox

Changeset 70377 in vbox


Ignore:
Timestamp:
Dec 28, 2017 8:48:14 PM (7 years ago)
Author:
vboxsync
Message:

ValidationKit: Use import checker.

Location:
trunk/src/VBox/ValidationKit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/Config.kmk

    r69111 r70377  
    9191endif
    9292
    93 # Make VCC100 output work on NT4, W2K, XP and W2K3.
     93# Make VCC100 output work on NT3.x, NT4, W2K, XP and W2K3.
    9494TEMPLATE_VBoxValidationKitR3_LIBS.win.x86 = \
    9595       $(PATH_TOOL_$(TEMPLATE_VBoxValidationKitR3_TOOL.win.x86)_LIB)/oldnames.lib \
     
    9898        $(PATH_STAGE_LIB)/RuntimeR3VccTricks$(VBOX_SUFF_LIB)
    9999ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),win.x86)
    100 TEMPLATE_VBoxValidationKitR3_POST_CMDS = $(if $(eq $(tool_do),LINK_LIBRARY),,$(VBOX_PE_SET_VERSION) $(out)$$(NLTAB))$(TEMPLATE_VBoxValidationKitR3Base_POST_CMDS)$$(NLTAB)
     100 TEMPLATE_VBoxValidationKitR3_POST_CMDS = $(if $(eq $(tool_do),LINK_LIBRARY),,$(VBOX_PE_SET_VERSION) $(out)$$(NLTAB))$(TEMPLATE_VBoxValidationKitR3Base_POST_CMDS)$$(NLTAB)
    101101endif
    102102TEMPLATE_VBoxValidationKitR3_LNK_DEPS.win.x86  = $(if $(eq $(tool_do),LINK_LIBRARY),,$(VBOX_PE_SET_VERSION))
     
    104104#TODO: TEMPLATE_VBoxValidationKitR3_EXTENDS = VBOXGUESTR3EXE
    105105
    106 
    107 #
    108 # Template for building ring-3 progams for the Validation Kit.
     106TEMPLATE_VBoxValidationKitR3_USES += vboximportchecker
     107TEMPLATE_VBoxValidationKitR3_VBOX_IMPORT_CHECKER.win.x86   = nt350
     108TEMPLATE_VBoxValidationKitR3_VBOX_IMPORT_CHECKER.win.amd64 = xp64
     109
     110
     111#
     112# Template for building ring-3 programs for the Validation Kit.
    109113# These programs can run on the host and may take advantage of the support
    110114# driver when installed.
  • trunk/src/VBox/ValidationKit/testboxscript/Makefile.kmk

    r69111 r70377  
    7575TestBoxHelper_LIBS.win = $(PATH_SDK_$(VBOX_WINDDK)_LIB)/wbemuuid.lib
    7676TestBoxHelper_LDFLAGS.darwin = -framework CoreFoundation
     77TestBoxHelper_VBOX_IMPORT_CHECKER.win.x86 = $(NO_SUCH_VARIABLE)
    7778
    7879
  • trunk/src/VBox/ValidationKit/utils/cpu/Makefile.kmk

    r69111 r70377  
    5656cidet-app_DEFS.linux = CIDET_REDUCED_CTX
    5757cidet-app_LIBS = $(PATH_STAGE_LIB)/DisasmR3Static$(VBOX_SUFF_LIB)
     58cidet-app_VBOX_IMPORT_CHECKER.win.x86 = $(NO_SUCH_VARIABLE) # doesn't work on NT4 yet.
    5859
    5960#PROGRAMS += rdtsc
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