view touchTest/makefile~ @ 4642:057e8762d2a1

Added reading of event* for touch events.
author Jim Grandpre <jim.tla@gmail.com>
date Fri, 28 May 2010 01:26:52 -0400
parents f5cd4b6231ba
children ad4f32e874ee
line wrap: on
line source

SDLTest : touchSimp.c touchPong.c
	gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -gSDLTest : 
	gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g