Changeset 6538 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
- Timestamp:
- Jan 28, 2008 7:50:14 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27565
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
r6494 r6538 48 48 endif 49 49 LIBRARIES += \ 50 VBoxGuestR3LibLinux 50 VBoxGuestR3LibLinux \ 51 VBoxGuestR3LibLinuxXFree86 51 52 endif 52 53 ifdef VBOX_WITH_OS2_ADDITIONS … … 92 93 93 94 # 94 # VBoxGuestR3Lib Base95 # VBoxGuestR3Lib 95 96 # 96 97 VBoxGuestR3Lib_TEMPLATE = VBOXGUESTR3LIB … … 107 108 VBoxGuestR3LibVideo.cpp 108 109 110 # 111 # VBoxGuestR3LibXFree86 - a reduced version of the guest library which uses 112 # the X server runtime instead of iprt, for use with old servers where the 113 # C library is not available. 114 # 115 VBoxGuestR3LibXFree86_SOURCES = \ 116 VBoxGuestR3Lib.cpp \ 117 VBoxGuestR3LibGR.cpp \ 118 VBoxGuestR3LibMouse.cpp \ 119 VBoxGuestR3LibMisc.cpp \ 120 VBoxGuestR3LibVideo.cpp 109 121 110 122 … … 154 166 155 167 # 156 # VBoxGuestR3Lib BaseLinux168 # VBoxGuestR3LibLinux 157 169 # 158 170 VBoxGuestR3LibLinux_TEMPLATE = VBOXLNX32GUESTR3LIB 159 171 VBoxGuestR3LibLinux_SOURCES = $(VBoxGuestR3Lib_SOURCES) 160 172 VBoxGuestR3LibLinux_DEFS = VBOX_HGCM 173 174 175 # 176 # VBoxGuestR3LibLinuxXFree86 177 # 178 VBoxGuestR3LibLinuxXFree86_TEMPLATE = VBOXLNX32GUESTR3LIB 179 VBoxGuestR3LibLinuxXFree86_SOURCES = $(VBoxGuestR3LibXFree86_SOURCES) 180 VBoxGuestR3LibLinuxXFree86_DEFS = VBOX_HGCM VBOX_VBGLR3_XFREE86 181 VBoxGuestR3LibLinuxXFree86_INCS = \ 182 ../../x11/x11include/4.2/programs/Xserver/hw/xfree86/common/ \ 183 ../../x11/x11include/4.2/programs/Xserver/hw/xfree86/os-support \ 184 ../../x11/x11include/4.2/programs/Xserver/include \ 185 ../../x11/x11include/4.2/exports/include/X11 161 186 162 187
Note:
See TracChangeset
for help on using the changeset viewer.