Mercurial > sdl-ios-xcode
comparison touchTest/makefile @ 4670:ad4f32e874ee
Added preliminary touch code to SDL_cocoakeyboard.m
author | jimtla |
---|---|
date | Sat, 24 Jul 2010 22:28:38 +0400 |
parents | eed063a0bf5b |
children |
comparison
equal
deleted
inserted
replaced
4669:62e6a6e9720b | 4670:ad4f32e874ee |
---|---|
1 SDLTest : touchSimp.c touchPong.c | 1 SDLTest : touchSimp.c touchPong.c |
2 gcc gestureSDLTest.c -o gestureSDLTest `sdl-config --cflags --libs` -g | 2 gcc gestureSDLTest.c -o gestureSDLTest `sdl-config --cflags --libs` -g |
3 gcc gestureTest.c -o gestureTest `sdl-config --cflags --libs` -g | |
4 gcc touchTest.c -o touchTest `sdl-config --cflags --libs` -g | |
5 gcc touchSimp.c -o touchSimp `sdl-config --cflags --libs` -g | |
6 gcc touchPong.c -o touchPong `sdl-config --cflags --libs` -g | |
7 gcc parseDevicesTest.c -o parseDevicesTest -g | |
8 | 3 |
9 | 4 |
5 | |
6 |