VirtualBox

Changeset 6675 in vbox for trunk/src/VBox/Additions/x11


Ignore:
Timestamp:
Jan 31, 2008 7:26:14 PM (17 years ago)
Author:
vboxsync
Message:

fixed additions build for L4

Location:
trunk/src/VBox/Additions/x11
Files:
3 edited

Legend:

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

    r6356 r6675  
    2121# Include sub-dirs.
    2222SUBDIRS =
    23 if1of ($(BUILD_TARGET),linux solaris)
     23if1of ($(BUILD_TARGET),l4 linux solaris)
    2424SUBDIRS += \
    2525        xclient \
  • trunk/src/VBox/Additions/x11/xclient/Makefile.kmk

    r6618 r6675  
    2323#
    2424PROGRAMS += VBoxClient
    25 ifneq ($(BUILD_TARGET),linux) ## @todo Elimiate this too.
     25if1of ($(BUILD_TARGET),linux l4) ## @todo Elimiate this too.
     26 VBoxClient_TEMPLATE = VBOXLNX32GUESTR3EXE
     27else
    2628 VBoxClient_TEMPLATE = VBOXGUESTR3CPPEXE
    27 else
    28  VBoxClient_TEMPLATE = VBOXLNX32GUESTR3EXE
    2929endif
    3030VBoxClient_DEFS    += VBOX_X11_CLIPBOARD VBOX_HGCM
     
    3333        main.cpp
    3434
    35 ifneq ($(BUILD_TARGET),linux)
    36  VBoxClient_SOURCES += \
    37         clipboard-new.cpp
    38  VBoxClient_LIBS    = \
    39         $(VBOX_LIB_IPRT_GUEST_R3) \
    40         $(VBOX_LIB_VBGL_R3) \
    41         X11 \
    42         Xt
    43 else
     35if1of ($(BUILD_TARGET),linux l4)
    4436 VBoxClient_SOURCES += \
    4537        clipboard.cpp
     
    5446        Xt \
    5547        X11
    56 endif   # target linux
     48else
     49 VBoxClient_SOURCES += \
     50        clipboard-new.cpp
     51 VBoxClient_LIBS    = \
     52        $(VBOX_LIB_IPRT_GUEST_R3) \
     53        $(VBOX_LIB_VBGL_R3) \
     54        X11 \
     55        Xt
     56endif # ! linux || l4
    5757
    5858#
  • trunk/src/VBox/Additions/x11/xgraphics/Makefile.kmk

    r6673 r6675  
    1818DEPTH = ../../../../..
    1919include $(PATH_KBUILD)/header.kmk
    20 
    21 ifeq ($(BUILD_TARGET),l4) ## @todo Frank, check if we can remove this now.
    22  SUFF_DLL = .so
    23 endif
    2420
    2521#
Note: See TracChangeset for help on using the changeset viewer.

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