Changeset 46147 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- May 17, 2013 3:35:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r45459 r46147 122 122 VBoxService_LDFLAGS.darwin = -framework IOKit 123 123 124 VBoxService_LIBS += \125 $(VBOX_LIB_IPRT_GUEST_R3) \126 $(VBOX_LIB_VBGL_R3) \127 $(VBOX_LIB_IPRT_GUEST_R3) # (The joy of unix linkers.)128 124 if1of ($(KBUILD_TARGET), linux) 129 125 VBoxService_LIBS += \ … … 145 141 kstat \ 146 142 contract 143 endif 144 145 # 32-bit version for the 64-bit Linux Additions 146 ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64) 147 ifneq ($(VBOX_WITH_COMPATIBLE_LINUX_GUEST_PACKAGE),) 148 PROGRAMS += VBoxService_32 149 VBoxService_32_EXTENDS = VBoxService 150 VBoxService_32_TEMPLATE = NewVBoxGuestR3Exe_X86 151 VBoxService_32_NAME = VBoxService 152 endif 147 153 endif 148 154
Note:
See TracChangeset
for help on using the changeset viewer.