VirtualBox

Ignore:
Timestamp:
Nov 8, 2024 4:39:19 PM (3 months ago)
Author:
vboxsync
Message:

Windows Guest Additions: Renamed VBoxDrvInst.exe -> VBoxGuestInstallHelper.exe. Marked the 'driver [...]' commands as being deprecated. bugref:10762

File:
1 edited

Legend:

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

    r106892 r106896  
    3131# Include Sub-Makefiles.
    3232include $(PATH_SUB_CURRENT)/testcase/Makefile.kmk
     33
     34
     35#
     36# VBoxGuestInstallHelper - Helps with various installation tasks.
     37#
     38PROGRAMS += VBoxGuestInstallHelper
     39VBoxGuestInstallHelper_TEMPLATE = VBoxGuestR3Exe
     40VBoxGuestInstallHelper_DEFS    = _WIN32_WINNT=0x0400 _UNICODE UNICODE
     41VBoxGuestInstallHelper_DEFS   += VBOX_SVN_REV=$(VBOX_SVN_REV)
     42ifdef VBOX_WITH_WDDM
     43 VBoxGuestInstallHelper_DEFS  += VBOX_WITH_WDDM
     44endif
     45VBoxGuestInstallHelper_DEPS    = $(VBOX_SVN_REV_KMK)
     46VBoxGuestInstallHelper_SDKS    = ReorderCompilerIncs $(VBOX_WINPSDK_GST) $(VBOX_WINDDK_GST)
     47VBoxGuestInstallHelper_INCS    = ../../include
     48VBoxGuestInstallHelper_SOURCES = \
     49        VBoxGuestInstallHelper.cpp \
     50        VBoxGuestInstallHelper.rc \
     51        $(PATH_ROOT)/src/VBox/GuestHost/Installation/VBoxWinDrvCommon.cpp \
     52        $(PATH_ROOT)/src/VBox/GuestHost/Installation/VBoxWinDrvInst.cpp \
     53        $(PATH_ROOT)/src/VBox/GuestHost/Installation/VBoxWinDrvStore.cpp
     54VBoxGuestInstallHelper_VBOX_IMPORT_CHECKER.win.x86 := nt4 # setupapi was introduced in NT4
     55
    3356
    3457#
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