diff touchTest/makefile @ 4639:f5cd4b6231ba

Added Test Directory. Touch input works in touchSimp for wacom bamboo fun on Ubuntu linux. Not yet integrated into library. Should support other touch devices and other linux distros, but not tested on anything else.
author Jim Grandpre <jim.tla@gmail.com>
date Mon, 24 May 2010 23:44:24 -0400
parents
children 057e8762d2a1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/touchTest/makefile	Mon May 24 23:44:24 2010 -0400
@@ -0,0 +1,3 @@
+SDLTest : touchSimp.c touchPong.c
+	gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g
+	gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g