Mercurial > sdl-ios-xcode
view touchTest/makefile~ @ 4663:56a2d70de945
Started trying to build gesture code for iPhone
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 15 Jul 2010 06:51:16 -0700 |
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