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 | f5cd4b6231ba |
children | ad4f32e874ee |
line wrap: on
line source
SDLTest : touchSimp.c touchPong.c gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -gSDLTest : gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g