Changeset 96684 in vbox for trunk/src/VBox/Additions/WINNT/Installer
- Timestamp:
- Sep 9, 2022 11:30:23 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153567
- 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 50 50 $(PATH_TOOL_$(TEMPLATE_VBOXR3EXE_TOOL.win.$(KBUILD_TARGET_ARCH))_LIB)/libcpmt.lib 51 51 endif 52 VBoxWindowsAdditions_VBOX_IMPORT_CHECKER.win.x86 := nt4 52 53 53 54 # Version stuff. -
trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk
r96605 r96684 37 37 VBOX_PATH_ADDITIONS.win.x86 := $(PATH_OUT_BASE)/win.x86/$(KBUILD_TYPE)/bin/additions 38 38 VBOX_WITH_GUEST_INSTALL_HELPER := 1 # Use our guest install helper DLL. 39 40 39 ## @todo VBOX_WIN_ADD_INS_OUT_DIR := $(PATH_TARGET)/Additions/Installer/win 41 40 42 41 # 42 # VBoxDrvInst - Helps with driver installation. 43 # 43 44 PROGRAMS += VBoxDrvInst 44 45 VBoxDrvInst_TEMPLATE= VBoxGuestR3Exe … … 56 57 VBoxDrvInst.cpp \ 57 58 VBoxDrvInst.rc 58 59 VBoxDrvInst_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 # 59 65 PROGRAMS += RegCleanup 60 66 RegCleanup_TEMPLATE := VBoxGuestR3Exe … … 64 70 RegCleanup.cpp \ 65 71 RegCleanup.rc 66 72 RegCleanup_VBOX_IMPORT_CHECKER.win.x86 := nt4 67 73 68 74 #
Note:
See TracChangeset
for help on using the changeset viewer.