Changeset 106438 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Oct 17, 2024 11:50:20 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165257
- Location:
- trunk/src/VBox/Additions/WINNT/Installer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/InstallHelper/Makefile.kmk
r106434 r106438 39 39 DLLS += VBoxGuestInstallHelper 40 40 VBoxGuestInstallHelper_TEMPLATE := VBoxGuestR3Dll 41 if1of ($(KBUILD_TARGET_ARCH), amd64)41 if1of ($(KBUILD_TARGET_ARCH), amd64) 42 42 VBoxGuestInstallHelper_BLD_TRG_ARCH := x86 43 43 endif -
trunk/src/VBox/Additions/WINNT/Installer/Loader/Makefile.kmk
r106434 r106438 32 32 PROGRAMS += VBoxWindowsAdditions 33 33 VBoxWindowsAdditions_TEMPLATE = VBoxGuestR3Exe 34 if1of ($(KBUILD_TARGET_ARCH), amd64)34 if1of ($(KBUILD_TARGET_ARCH), amd64) 35 35 VBoxWindowsAdditions_BLD_TRG_ARCH = x86 36 36 endif -
trunk/src/VBox/Additions/WINNT/Installer/Makefile.kmk
r106434 r106438 79 79 PROGRAMS += RegCleanup 80 80 RegCleanup_TEMPLATE := VBoxGuestR3Exe 81 if1of ($(KBUILD_TARGET_ARCH), amd64)81 if1of ($(KBUILD_TARGET_ARCH), amd64) 82 82 RegCleanup_BLD_TRG_ARCH := x86 83 83 endif
Note:
See TracChangeset
for help on using the changeset viewer.