Changeset 36586 in vbox for trunk/src/VBox
- Timestamp:
- Apr 6, 2011 3:19:46 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71026
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk
r36401 r36586 57 57 endif 58 58 VBoxBFE_DEFS.freebsd = VBOXBFE_WITH_X11 59 VBoxBFE_DEFS.l4 = _GNU_SOURCE60 59 VBoxBFE_DEFS.linux = _GNU_SOURCE VBOXBFE_WITH_X11 61 60 VBoxBFE_DEFS.solaris = VBOXBFE_WITH_X11 … … 86 85 VBoxBFEMain-darwin.m 87 86 88 VBoxBFE_SOURCES.l4 = \89 L4Console.cpp \90 L4Framebuffer.cpp \91 L4IDLInterface.cpp \92 EmulCpp.cpp93 94 87 # SDL 95 ifneq ($(KBUILD_TARGET),l4)96 88 VBoxBFE_SDKS += LIBSDL 97 89 VBoxBFE_DEFS += USE_SDL … … 99 91 SDLConsole.cpp \ 100 92 SDLFramebuffer.cpp 101 endif102 103 # USB Support104 if1of ($(KBUILD_TARGET), l4 win)105 VBoxBFE_DEFS += VBOXBFE_WITH_USB106 VBoxBFE_SOURCES += \107 HostUSBImpl.cpp \108 HostUSBDeviceImpl.cpp \109 USBProxyService.cpp110 VBoxBFE_SOURCES.l4 += \111 USBProxyServiceLinux.cpp112 VBoxBFE_SOURCES.linux += \113 USBProxyServiceLinux.cpp114 endif115 93 116 94 VBoxBFE_INCS = \ … … 118 96 $(VBOX_PATH_SDK)/include \ 119 97 $(PATH_ROOT)/src/VBox/Frontends/VBoxBFE 120 ifneq ($(filter-out win os2 l4darwin,$(KBUILD_TARGET)),) # X1198 ifneq ($(filter-out win os2 darwin,$(KBUILD_TARGET)),) # X11 121 99 VBoxBFE_INCS += \ 122 100 $(VBOX_XCURSOR_INCS) … … 126 104 $(LIB_RUNTIME) \ 127 105 $(LIB_VMM) 128 ifneq ($(filter-out win os2 l4,$(KBUILD_TARGET)),)106 ifneq ($(filter-out win os2,$(KBUILD_TARGET)),) 129 107 VBoxBFE_LIBS += \ 130 108 $(LIB_REM) 131 109 endif 132 ifneq ($(filter-out win os2 l4darwin,$(KBUILD_TARGET)),) # X11110 ifneq ($(filter-out win os2 darwin,$(KBUILD_TARGET)),) # X11 133 111 VBoxBFE_LIBS += \ 134 112 $(VBOX_XCURSOR_LIBS) \ … … 141 119 $(PATH_TOOL_$(VBOX_VCC_TOOL)_ATLMFC_LIB)/atls.lib 142 120 endif 143 VBoxBFE_LIBS.l4 = \144 $(L4_LIBDIR)/libl4con-idl.a \145 $(L4_LIBDIR)/libconstream-server.a \146 $(L4_LIBDIR)/libvboxctrl-server.a \147 $(L4_LIBDIR)/libl4sys.a148 121 VBoxBFE_LIBS.darwin = \ 149 122 $(LIB_SDK_LIBSDL_SDLMAIN) 150 123 VBoxBFE_LDFLAGS.darwin = -framework Foundation -framework AppKit 151 124 152 VBoxBFE_CXXFLAGS.l4 += -fno-rtti -nostdinc -Wno-non-virtual-dtor \153 $(addprefix -I,$(VBOX_L4_GCC3_INCS) $(L4_INCDIR))154 125 ## @todo why is it all this cool stuff here only for linux? If it's important, -fshort-wchar would apply to all GCC platforms. 155 126 VBoxBFE_DEFS.linux = \
Note:
See TracChangeset
for help on using the changeset viewer.