Mercurial > sdl-ios-xcode
annotate touchTest/makefile~ @ 4663:56a2d70de945
Started trying to build gesture code for iPhone
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 15 Jul 2010 06:51:16 -0700 |
parents | f5cd4b6231ba |
children | ad4f32e874ee |
rev | line source |
---|---|
4639
f5cd4b6231ba
Added Test Directory. Touch input works in touchSimp for wacom bamboo fun on Ubuntu linux. Not yet integrated into library. Should support other touch devices and other linux distros, but not tested on anything else.
Jim Grandpre <jim.tla@gmail.com>
parents:
diff
changeset
|
1 SDLTest : touchSimp.c touchPong.c |
f5cd4b6231ba
Added Test Directory. Touch input works in touchSimp for wacom bamboo fun on Ubuntu linux. Not yet integrated into library. Should support other touch devices and other linux distros, but not tested on anything else.
Jim Grandpre <jim.tla@gmail.com>
parents:
diff
changeset
|
2 gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -gSDLTest : |
f5cd4b6231ba
Added Test Directory. Touch input works in touchSimp for wacom bamboo fun on Ubuntu linux. Not yet integrated into library. Should support other touch devices and other linux distros, but not tested on anything else.
Jim Grandpre <jim.tla@gmail.com>
parents:
diff
changeset
|
3 gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g |