Revision: 9516 http://pure-data.svn.sourceforge.net/pure-data/?rev=9516&view=rev Author: eighthave Date: 2008-02-24 14:45:50 -0800 (Sun, 24 Feb 2008)
Log Message: ----------- first stab at script to install the ASIO files where they need to be for the Windows build of Pd
Added Paths: ----------- sources/install-asiosdk.sh
Added: sources/install-asiosdk.sh =================================================================== --- sources/install-asiosdk.sh (rev 0) +++ sources/install-asiosdk.sh 2008-02-24 22:45:50 UTC (rev 9516) @@ -0,0 +1,18 @@ +#!/bin/sh +# +# http://www.steinberg.net/329+M52087573ab0.html +# +# You have to agree to Steinberg's license, then submit an email +# address, then they'll send you the download URL in an email. + +mkdir asiosdk2.1 +cd asiosdk2.1 +unzip ../asiosdk2.1.zip + +cp common/*.h /usr/local/include +cp host/*.h /usr/local/include +cp host/pc/*.h /usr/local/include +mkdir ../trunk/pd/asio +cp common/asio.cpp ../trunk/pd/asio +cp host/asiodrivers.cpp ../trunk/pd/asio +cp host/pc/asiolist.cpp ../trunk/pd/asio
Property changes on: sources/install-asiosdk.sh ___________________________________________________________________ Name: svn:executable + *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.