Revision: 9527 http://pure-data.svn.sourceforge.net/pure-data/?rev=9527&view=rev Author: eighthave Date: 2008-03-02 10:19:07 -0800 (Sun, 02 Mar 2008)
Log Message: ----------- install Miller's extra abstractions, they have been missing
Modified Paths: -------------- branches/pd-extended/v0-40/pd/src/makefile.mingw
Modified: branches/pd-extended/v0-40/pd/src/makefile.mingw =================================================================== --- branches/pd-extended/v0-40/pd/src/makefile.mingw 2008-03-02 13:54:51 UTC (rev 9526) +++ branches/pd-extended/v0-40/pd/src/makefile.mingw 2008-03-02 18:19:07 UTC (rev 9527) @@ -247,8 +247,10 @@ rm $(ABOUT_FILE).tmp install -d $(libpddir)/extra install -p $(pd_src)/extra/*/*.dll $(libpddir)/extra + install -p $(pd_src)/extra/*.pd $(libpddir)/extra install -d $(pddocdir)/5.reference install -p ../extra/*/*.pd $(pddocdir)/5.reference + install -p ../extra/*-help.pd $(pddocdir)/5.reference install -d $(DESTDIR)$(includedir) install -p m_pd.h $(DESTDIR)$(includedir)/m_pd.h @echo "Pd install succeeded."
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.