Changeset 4879 in vbox
- Timestamp:
- Sep 17, 2007 10:55:05 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r4878 r4879 2064 2064 ifeq ($(BUILD_TARGET),solaris) 2065 2065 TEMPLATE_VBOXQTGUIEXE_LIBS += \ 2066 rt socket 2066 rt socket nsl 2067 2067 endif 2068 2068 endif … … 2516 2516 2517 2517 ifndef VBOX_OSE 2518 ifeq ($( BUILD_TARGET),linux)2518 ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(BUILD_TARGET)),) # linux only, yea, right. 2519 2519 VBOX_LICENSE_SRC := $(PATH_ROOT)/doc/License.html 2520 2520 VBOX_LICENSE_VER := $(shell grep Version $(VBOX_LICENSE_SRC)|sed -e 's/.*Version \([0-9.]*\),.*/\1/g') -
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r4875 r4879 60 60 VirtualBox_SDKS.win = WINPSDK DXSDK 61 61 #ifeq ($(filter-out freebsd linux netbsd openbsd os2 solaris,$(BUILD_TARGET)),) - later 62 ifeq ($(filter-out freebsd linux netbsd openbsd os2,$(BUILD_TARGET)),) 62 ifeq ($(filter-out freebsd linux netbsd openbsd os2,$(BUILD_TARGET)),) # X11 + os2 63 63 VirtualBox_SDKS += LIBSDL 64 64 endif … … 70 70 71 71 ifndef VBOX_OSE 72 ifeq ($( BUILD_TARGET),linux)72 ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(BUILD_TARGET)),) # linux only, yea, right. 73 73 # Note: I'm doing this right here because the GUI will _not_ run 74 74 # without that file which might be annoying for developers!
Note:
See TracChangeset
for help on using the changeset viewer.