Mercurial > sdl-ios-xcode
view touchTest/makefile @ 4643:8806b78988f7
Bug fixes. Basic touch events (finger up, finger down, finger move) supported.
author | Jim Grandpre <jim.tla@gmail.com> |
---|---|
date | Sat, 29 May 2010 01:47:19 -0400 |
parents | 057e8762d2a1 |
children | 0375d020e7e3 |
line wrap: on
line source
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