Changeset 798 in vbox for trunk/src/VBox
- Timestamp:
- Feb 8, 2007 10:53:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/Makefile
r614 r798 97 97 endif 98 98 VBoxSDL_LIBPATH.linux = \ 99 /usr/X11R6/lib99 $(VBOX_LIBPATH_X11) 100 100 101 101 VBoxSDL_CLEAN = $(PATH_VBoxSDL)/Ico64x01.h … … 129 129 endif 130 130 tstSDL_LIBPATH.linux = \ 131 /usr/X11R6/lib131 $(VBOX_LIBPATH_X11) 132 132 tstSDL_LDFLAGS.darwin = \ 133 133 -framework Foundation -framework AppKit
Note:
See TracChangeset
for help on using the changeset viewer.