Mercurial > sdl-ios-xcode
diff 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 diff
--- a/touchTest/makefile Tue Jul 06 02:05:27 2010 -0700 +++ b/touchTest/makefile Wed Jul 07 04:13:08 2010 -0700 @@ -1,4 +1,5 @@ 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