view touchTest/makefile @ 4647:be2250bb482b

Fixed some windows compilation bugs - Still does not compile.
author jimtla
date Thu, 03 Jun 2010 11:08:17 -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