Mercurial > sdl-ios-xcode
diff touchTest/makefile~ @ 4670:ad4f32e874ee
Added preliminary touch code to SDL_cocoakeyboard.m
author | jimtla |
---|---|
date | Sat, 24 Jul 2010 22:28:38 +0400 |
parents | f5cd4b6231ba |
children |
line wrap: on
line diff
--- a/touchTest/makefile~ Thu Jul 22 08:12:28 2010 +0400 +++ b/touchTest/makefile~ Sat Jul 24 22:28:38 2010 +0400 @@ -1,3 +1,9 @@ SDLTest : touchSimp.c touchPong.c - gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -gSDLTest : + gcc gestureSDLTest.c -o gestureSDLTest `sdl-config --cflags --libs` -g + gcc gestureTest.c -o gestureTest `sdl-config --cflags --libs` -g + 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 + +