VirtualBox

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


Ignore:
Timestamp:
Nov 11, 2024 6:32:21 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165866
Message:

Windows driver installation: Added new VBoxDrvInst tool for generic Windows driver installation, listing and uninstallation, to have a common tool as a host and a guest version [build fix]. ​bugref:10762

File:
1 edited

Legend:

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

    r106896 r106940  
    6565        RegCleanup.rc
    6666RegCleanup_VBOX_IMPORT_CHECKER.win.x86 := nt4
     67
     68
     69#
     70# The Guest Additions variant of VBoxDrvInst.
     71#
     72VBOX_PATH_GH_INSTALLATION_SRC := $(PATH_ROOT)/src/VBox/GuestHost/installation
     73
     74PROGRAMS.win += VBoxDrvInstGuest
     75VBoxDrvInstGuest_TEMPLATE = VBoxGuestR3Exe
     76VBoxDrvInstGuest_DEFS     = _WIN32_WINNT=0x0400 _UNICODE UNICODE VBOX_SVN_REV=$(VBOX_SVN_REV)
     77VBoxDrvInstGuest_NAME    := VBoxDrvInst
     78VBoxDrvInstGuest_SOURCES  = \
     79        $(VBOX_PATH_GH_INSTALLATION_SRC)/VBoxWinDrvCommon.cpp \
     80        $(VBOX_PATH_GH_INSTALLATION_SRC)/VBoxWinDrvInst.cpp \
     81        $(VBOX_PATH_GH_INSTALLATION_SRC)/VBoxWinDrvStore.cpp \
     82        $(VBOX_PATH_GH_INSTALLATION_SRC)/VBoxDrvInst.cpp \
     83        $(VBOX_PATH_GH_INSTALLATION_SRC)/VBoxDrvInst.rc
     84VBoxDrvInstGuest_VBOX_IMPORT_CHECKER.win.x86 := nt4 # setupapi was introduced in NT4.
    6785
    6886
     
    187205        $(PATH_STAGE_BIN)/additions/VBoxService.exe \
    188206        $(PATH_STAGE_BIN)/additions/VBoxHook.dll \
    189         $(PATH_STAGE_BIN)/additions/RegCleanup.exe
     207        $(PATH_STAGE_BIN)/additions/RegCleanup.exe \
     208        $(PATH_STAGE_BIN)/additions/VBoxDrvInst.exe
    190209
    191210ifeq ($(KBUILD_TARGET_ARCH),x86)
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