Mercurial > sdl-ios-xcode
view touchTest/makefile~ @ 4647:be2250bb482b
Fixed some windows compilation bugs - Still does not compile.
author | jimtla |
---|---|
date | Thu, 03 Jun 2010 11:08:17 -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