Revision: 10252 http://pure-data.svn.sourceforge.net/pure-data/?rev=10252&view=rev Author: eighthave Date: 2008-08-18 14:37:38 +0000 (Mon, 18 Aug 2008)
Log Message: ----------- we are not quite ready yet to deal with Univeral builds, the fat binary flags were conflicted with the optimization flags
Modified Paths: -------------- trunk/externals/Makefile
Modified: trunk/externals/Makefile =================================================================== --- trunk/externals/Makefile 2008-08-15 21:42:43 UTC (rev 10251) +++ trunk/externals/Makefile 2008-08-18 14:37:38 UTC (rev 10252) @@ -281,10 +281,10 @@
AKA.WIIREMOTE_OBJECTS := $(AKA.WIIREMOTE_SRC:.c=.o) $(AKA.WIIREMOTE_OBJECTS) : %.o : %.c - $(CC) $(CFLAGS) $(FAT_FLAGS) -o "$*.o" -c "$*.c" + $(CC) $(CFLAGS) -o "$*.o" -c "$*.c"
$(externals_src)/io/aka.wiiremote/akawiiremote.$(EXTENSION): $(AKA.WIIREMOTE_OBJECTS) - $(CC) $(FAT_FLAGS) $(LDFLAGS) -o $(externals_src)/io/aka.wiiremote/akawiiremote.$(EXTENSION) \ + $(CC) $(LDFLAGS) -o $(externals_src)/io/aka.wiiremote/akawiiremote.$(EXTENSION) \ $(AKA.WIIREMOTE_OBJECTS) -weak_framework IOBluetooth \ -weak_framework CoreFoundation # $(STRIP) $(externals_src)/io/aka.wiiremote/aka.wiiremote.$(EXTENSION)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.