Changeset 5374 in vbox
- Timestamp:
- Oct 18, 2007 2:01:35 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25448
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk
r5360 r5374 75 75 ifeq ($(filter-out freebsd linux netbsd openbsd solaris,$(BUILD_TARGET)),) # X11 76 76 VBoxSDL_LIBS += \ 77 $(VBOX_XCURSOR_LIBS) 77 $(VBOX_XCURSOR_LIBS) \ 78 $(LIB_X11) 78 79 VBoxSDL_LIBPATH = \ 79 80 $(VBOX_LIBPATH_X11) 80 81 endif 81 VBoxSDL_LIBS.solaris = \82 $(LIB_X11)83 82 ifdef VBOX_OPENGL 84 83 #VBoxSDL_LIBS.linux += GL
Note:
See TracChangeset
for help on using the changeset viewer.