VirtualBox

Ignore:
Timestamp:
Jan 28, 2008 7:50:14 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27565
Message:

Additions/R3 Guest library: created a reduced version of the library which depends on the X server runtime instead of ours, for use in old X server drivers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk

    r6494 r6538  
    4848  endif
    4949   LIBRARIES += \
    50         VBoxGuestR3LibLinux
     50        VBoxGuestR3LibLinux \
     51        VBoxGuestR3LibLinuxXFree86
    5152 endif
    5253 ifdef VBOX_WITH_OS2_ADDITIONS
     
    9293
    9394#
    94 # VBoxGuestR3LibBase
     95# VBoxGuestR3Lib
    9596#
    9697VBoxGuestR3Lib_TEMPLATE    = VBOXGUESTR3LIB
     
    107108        VBoxGuestR3LibVideo.cpp
    108109
     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#
     115VBoxGuestR3LibXFree86_SOURCES    = \
     116        VBoxGuestR3Lib.cpp \
     117        VBoxGuestR3LibGR.cpp \
     118        VBoxGuestR3LibMouse.cpp \
     119        VBoxGuestR3LibMisc.cpp \
     120        VBoxGuestR3LibVideo.cpp
    109121
    110122
     
    154166
    155167#
    156 # VBoxGuestR3LibBaseLinux
     168# VBoxGuestR3LibLinux
    157169#
    158170VBoxGuestR3LibLinux_TEMPLATE = VBOXLNX32GUESTR3LIB
    159171VBoxGuestR3LibLinux_SOURCES  = $(VBoxGuestR3Lib_SOURCES)
    160172VBoxGuestR3LibLinux_DEFS     = VBOX_HGCM
     173
     174
     175#
     176# VBoxGuestR3LibLinuxXFree86
     177#
     178VBoxGuestR3LibLinuxXFree86_TEMPLATE = VBOXLNX32GUESTR3LIB
     179VBoxGuestR3LibLinuxXFree86_SOURCES  = $(VBoxGuestR3LibXFree86_SOURCES)
     180VBoxGuestR3LibLinuxXFree86_DEFS     = VBOX_HGCM VBOX_VBGLR3_XFREE86
     181VBoxGuestR3LibLinuxXFree86_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
    161186
    162187
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette