Mercurial > sdl-ios-xcode
view touchTest/makefile @ 4651:86c171888eee
Added gesture test c file. Beginning of gesture recognition.
author | Jim Grandpre <jim.tla@gmail.com> |
---|---|
date | Mon, 14 Jun 2010 01:44:04 -0400 |
parents | 0375d020e7e3 |
children | eed063a0bf5b |
line wrap: on
line source
SDLTest : touchSimp.c touchPong.c 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