Mercurial > sdl-ios-xcode
view touchTest/makefile~ @ 4661:03dcb795c583
Merged changes from the main SDL codebase
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 12 Jul 2010 21:09:23 -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