VirtualBox

Changeset 5493 in vbox for trunk/src


Ignore:
Timestamp:
Oct 25, 2007 2:55:31 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25676
Message:

Use the official SDL framework. The VBoxSDLMain-darwin.m/h are copied from the devel-lite directory of SDL-1.2.12.dmg and only the #include statement was changed.

Location:
trunk/src/VBox/Frontends/VBoxSDL
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk

    r5374 r5493  
    3131        Framebuffer.cpp \
    3232        Helper.cpp
     33VBoxSDL_SOURCES.darwin = \
     34        VBoxSDLMain-darwin.m
    3335ifndef VBOX_OSE
    34  VBoxSDL_SOURCES.win= \
     36 VBoxSDL_SOURCES.win = \
    3537        win32/WinUI.cpp \
    3638        win32/TitlebarButtons.cpp \
     
    9597#
    9698tstSDL_TEMPLATE = VBOXR3NPEXE
    97 tstSDL_SDKS       = LIBSDL
    98 tstSDL_INST       = $(INST_TESTCASE)
    99 tstSDL_SOURCES    = \
     99tstSDL_SDKS = LIBSDL
     100tstSDL_INST = $(INST_TESTCASE)
     101tstSDL_SOURCES = \
    100102        VBoxSDLTest.cpp
    101 tstSDL_DEFS       = IN_RING3 IN_RT_R3 _GNU_SOURCE
     103tstSDL_SOURCES.darwin = \
     104        VBoxSDLMain-darwin.m
     105tstSDL_DEFS = IN_RING3 IN_RT_R3 _GNU_SOURCE
    102106tstSDL_DEFS.win.x86 = _WIN32_WINNT=0x0500
    103107ifdef VBOX_OPENGL
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette