view touchTest/makefile~ @ 4667:0ecdbabdd7e7

Fixed Warning related to SDL_GestureAddTouch
author Jim Grandpre <jim.tla@gmail.com>
date Sat, 17 Jul 2010 23:16:23 -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