Changeset 70377 in vbox
- Timestamp:
- Dec 28, 2017 8:48:14 PM (7 years ago)
- Location:
- trunk/src/VBox/ValidationKit
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/Config.kmk
r69111 r70377 91 91 endif 92 92 93 # Make VCC100 output work on NT 4, W2K, XP and W2K3.93 # Make VCC100 output work on NT3.x, NT4, W2K, XP and W2K3. 94 94 TEMPLATE_VBoxValidationKitR3_LIBS.win.x86 = \ 95 95 $(PATH_TOOL_$(TEMPLATE_VBoxValidationKitR3_TOOL.win.x86)_LIB)/oldnames.lib \ … … 98 98 $(PATH_STAGE_LIB)/RuntimeR3VccTricks$(VBOX_SUFF_LIB) 99 99 ifeq ($(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) 101 101 endif 102 102 TEMPLATE_VBoxValidationKitR3_LNK_DEPS.win.x86 = $(if $(eq $(tool_do),LINK_LIBRARY),,$(VBOX_PE_SET_VERSION)) … … 104 104 #TODO: TEMPLATE_VBoxValidationKitR3_EXTENDS = VBOXGUESTR3EXE 105 105 106 107 # 108 # Template for building ring-3 progams for the Validation Kit. 106 TEMPLATE_VBoxValidationKitR3_USES += vboximportchecker 107 TEMPLATE_VBoxValidationKitR3_VBOX_IMPORT_CHECKER.win.x86 = nt350 108 TEMPLATE_VBoxValidationKitR3_VBOX_IMPORT_CHECKER.win.amd64 = xp64 109 110 111 # 112 # Template for building ring-3 programs for the Validation Kit. 109 113 # These programs can run on the host and may take advantage of the support 110 114 # driver when installed. -
trunk/src/VBox/ValidationKit/testboxscript/Makefile.kmk
r69111 r70377 75 75 TestBoxHelper_LIBS.win = $(PATH_SDK_$(VBOX_WINDDK)_LIB)/wbemuuid.lib 76 76 TestBoxHelper_LDFLAGS.darwin = -framework CoreFoundation 77 TestBoxHelper_VBOX_IMPORT_CHECKER.win.x86 = $(NO_SUCH_VARIABLE) 77 78 78 79 -
trunk/src/VBox/ValidationKit/utils/cpu/Makefile.kmk
r69111 r70377 56 56 cidet-app_DEFS.linux = CIDET_REDUCED_CTX 57 57 cidet-app_LIBS = $(PATH_STAGE_LIB)/DisasmR3Static$(VBOX_SUFF_LIB) 58 cidet-app_VBOX_IMPORT_CHECKER.win.x86 = $(NO_SUCH_VARIABLE) # doesn't work on NT4 yet. 58 59 59 60 #PROGRAMS += rdtsc
Note:
See TracChangeset
for help on using the changeset viewer.