- Timestamp:
- Oct 25, 2007 2:55:31 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25676
- Location:
- trunk/src/VBox/Frontends/VBoxSDL
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk
r5374 r5493 31 31 Framebuffer.cpp \ 32 32 Helper.cpp 33 VBoxSDL_SOURCES.darwin = \ 34 VBoxSDLMain-darwin.m 33 35 ifndef VBOX_OSE 34 VBoxSDL_SOURCES.win = \36 VBoxSDL_SOURCES.win = \ 35 37 win32/WinUI.cpp \ 36 38 win32/TitlebarButtons.cpp \ … … 95 97 # 96 98 tstSDL_TEMPLATE = VBOXR3NPEXE 97 tstSDL_SDKS 98 tstSDL_INST 99 tstSDL_SOURCES 99 tstSDL_SDKS = LIBSDL 100 tstSDL_INST = $(INST_TESTCASE) 101 tstSDL_SOURCES = \ 100 102 VBoxSDLTest.cpp 101 tstSDL_DEFS = IN_RING3 IN_RT_R3 _GNU_SOURCE 103 tstSDL_SOURCES.darwin = \ 104 VBoxSDLMain-darwin.m 105 tstSDL_DEFS = IN_RING3 IN_RT_R3 _GNU_SOURCE 102 106 tstSDL_DEFS.win.x86 = _WIN32_WINNT=0x0500 103 107 ifdef VBOX_OPENGL
Note:
See TracChangeset
for help on using the changeset viewer.