Mercurial > sdl-ios-xcode
annotate touchTest/makefile~ @ 4679:5ee96ba0c01e
Fixed various type and print format issues
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 31 Jul 2010 20:38:37 -0700 |
parents | ad4f32e874ee |
children |
rev | line source |
---|---|
4639
f5cd4b6231ba
Added Test Directory. Touch input works in touchSimp for wacom bamboo fun on Ubuntu linux. Not yet integrated into library. Should support other touch devices and other linux distros, but not tested on anything else.
Jim Grandpre <jim.tla@gmail.com>
parents:
diff
changeset
|
1 SDLTest : touchSimp.c touchPong.c |
4670
ad4f32e874ee
Added preliminary touch code to SDL_cocoakeyboard.m
jimtla
parents:
4639
diff
changeset
|
2 gcc gestureSDLTest.c -o gestureSDLTest `sdl-config --cflags --libs` -g |
ad4f32e874ee
Added preliminary touch code to SDL_cocoakeyboard.m
jimtla
parents:
4639
diff
changeset
|
3 gcc gestureTest.c -o gestureTest `sdl-config --cflags --libs` -g |
ad4f32e874ee
Added preliminary touch code to SDL_cocoakeyboard.m
jimtla
parents:
4639
diff
changeset
|
4 gcc touchTest.c -o touchTest `sdl-config --cflags --libs` -g |
ad4f32e874ee
Added preliminary touch code to SDL_cocoakeyboard.m
jimtla
parents:
4639
diff
changeset
|
5 gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g |
4639
f5cd4b6231ba
Added Test Directory. Touch input works in touchSimp for wacom bamboo fun on Ubuntu linux. Not yet integrated into library. Should support other touch devices and other linux distros, but not tested on anything else.
Jim Grandpre <jim.tla@gmail.com>
parents:
diff
changeset
|
6 gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g |
4670
ad4f32e874ee
Added preliminary touch code to SDL_cocoakeyboard.m
jimtla
parents:
4639
diff
changeset
|
7 gcc parseDevicesTest.c -o parseDevicesTest -g |
ad4f32e874ee
Added preliminary touch code to SDL_cocoakeyboard.m
jimtla
parents:
4639
diff
changeset
|
8 |
ad4f32e874ee
Added preliminary touch code to SDL_cocoakeyboard.m
jimtla
parents:
4639
diff
changeset
|
9 |