Changeset 49643 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk
- Timestamp:
- Nov 25, 2013 3:46:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk
r46147 r49643 76 76 endif 77 77 78 # 32-bit version for the 64-bit Linux Additions79 ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64)80 ifneq ($(VBOX_WITH_COMPATIBLE_LINUX_GUEST_PACKAGE),)81 PROGRAMS += VBoxClient_3282 VBoxClient_32_EXTENDS = VBoxClient83 VBoxClient_32_TEMPLATE = NewVBoxGuestR3Exe_X8684 VBoxClient_32_NAME = VBoxClient85 endif86 endif87 88 78 ifdef VBOX_X11_SEAMLESS_GUEST 89 79 if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK)
Note:
See TracChangeset
for help on using the changeset viewer.