VirtualBox

Ignore:
Timestamp:
Sep 9, 2022 11:30:23 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153567
Message:

/Config.kmk,Add: Enabled import validation for all ring-3 GA binaries on windows. bugref:10261

Location:
trunk/src/VBox/Additions/WINNT/Installer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/Loader/Makefile.kmk

    r96449 r96684  
    5050        $(PATH_TOOL_$(TEMPLATE_VBOXR3EXE_TOOL.win.$(KBUILD_TARGET_ARCH))_LIB)/libcpmt.lib
    5151endif
     52VBoxWindowsAdditions_VBOX_IMPORT_CHECKER.win.x86 := nt4
    5253
    5354# Version stuff.
  • trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk

    r96605 r96684  
    3737VBOX_PATH_ADDITIONS.win.x86 := $(PATH_OUT_BASE)/win.x86/$(KBUILD_TYPE)/bin/additions
    3838VBOX_WITH_GUEST_INSTALL_HELPER := 1 # Use our guest install helper DLL.
    39 
    4039## @todo VBOX_WIN_ADD_INS_OUT_DIR := $(PATH_TARGET)/Additions/Installer/win
    4140
    42 
     41#
     42# VBoxDrvInst - Helps with driver installation.
     43#
    4344PROGRAMS += VBoxDrvInst
    4445VBoxDrvInst_TEMPLATE= VBoxGuestR3Exe
     
    5657        VBoxDrvInst.cpp \
    5758        VBoxDrvInst.rc
    58 
     59VBoxDrvInst_VBOX_IMPORT_CHECKER.win.x86 := nt4 # setupapi was introduced in NT4
     60
     61#
     62# RegCleanup - A NT4 post-install registry cleanup helper preventing the
     63#              display config dialog from popping up on subsequent reboots.
     64#
    5965PROGRAMS += RegCleanup
    6066RegCleanup_TEMPLATE     := VBoxGuestR3Exe
     
    6470        RegCleanup.cpp \
    6571        RegCleanup.rc
    66 
     72RegCleanup_VBOX_IMPORT_CHECKER.win.x86 := nt4
    6773
    6874#
Note: See TracChangeset for help on using the changeset viewer.

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