Changeset 5818 in vbox for trunk/src/VBox
- Timestamp:
- Nov 22, 2007 6:01:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
r4071 r5818 35 35 VBoxGuestLibBaseLinux 36 36 endif 37 LIBRARIES += \ 38 VBoxGuestR3LibLinux 37 39 endif 38 40 ifdef VBOX_WITH_OS2_ADDITIONS … … 105 107 VBoxGuestLibBaseLinux_DEFS = VBOX_HGCM VBGL_VBOXGUEST LOG_TO_BACKDOOR 106 108 109 # 110 # VBoxGuestR3LibBaseLinux 111 # 112 VBoxGuestR3LibLinux_TEMPLATE = VBOXLNX32GUESTR3LIB 113 VBoxGuestR3LibLinux_SOURCES = \ 114 VBoxGuestR3Lib.cpp \ 115 VBoxGuestR3LibClipboard.cpp \ 116 VBoxGuestR3LibSeamless.cpp 117 VBoxGuestR3LibLinux_DEFS = VBOX_HGCM 118 107 119 108 120 #
Note:
See TracChangeset
for help on using the changeset viewer.