view touchTest/makefile @ 4652:78f6e0b80d1e

Just updated
author Jim Grandpre <jim.tla@gmail.com>
date Mon, 14 Jun 2010 01:46:08 -0400
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