Changeset 106940 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Nov 11, 2024 6:32:21 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 165866
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk
r106896 r106940 65 65 RegCleanup.rc 66 66 RegCleanup_VBOX_IMPORT_CHECKER.win.x86 := nt4 67 68 69 # 70 # The Guest Additions variant of VBoxDrvInst. 71 # 72 VBOX_PATH_GH_INSTALLATION_SRC := $(PATH_ROOT)/src/VBox/GuestHost/installation 73 74 PROGRAMS.win += VBoxDrvInstGuest 75 VBoxDrvInstGuest_TEMPLATE = VBoxGuestR3Exe 76 VBoxDrvInstGuest_DEFS = _WIN32_WINNT=0x0400 _UNICODE UNICODE VBOX_SVN_REV=$(VBOX_SVN_REV) 77 VBoxDrvInstGuest_NAME := VBoxDrvInst 78 VBoxDrvInstGuest_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 84 VBoxDrvInstGuest_VBOX_IMPORT_CHECKER.win.x86 := nt4 # setupapi was introduced in NT4. 67 85 68 86 … … 187 205 $(PATH_STAGE_BIN)/additions/VBoxService.exe \ 188 206 $(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 190 209 191 210 ifeq ($(KBUILD_TARGET_ARCH),x86)
Note:
See TracChangeset
for help on using the changeset viewer.