VirtualBox

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

fixed additions build for L4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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#
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