Changeset 6420 in vbox
- Timestamp:
- Jan 21, 2008 5:11:12 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27385
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r6348 r6420 39 39 40 40 # The SDL DLLs 41 if eq ($(filter-out win os2,$(BUILD_TARGET)),)41 if1of ($(BUILD_TARGET), win os2) 42 42 ifneq ($(VBOX_WITH_VBOXSDL)$(VBOX_WITH_VBOXBFE),) 43 43 include $(PATH_KBUILD)/sdks/LIBSDL.kmk … … 58 58 # The Qt DLLs. 59 59 ifneq ($(VBOX_WITH_QTGUI),) 60 if eq ($(filter-out win os2,$(BUILD_TARGET)),)60 if1of ($(BUILD_TARGET), win os2) 61 61 #include $(PATH_KBUILD)/sdks/QT3.kmk 62 62 #bin_SOURCES += \ … … 157 157 # compile things. 158 158 # 159 ifn eq ($(filter-out linux win l4, $(BUILD_TARGET)),)159 ifn1of ($(BUILD_TARGET), l4 linux win) 160 160 VBOX_PATH_STAGED ?= . 161 161
Note:
See TracChangeset
for help on using the changeset viewer.