Changeset 6555 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jan 29, 2008 2:38:47 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27586
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
r6538 r6555 49 49 LIBRARIES += \ 50 50 VBoxGuestR3LibLinux \ 51 VBoxGuestR3Lib LinuxXFree8651 VBoxGuestR3LibXFree86 52 52 endif 53 53 ifdef VBOX_WITH_OS2_ADDITIONS … … 108 108 VBoxGuestR3LibVideo.cpp 109 109 110 110 111 # 111 112 # VBoxGuestR3LibXFree86 - a reduced version of the guest library which uses 112 # the X server runtime instead of iprt, for use with old servers where the113 # the X server runtime instead of IPRT, for use with old servers where the 113 114 # C library is not available. 114 115 # 115 VBoxGuestR3LibXFree86_SOURCES = \ 116 ifeq ($(BUILD_TARGET),linux)) 117 VBoxGuestR3LibXFree86_TEMPLATE = VBOXLNX32GUESTR3LIB 118 VBoxGuestR3LibXFree86_INST = $(INST_ADDITIONS_LIB) 119 else 120 VBoxGuestR3LibXFree86_TEMPLATE = FIXME 121 endif 122 VBoxGuestR3LibXFree86_DEFS = VBOX_HGCM VBOX_VBGLR3_XFREE86 123 VBoxGuestR3LibXFree86_SOURCES = \ 116 124 VBoxGuestR3Lib.cpp \ 117 125 VBoxGuestR3LibGR.cpp \ … … 119 127 VBoxGuestR3LibMisc.cpp \ 120 128 VBoxGuestR3LibVideo.cpp 129 VBoxGuestR3LibXFree86_INCS = \ 130 ../../x11/x11include/4.2/programs/Xserver/hw/xfree86/common/ \ 131 ../../x11/x11include/4.2/programs/Xserver/hw/xfree86/os-support \ 132 ../../x11/x11include/4.2/programs/Xserver/include \ 133 ../../x11/x11include/4.2/exports/include/X11 121 134 122 135 … … 174 187 175 188 # 176 # VBoxGuestR3LibLinuxXFree86177 #178 VBoxGuestR3LibLinuxXFree86_TEMPLATE = VBOXLNX32GUESTR3LIB179 VBoxGuestR3LibLinuxXFree86_SOURCES = $(VBoxGuestR3LibXFree86_SOURCES)180 VBoxGuestR3LibLinuxXFree86_DEFS = VBOX_HGCM VBOX_VBGLR3_XFREE86181 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/X11186 187 188 #189 189 # VBoxGuestR0LibOS2 190 190 #
Note:
See TracChangeset
for help on using the changeset viewer.