From eff0da1ac49d73efb7d0a592443dc21b47e5c9e5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 22 Apr 2003 21:46:22 +0000 Subject: compiles with libSDL, opens the joystick, but doesn't read events yet svn path=/trunk/externals/hcs/; revision=585 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 25d4f8f..299717e 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ LINUXINCLUDE = -I/usr/local/lib/pd/include -I../../pd/src .c.pd_linux: cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c - ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm + ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm -lSDL strip --strip-unneeded $*.pd_linux rm $*.o -- cgit v1.2.1