VirtualBox

Changeset 6420 in vbox


Ignore:
Timestamp:
Jan 21, 2008 5:11:12 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27385
Message:

Use if1of/ifn1of.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r6348 r6420  
    3939
    4040# The SDL DLLs
    41 ifeq ($(filter-out win os2,$(BUILD_TARGET)),)
     41if1of ($(BUILD_TARGET), win os2)
    4242 ifneq ($(VBOX_WITH_VBOXSDL)$(VBOX_WITH_VBOXBFE),)
    4343  include $(PATH_KBUILD)/sdks/LIBSDL.kmk
     
    5858# The Qt DLLs.
    5959ifneq ($(VBOX_WITH_QTGUI),)
    60  ifeq ($(filter-out win os2,$(BUILD_TARGET)),)
     60 if1of ($(BUILD_TARGET), win os2)
    6161  #include $(PATH_KBUILD)/sdks/QT3.kmk
    6262  #bin_SOURCES += \
     
    157157# compile things.
    158158#
    159 ifneq ($(filter-out linux win l4, $(BUILD_TARGET)),)
     159ifn1of ($(BUILD_TARGET), l4 linux win)
    160160 VBOX_PATH_STAGED ?= .
    161161
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