[PD-cvs] SF.net SVN: pure-data: [9953] branches/pd-extended/v0-40/packages/ darwin_app/Makefile

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sat May 31 14:27:55 CEST 2008


Revision: 9953
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9953&view=rev
Author:   eighthave
Date:     2008-05-31 05:27:55 -0700 (Sat, 31 May 2008)

Log Message:
-----------
added 3dp to the pdp_help_hack target to have pdp_v4l replaced by pdp_ieee1394 for Mac builds

Modified Paths:
--------------
    branches/pd-extended/v0-40/packages/darwin_app/Makefile

Modified: branches/pd-extended/v0-40/packages/darwin_app/Makefile
===================================================================
--- branches/pd-extended/v0-40/packages/darwin_app/Makefile	2008-05-30 23:43:28 UTC (rev 9952)
+++ branches/pd-extended/v0-40/packages/darwin_app/Makefile	2008-05-31 12:27:55 UTC (rev 9953)
@@ -170,7 +170,7 @@
 	cd $(bindir) && /Developer/Tools/Rez -t APPL mac.r -o pd
 
 
-# switch Linux-only pdp_v4l to Mac pdp_ieee1394
+# switch Linux-only pdp_v4l to Mac-only pdp_ieee1394
 pdp_help_hack:
 	sed -i.bak 's|pdp_v4l|pdp_ieee1394|' $(helpdir)/pdp*-help.pd
 	rm -f --  $(helpdir)/pdp*-help.pd.bak
@@ -182,6 +182,8 @@
 	rm -f --  $(examplesdir)/pdp/*.pd.bak
 	sed -i.bak 's|pdp_v4l|pdp_ieee1394|' $(examplesdir)/pidip/*.pd
 	rm -f --  $(examplesdir)/pidip/*.pd.bak
+	sed -i.bak 's|pdp_v4l|pdp_ieee1394|' $(examplesdir)/3dp/*.pd
+	rm -f --  $(examplesdir)/3dp/*.pd.bak
 
 darwin_app_embed_libs:
 # embed libquicktime plugins


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