Changeset 200 in vbox for trunk/src/VBox/Frontends/VBoxSDL
- Timestamp:
- Jan 20, 2007 2:13:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/Makefile
r1 r200 93 93 94 94 VBoxSDL_CLEAN = $(PATH_VBoxSDL)/Ico64x01.h 95 VBoxSDL.cpp_DEPS = $(PATH_VBoxSDL)/Ico64x01.h95 Framebuffer.cpp_DEPS = $(PATH_VBoxSDL)/Ico64x01.h 96 96 97 97 … … 116 116 ifneq ($(filter-out win,$(BUILD_TARGET)),) # someone PLEASE explain why we don't use sdl main! 117 117 tstSDL_LIBS += \ 118 $(LIB_SDK_LIBSDL_SDLMAIN) 118 $(LIB_SDK_LIBSDL_SDLMAIN) 119 119 endif 120 120 ifdef VBOX_OPENGL
Note:
See TracChangeset
for help on using the changeset viewer.