From b0db8fc05f155e14a3c038c4f0416ec1e500297f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 24 Oct 2007 00:36:01 +0000 Subject: - cleaned up unused variables - added entry_free() function - added structure to support second outlet outputing each keystroke: - second outlet - keyup message/entry_keyup method svn path=/trunk/externals/bbogart/; revision=8868 --- entry/makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'entry/makefile') diff --git a/entry/makefile b/entry/makefile index 29fbdd5..f612434 100644 --- a/entry/makefile +++ b/entry/makefile @@ -52,8 +52,8 @@ pd_linux: entry.pd_linux .SUFFIXES: .pd_linux LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \ - -Wall -W -Wshadow -Wstrict-prototypes -Werror \ - -Wno-unused -Wno-parentheses -Wno-switch + -Wall -W -Wshadow -Wstrict-prototypes + LINUXINCLUDE = -I../../src -I../../../pd/src @@ -69,11 +69,10 @@ pd_darwin: entry.pd_darwin .SUFFIXES: .pd_darwin -DARWINCFLAGS = -DPD -O2 -Wall -W -Wshadow -Wstrict-prototypes \ - -Wno-unused -Wno-parentheses -Wno-switch +DARWINCFLAGS = -DPD -O2 -Wall -W -Wshadow -Wstrict-prototypes .c.pd_darwin: cc $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c - cc -bundle -undefined suppress -flat_namespace -o $*.pd_darwin $*.o + cc -bundle -bundle_loader ../../../pd/bin/pd -o $*.pd_darwin $*.o rm -f $*.o -- cgit v1.2.1