VirtualBox

Ignore:
Timestamp:
Oct 17, 2007 3:19:01 PM (17 years ago)
Author:
vboxsync
Message:

Solaris: LIB_XCURSOR -> VBOX_XCURSOR_LIBS/INCS. Qt in tools (solaris only).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk

    r5141 r5359  
    3737        win32/VBoxSDL.rc
    3838endif
     39
    3940VBoxSDL_DEFS       =
    4041ifdef VBOX_WITH_SECURELABEL
     
    5657VBoxSDL_DEFS.win.x86 = _WIN32_WINNT=0x0500
    5758VBoxSDL_DEFS.win.amd64 = _WIN32_WINNT=0x0510
     59
    5860VBoxSDL_INCS = \
    5961        $(PATH_BIN)/sdk/include \
    6062        $(PATH_VBoxSDL)
     63ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(BUILD_TARGET)),) # X11
     64VBoxSDL_INCS += \
     65        $(VBOX_XCURSOR_INCS)
     66endif
     67VBoxSDL_INCS.freebsd = \
     68        /usr/include \
     69        /usr/local/include \
     70        /usr/X11R6/include ## @todo figure this out.
    6171ifneq ($(filter-out win solaris,$(BUILD_TARGET)),)
     72
    6273VBoxSDL_LIBS = \
    6374        $(LIB_SDK_LIBSDL_SDLMAIN)
    6475endif
    6576ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(BUILD_TARGET)),) # X11
    66 ifneq ($(BUILD_TARGET),solaris) ## @todo Xcursor on solaris.
    6777VBoxSDL_LIBS += \
    68         $(LIB_XCURSOR)
    69 endif
     78        $(VBOX_XCURSOR_LIBS)
    7079VBoxSDL_LIBPATH = \
    7180        $(VBOX_LIBPATH_X11)
    72 VBoxSDL_INCS.freebsd = \
    73         /usr/include \
    74         /usr/local/include \
    75         /usr/X11R6/include ## @todo figure this out.
    7681endif
    7782VBoxSDL_LIBS.solaris = \
     
    8085 #VBoxSDL_LIBS.linux += GL
    8186endif
     87
    8288VBoxSDL_LDFLAGS.darwin = \
    8389        -framework Foundation -framework AppKit
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