Changeset 8758 in vbox for trunk/src/VBox/Frontends/VBoxBFE
- Timestamp:
- May 11, 2008 6:27:49 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk
r8732 r8758 36 36 VBoxBFE_DEFS += VBOX_VRDP 37 37 endif 38 ifneq ($( BUILD_TARGET).$(VBOX_WITHOUT_COM),win.)38 ifneq ($(KBUILD_TARGET).$(VBOX_WITHOUT_COM),win.) 39 39 VBoxBFE_DEFS += VBOXBFE_WITHOUT_COM 40 40 endif … … 79 79 80 80 # SDL 81 ifneq ($( BUILD_TARGET),l4)81 ifneq ($(KBUILD_TARGET),l4) 82 82 VBoxBFE_SDKS += LIBSDL 83 83 VBoxBFE_DEFS += USE_SDL … … 88 88 89 89 # USB Support 90 if1of ($( BUILD_TARGET), l4 win)90 if1of ($(KBUILD_TARGET), l4 win) 91 91 VBoxBFE_DEFS += VBOXBFE_WITH_USB 92 92 VBoxBFE_SOURCES += \ … … 103 103 $(PATH_VBoxBFE) \ 104 104 $(VBOX_PATH_SDK)/include 105 ifneq ($(filter-out win os2 l4 darwin,$( BUILD_TARGET)),) # X11105 ifneq ($(filter-out win os2 l4 darwin,$(KBUILD_TARGET)),) # X11 106 106 VBoxBFE_INCS += \ 107 107 $(VBOX_XCURSOR_INCS) … … 114 114 $(LIB_RUNTIME) \ 115 115 $(LIB_VMM) 116 ifneq ($(filter-out win os2 l4,$( BUILD_TARGET)),)116 ifneq ($(filter-out win os2 l4,$(KBUILD_TARGET)),) 117 117 VBoxBFE_LIBS += \ 118 118 $(LIB_REM) 119 119 endif 120 ifneq ($(filter-out win os2 l4 darwin,$( BUILD_TARGET)),) # X11120 ifneq ($(filter-out win os2 l4 darwin,$(KBUILD_TARGET)),) # X11 121 121 VBoxBFE_LIBS += \ 122 122 $(VBOX_XCURSOR_LIBS) \
Note:
See TracChangeset
for help on using the changeset viewer.