VirtualBox

Changeset 106892 in vbox


Ignore:
Timestamp:
Nov 8, 2024 3:34:41 PM (2 months ago)
Author:
vboxsync
Message:

Windows Guest Additions: File renaming and Makefile adjustments for VBoxGuestInstallHelper.dll. Needed as a prerequisite for the upcoming rename of VBoxDrvInst -> VBoxGuestInstallHelper.exe. bugref:10762

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

Legend:

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

    r106849 r106892  
    3535# Stripped down template for arm64.
    3636#
    37 TEMPLATE_VBoxGuestInstallerHelperTemplateWithFewerLibs                = hack
    38 TEMPLATE_VBoxGuestInstallerHelperTemplateWithFewerLibs_EXTENDS       := VBoxGuestR3Dll
    39 TEMPLATE_VBoxGuestInstallerHelperTemplateWithFewerLibs_LATE_LIBS.x86  = \
     37TEMPLATE_VBoxGuestInstallHelperTemplateWithFewerLibs                = hack
     38TEMPLATE_VBoxGuestInstallHelperTemplateWithFewerLibs_EXTENDS       := VBoxGuestR3Dll
     39TEMPLATE_VBoxGuestInstallHelperTemplateWithFewerLibs_LATE_LIBS.x86  = \
    4040        $(filter-out %/VBoxGuestR3LibShared-x86.lib,$(TEMPLATE_VBoxGuestR3Dll_LATE_LIBS.x86))
    4141
     
    4545# Note! Installation is required for repacking Guest Additions
    4646#
    47 DLLS += VBoxGuestInstallHelper
    48 VBoxGuestInstallHelper_TEMPLATE        := VBoxGuestInstallerHelperTemplateWithFewerLibs
    49 VBoxGuestInstallHelper_BLD_TRG_ARCH    := x86
    50 VBoxGuestInstallHelper_INST            := repackadd/resources/VBoxGuestInstallHelper/
     47DLLS += VBoxGuestInstallHelperDll
     48VBoxGuestInstallHelperDll_TEMPLATE        := VBoxGuestInstallHelperTemplateWithFewerLibs
     49VBoxGuestInstallHelperDll_NAME            := VBoxGuestInstallHelper
     50VBoxGuestInstallHelperDll_BLD_TRG_ARCH    := x86
     51VBoxGuestInstallHelperDll_INST            := repackadd/resources/VBoxGuestInstallHelperDll/
    5152ifdef VBOX_SIGN_ADDITIONS # (See the parent makefile.)
    52  VBoxGuestInstallHelper_INSTTYPE       := stage
    53  VBoxGuestInstallHelper_DEBUG_INSTTYPE := both
     53 VBoxGuestInstallHelperDll_INSTTYPE       := stage
     54 VBoxGuestInstallHelperDll_DEBUG_INSTTYPE := both
    5455endif
    55 VBoxGuestInstallHelper_DEFS            := WIN32_LEAN_AND_MEAN=1 UNICODE _UNICODE
     56VBoxGuestInstallHelperDll_DEFS            := WIN32_LEAN_AND_MEAN=1 UNICODE _UNICODE
    5657if1of ($(KBUILD_TARGET_ARCH), x86)
    57  VBoxGuestInstallHelper_DEFS           := _WIN32_WINNT=0x0400
    58  VBoxGuestInstallHelper_VBOX_IMPORT_CHECKER.win.x86 := nt4
     58 VBoxGuestInstallHelperDll_DEFS           := _WIN32_WINNT=0x0400
     59 VBoxGuestInstallHelperDll_VBOX_IMPORT_CHECKER.win.x86 := nt4
    5960else if1of ($(KBUILD_TARGET_ARCH), amd64)
    60  VBoxGuestInstallHelper_DEFS           := _WIN32_WINNT=0x0501
    61  VBoxGuestInstallHelper_VBOX_IMPORT_CHECKER.win.x86 := xp
     61 VBoxGuestInstallHelperDll_DEFS           := _WIN32_WINNT=0x0501
     62 VBoxGuestInstallHelperDll_VBOX_IMPORT_CHECKER.win.x86 := xp
    6263else
    63  VBoxGuestInstallHelper_DEFS           := _WIN32_WINNT=0x0a00
    64  VBoxGuestInstallHelper_VBOX_IMPORT_CHECKER.win.x86 := w8
     64 VBoxGuestInstallHelperDll_DEFS           := _WIN32_WINNT=0x0a00
     65 VBoxGuestInstallHelperDll_VBOX_IMPORT_CHECKER.win.x86 := w8
    6566endif
    66 VBoxGuestInstallHelper_SOURCES         := \
    67         VBoxGuestInstallHelper.cpp \
    68         VBoxGuestInstallHelper.rc \
     67VBoxGuestInstallHelperDll_SOURCES         := \
     68        VBoxGuestInstallHelperDll.cpp \
     69        VBoxGuestInstallHelperDll.rc \
    6970        $(PATH_ROOT)/src/VBox/Runtime/generic/RTLogWriteUser-generic.cpp
    70 VBoxGuestInstallHelper_INCS            := \
     71VBoxGuestInstallHelperDll_INCS            := \
    7172        $(PATH_ROOT)/src/VBox/Runtime/include
    7273
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