comparison touchTest/makefile @ 4645:0375d020e7e3

Auto-detects Wacom touch devices.
author Jim Grandpre <jim.tla@gmail.com>
date Mon, 31 May 2010 00:24:37 -0400
parents 057e8762d2a1
children 86c171888eee
comparison
equal deleted inserted replaced
4644:fb500b3e1717 4645:0375d020e7e3
1 SDLTest : touchSimp.c touchPong.c 1 SDLTest : touchSimp.c touchPong.c
2 gcc touchTest.c -o touchTest `sdl-config --cflags --libs` -g 2 gcc touchTest.c -o touchTest `sdl-config --cflags --libs` -g
3 gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g 3 gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g
4 gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g 4 gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g
5 gcc parseDevicesTest.c -o parseDevicesTest -g
5 6
7