view touchTest/makefile @ 4656:b5007b7995c6

Added multi-finger gestures
author Jim Grandpre <jim.tla@gmail.com>
date Tue, 06 Jul 2010 02:05:27 -0700
parents 86c171888eee
children eed063a0bf5b
line wrap: on
line source

SDLTest : touchSimp.c touchPong.c
	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