Mercurial > sdl-ios-xcode
view README.MacOS @ 1201:718d00094f82
Date: Sat, 10 Dec 2005 18:29:41 +0100
From: Alberto Mardegan <mardy@users.sourceforge.net>
To: sdl@libsdl.org
Subject: [SDL] [PATCH] Touchscreen support to fbcon via tslib
Hi all!
I'm new to this list, I just subscribed. I've attached to this e-mail
a patch I've written in order to add Touchscreen support to SDL's fbcon
module via the tslib library.
Since it introduces a new dependency, I've also edited the the
configure.in file and added it as a compile-time option.
This patch is especially useful for handhelds (I've tested it in my
Zaurus).
Please consider applying it. :-)
--
Saluti,
Mardy
http://interlingua.altervista.org
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 12 Dec 2005 09:26:32 +0000 |
parents | 37e3ca9254c7 |
children |
line wrap: on
line source
============================================================================== Using the Simple DirectMedia Layer with MacOS 7,8,9 on PPC ============================================================================== These instructions are for people using the Apple MPW environment: http://developer.apple.com/tools/mpw-tools/ CodeWarrior projects are available in the CWprojects directory. ============================================================================== I. Building the Simple DirectMedia Layer libraries: (This step isn't necessary if you have the SDL binary distribution) First, unpack the MPWmake.sea.hqx archive and move SDL.make into the SDL directory. Start MPW Set the current directory within MPW to the SDL toplevel directory. Build "SDL" (Type Command-B and enter "SDL" in the dialog) If everything compiles successfully, you now have the PPC libraries "SDL" and "SDLmain.o" in the 'lib' subdirectory. ============================================================================== II. Building the Simple DirectMedia Layer test programs: First, unpack the MPWmake.sea.hqx archive, move the new rsrc directory to the main SDL directory, and move the makefiles in the new test subdirectory to the SDL 'test' subdirectory. Start MPW Set the current directory within MPW to the SDL 'test' subdirectory. Build the programs that have an associated MPW makefile (file ending with .make), including "testwin", "testalpha", and "graywin". Copy the SDL library file into the test directory, and run! ============================================================================== III. Building the Simple DirectMedia Layer demo programs: Copy one of the test program Makefiles to the demo directory and modify it to match the sources in the demo. ============================================================================== IV. Enjoy! :) If you have a project you'd like me to know about, or want to ask questions, go ahead and join the SDL developer's mailing list by sending e-mail to: sdl-request@libsdl.org and put "subscribe" into the subject of the message. Or alternatively you can use the web interface: http://www.libsdl.org/mailman/listinfo/sdl ==============================================================================