Mercurial > sdl-ios-xcode
view touchTest/makefile @ 4648:0350b634c044
Fixed windo build errors. Should now be compilable.
author | jimtla |
---|---|
date | Thu, 03 Jun 2010 13:21:35 -0400 |
parents | 0375d020e7e3 |
children | 86c171888eee |
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 gcc parseDevicesTest.c -o parseDevicesTest -g