Mercurial > sdl-ios-xcode
view touchTest/makefile @ 4653:744b75ad18b8
Started adding vectorization of touch data.
author | Jim Grandpre <jim.tla@gmail.com> |
---|---|
date | Tue, 15 Jun 2010 02:12:16 -0400 |
parents | 86c171888eee |
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