Mercurial > sdl-ios-xcode
view src/audio/mint/Makefile.am @ 567:969fbd4dcd4e
From: David Hedbor
Subject: Qtopia patches (input grabbing and iconify)
Ok, here's a patch that adds support for SDL_WM_GrabInput (default
state is "ungrabbed") and SDL_WM_IconifyWindow. Also has some other
tweaks such as taking additional steps to clean up when exiting
(bypassing certain bugs in some versions of Qtopia and/or OPIE) and it
also maps Key_F33 to Key_Return (this is the Zaurus 'ok' key).
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 20 Jan 2003 01:08:20 +0000 |
parents | d219b0e02f5f |
children | 594422ab8f9f |
line wrap: on
line source
## Makefile.am for SDL using Xbios/Dma/whatever available audio functions noinst_LTLIBRARIES = libaudio_mintaudio.la libaudio_mintaudio_la_SOURCES = $(SRCS) # The SDL audio driver sources SRCS = SDL_mintaudio.c \ SDL_mintaudio.h \ SDL_mintaudiointerrupt.S \ SDL_mintaudiointerrupt_s.h \ SDL_mintaudiodma.h \ SDL_mintaudiogsxb.h