Changeset 46147 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- May 17, 2013 3:35:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
r43346 r46147 42 42 if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd) 43 43 LIBRARIES += \ 44 44 VBoxGuestR3LibXFree86 45 45 endif 46 46 endif 47 47 LIBRARIES.win.amd64 += VBoxGuestR3Lib-x86 VBoxGuestR3LibShared-x86 48 ifneq ($(VBOX_WITH_COMPATIBLE_LINUX_GUEST_PACKAGE),) 49 LIBRARIES.linux.amd64 += \ 50 VBoxGuestR3Lib-x86 \ 51 VBoxGuestR3LibShared-x86 \ 52 VBoxGuestR3LibXFree86-x86 53 endif 48 54 49 55 … … 160 166 161 167 # 162 # VBoxGuestR3LibShared-x86 - an x86 (32-bit) variant of VBoxGuestR3LibShared for 64-bit Windows.168 # VBoxGuestR3LibShared-x86 - an x86 (32-bit) variant of VBoxGuestR3LibShared for 64-bit Linux. 163 169 # 164 170 VBoxGuestR3LibShared-x86_EXTENDS := VBoxGuestR3LibShared … … 197 203 VBoxGuestR3LibRuntimeXF86.cpp_CXXFLAGS = -Wno-shadow 198 204 205 # 206 # VBoxGuestR3LibXFree86-x86 - an x86 (32-bit) variant of VBoxGuestR3LibXFree86 for 64-bit Linux. 207 # 208 VBoxGuestR3LibXFree86-x86_TEMPLATE := VBOXGUESTR3XF86LIB_X86 209 VBoxGuestR3LibXFree86-x86_EXTENDS := VBoxGuestR3LibXFree86 210 211 199 212 include $(FILE_KBUILD_SUB_FOOTER) 200 213
Note:
See TracChangeset
for help on using the changeset viewer.