VirtualBox

Changeset 105160 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jul 5, 2024 12:02:04 PM (8 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163799
Message:

*.kmk,bldprogs/VBoxPeSetVersion: Created a unit for setting the PE version so it can more easily be controlled per target. This is helpful with the two GINA targets in the additions, since using NT 3.51 instead of NT 3.1 as minimum avoids trouble with some AV heuristics.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/3D/Config.kmk

    r104004 r105160  
    157157TEMPLATE_VBoxMesa3DGuestR3DllMinVista_VBOX_IMPORT_CHECKER.win.x86   := vista
    158158TEMPLATE_VBoxMesa3DGuestR3DllMinVista_VBOX_IMPORT_CHECKER.win.amd64 := vista
     159TEMPLATE_VBoxMesa3DGuestR3DllMinVista_VBOX_SET_PE_VERSION.win.x86   := vista
     160TEMPLATE_VBoxMesa3DGuestR3DllMinVista_VBOX_SET_PE_VERSION.win.amd64 := vista
    159161ifeq ($(KBUILD_TARGET),win)
    160162 TEMPLATE_VBoxMesa3DGuestR3DllMinVista_LDFLAGS.win.x86    = $(filter-out -Section:.bss$(COMMA)RW!K,$(TEMPLATE_VBoxMesa3DGuestR3Dll_LDFLAGS.win.x86))
    161  TEMPLATE_VBoxMesa3DGuestR3DllMinVista_POST_CMDS.win.x86  = $(subst $(VBOX_PE_SET_VERSION), $(VBOX_PE_SET_VERSION) --vista,$(TEMPLATE_VBoxMesa3DGuestR3Dll_POST_CMDS.win.x86))
    162  TEMPLATE_VBoxMesa3DGuestR3DllMinVista_POST_CMDS.win.amd64 = $(if $(eq $(tool_do),LINK_LIBRARY),,$(VBOX_PE_SET_VERSION) --vista $(out)$$(NLTAB)$(TEMPLATE_VBoxMesa3DGuestR3Dll_POST_CMDS.win.amd64))
    163  TEMPLATE_VBoxMesa3DGuestR3DllMinVista_LNK_DEPS.win.amd64 = $(if $(eq $(tool_do),LINK_LIBRARY),,$(VBOX_PE_SET_VERSION)) $(TEMPLATE_VBoxMesa3DGuestR3Dll_LNK_DEPS.win.amd64)
    164163endif
    165164
  • trunk/src/VBox/Additions/WINNT/VBoxGINA/Makefile.kmk

    r98416 r105160  
    4242        $(VBOX_LIB_VBGL_R3)
    4343VBoxGINA_VBOX_IMPORT_CHECKER.win.x86 = nt4 # GINA was introduced with nt351, but we don't have exports for that yet.
     44VBoxGINA_VBOX_SET_PE_VERSION.win.x86 = nt351
    4445
    4546# Include testcase(s).
  • trunk/src/VBox/Additions/WINNT/VBoxGINA/testcase/Makefile.kmk

    r98103 r105160  
    1 # $Id $
     1# $Id$
    22## @file
    33# Sub-Makefile for GINA test cases.
     
    3333tstVBoxGINA_SOURCES  = \
    3434        tstVBoxGINA.cpp
     35tstVBoxGINA_VBOX_SET_PE_VERSION.win.x86 = nt351
    3536
    3637include $(FILE_KBUILD_SUB_FOOTER)
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