Mercurial > sdl-ios-xcode
diff touchTest/makefile @ 4642:057e8762d2a1
Added reading of event* for touch events.
author | Jim Grandpre <jim.tla@gmail.com> |
---|---|
date | Fri, 28 May 2010 01:26:52 -0400 |
parents | f5cd4b6231ba |
children | 0375d020e7e3 |
line wrap: on
line diff
--- a/touchTest/makefile Thu May 27 01:21:37 2010 -0400 +++ b/touchTest/makefile Fri May 28 01:26:52 2010 -0400 @@ -1,3 +1,5 @@ SDLTest : touchSimp.c touchPong.c + 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 +