Changeset 106719 in vbox for trunk/src/VBox/Additions/WINNT/Installer
- Timestamp:
- Oct 26, 2024 1:36:14 AM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 165602
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/Loader/Makefile.kmk
r106713 r106719 39 39 VBoxWindowsAdditions_TEMPLATE = VBoxGuestR3Exe 40 40 if1of ($(KBUILD_TARGET_ARCH), x86 amd64) 41 VBoxWindowsAdditions_BLD_TRG_ARCH = x8641 VBoxWindowsAdditions_BLD_TRG_ARCH = x86 42 42 else 43 VBoxWindowsAdditions_BLD_TRG_ARCH = $(KBUILD_TARGET_ARCH)43 VBoxWindowsAdditions_BLD_TRG_ARCH = $(KBUILD_TARGET_ARCH) 44 44 endif 45 45 VBoxWindowsAdditions_DEFS = _WIN32_WINNT=0x0400
Note:
See TracChangeset
for help on using the changeset viewer.