Changeset 6693 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Jan 31, 2008 10:22:17 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27767
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
r6662 r6693 20 20 include $(PATH_KBUILD)/subheader.kmk 21 21 22 # 23 # Target config. 24 # 22 25 ifn1of ($(BUILD_TARGET),l4 linux win) 23 26 LIBRARIES += \ … … 45 48 endif 46 49 ifdef VBOX_WITH_LINUX_ADDITIONS 47 ifdef VBOX_WITH_LINUX_ADDITIONS_32BIT_R048 50 LIBRARIES += \ 49 VBoxGuestLibLinux \ 50 VBoxGuestLibBaseLinux 51 endif 52 LIBRARIES += \ 51 VBoxGuestR0Lib \ 52 VBoxGuestR0LibBase \ 53 53 VBoxGuestR3Lib \ 54 54 VBoxGuestR3LibShared \ … … 57 57 endif 58 58 endif 59 60 ifndef VBOX_WITH_ADDITION_DRIVERS 61 if1of ($(BUILD_TARGET), linux l4) # All drivers are optional, can skip RuntimeGuestR0. 62 LIBRARIES := $(filter-out VBoxGuestR0Lib VBoxGuestR0LibBase, $(LIBRARIES)) 63 endif 64 endif 65 59 66 60 67 # … … 170 177 171 178 # 172 # VBoxGuestLibLinux173 #174 VBoxGuestLibLinux_TEMPLATE = VBOXLNX32GUESTR0175 VBoxGuestLibLinux_SOURCES = $(VBoxGuestR0Lib_SOURCES)176 VBoxGuestLibLinux_INCS = $(VBoxGuestLib_INCS)177 VBoxGuestLibLinux_DEFS = VBOX_HGCM LOG_TO_BACKDOOR178 179 180 #181 # VBoxGuestLibBaseLinux182 #183 VBoxGuestLibBaseLinux_TEMPLATE = VBOXLNX32GUESTR0184 VBoxGuestLibBaseLinux_SOURCES = $(VBoxGuestR0LibBase_SOURCES)185 VBoxGuestLibBaseLinux_INCS = $(VBoxGuestLib_INCS)186 VBoxGuestLibBaseLinux_DEFS = VBOX_HGCM VBGL_VBOXGUEST LOG_TO_BACKDOOR187 188 #189 179 # VBoxGuestR3LibLinux 190 180 #
Note:
See TracChangeset
for help on using the changeset viewer.