Mercurial > sdl-ios-xcode
diff touchTest/makefile @ 4645:0375d020e7e3
Auto-detects Wacom touch devices.
author | Jim Grandpre <jim.tla@gmail.com> |
---|---|
date | Mon, 31 May 2010 00:24:37 -0400 |
parents | 057e8762d2a1 |
children | 86c171888eee |
line wrap: on
line diff
--- a/touchTest/makefile Sat May 29 02:09:16 2010 -0400 +++ b/touchTest/makefile Mon May 31 00:24:37 2010 -0400 @@ -2,4 +2,6 @@ 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 +