Changeset 5359 in vbox for trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk
- Timestamp:
- Oct 17, 2007 3:19:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk
r5141 r5359 37 37 win32/VBoxSDL.rc 38 38 endif 39 39 40 VBoxSDL_DEFS = 40 41 ifdef VBOX_WITH_SECURELABEL … … 56 57 VBoxSDL_DEFS.win.x86 = _WIN32_WINNT=0x0500 57 58 VBoxSDL_DEFS.win.amd64 = _WIN32_WINNT=0x0510 59 58 60 VBoxSDL_INCS = \ 59 61 $(PATH_BIN)/sdk/include \ 60 62 $(PATH_VBoxSDL) 63 ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(BUILD_TARGET)),) # X11 64 VBoxSDL_INCS += \ 65 $(VBOX_XCURSOR_INCS) 66 endif 67 VBoxSDL_INCS.freebsd = \ 68 /usr/include \ 69 /usr/local/include \ 70 /usr/X11R6/include ## @todo figure this out. 61 71 ifneq ($(filter-out win solaris,$(BUILD_TARGET)),) 72 62 73 VBoxSDL_LIBS = \ 63 74 $(LIB_SDK_LIBSDL_SDLMAIN) 64 75 endif 65 76 ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(BUILD_TARGET)),) # X11 66 ifneq ($(BUILD_TARGET),solaris) ## @todo Xcursor on solaris.67 77 VBoxSDL_LIBS += \ 68 $(LIB_XCURSOR) 69 endif 78 $(VBOX_XCURSOR_LIBS) 70 79 VBoxSDL_LIBPATH = \ 71 80 $(VBOX_LIBPATH_X11) 72 VBoxSDL_INCS.freebsd = \73 /usr/include \74 /usr/local/include \75 /usr/X11R6/include ## @todo figure this out.76 81 endif 77 82 VBoxSDL_LIBS.solaris = \ … … 80 85 #VBoxSDL_LIBS.linux += GL 81 86 endif 87 82 88 VBoxSDL_LDFLAGS.darwin = \ 83 89 -framework Foundation -framework AppKit
Note:
See TracChangeset
for help on using the changeset viewer.