view touchTest/makefile @ 4649:35a80b0791aa

Addition of VC project for touchTest.c
author jimtla
date Sat, 05 Jun 2010 01:58:56 -0400
parents 0375d020e7e3
children 86c171888eee
line wrap: on
line source

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