Mercurial > sdl-ios-xcode
view touchTest/makefile @ 4657:eed063a0bf5b
Moved Multi finger gesture recognition into the library.
author | Jim Grandpre <jim.tla@gmail.com> |
---|---|
date | Wed, 07 Jul 2010 04:13:08 -0700 |
parents | 86c171888eee |
children | ad4f32e874ee |
line wrap: on
line source
SDLTest : touchSimp.c touchPong.c gcc gestureSDLTest.c -o gestureSDLTest `sdl-config --cflags --libs` -g gcc gestureTest.c -o gestureTest `sdl-config --cflags --libs` -g gcc touchTest.c -o touchTest `sdl-config --cflags --libs` -g gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g gcc parseDevicesTest.c -o parseDevicesTest -g