[PD-cvs] SF.net SVN: pure-data:[10650] branches/pd-extended/0.41/pd

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Mon Jan 26 15:28:59 CET 2009


Revision: 10650
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10650&view=rev
Author:   eighthave
Date:     2009-01-26 14:28:59 +0000 (Mon, 26 Jan 2009)

Log Message:
-----------
found a better way to switch back to pd_darwin, this makes all objectclass files use pd_darwin on Pd-extended

Modified Paths:
--------------
    branches/pd-extended/0.41/pd/extra/makefile
    branches/pd-extended/0.41/pd/src/configure.in

Modified: branches/pd-extended/0.41/pd/extra/makefile
===================================================================
--- branches/pd-extended/0.41/pd/extra/makefile	2009-01-26 10:44:44 UTC (rev 10649)
+++ branches/pd-extended/0.41/pd/extra/makefile	2009-01-26 14:28:59 UTC (rev 10650)
@@ -89,7 +89,7 @@
 .c.d_fat:
 	$(CC) -arch i386 -arch ppc $(DARWINCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c
 	$(CC) -arch i386 -arch ppc -bundle -undefined suppress -flat_namespace \
-	    -o $*.d_fat $*.o 
+	    -o $*.pd_darwin $*.o 
 	rm -f $*.o
 
 # ----------------------------------------------------------

Modified: branches/pd-extended/0.41/pd/src/configure.in
===================================================================
--- branches/pd-extended/0.41/pd/src/configure.in	2009-01-26 10:44:44 UTC (rev 10649)
+++ branches/pd-extended/0.41/pd/src/configure.in	2009-01-26 14:28:59 UTC (rev 10650)
@@ -288,11 +288,11 @@
     then
         MORECFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
             -arch i386 -arch ppc -Wno-error"
-        EXTERNTARGET=pd_darwin
+        EXTERNTARGET=d_fat
         LDFLAGS=$LDFLAGS" -arch i386 -arch ppc"
     else
         MORECFLAGS="-DMACOSX3 -DPA_BIG_ENDIAN -Wno-error"
-        EXTERNTARGET=pd_darwin
+        EXTERNTARGET=d_ppc
     fi
     SYSSRC="s_midi_pm.c s_audio_pa.c \
         s_audio_pablio.c     \


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list