From 312e8a97960ec025e15185869c1cdf6250deaae9 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 24 Mar 2004 16:13:44 +0000 Subject: against my better judgement, I added a bunch of stuff from binaries downloaded from the web svn path=/trunk/; revision=1472 --- packages/win32_inno/README.txt | 22 +++++++++++++++++++++- packages/win32_inno/pd.bat | 2 +- packages/win32_inno/pd.iss | 10 ++++++++++ 3 files changed, 32 insertions(+), 2 deletions(-) (limited to 'packages/win32_inno') diff --git a/packages/win32_inno/README.txt b/packages/win32_inno/README.txt index 74e94b9c..87bb30a7 100644 --- a/packages/win32_inno/README.txt +++ b/packages/win32_inno/README.txt @@ -38,7 +38,11 @@ installer. In order to use this to compile/assemble Pd and externals. +-abstractions | +-packages-| - | +-win32_inno + | +-win32_inno-| + | +-noncvs-| + | +-extra + | +-doc-| + | +-5.reference | +-doc-| | +-additional @@ -71,6 +75,22 @@ The recommended way to do this is (these are probably somewhat wrong): cd packages/win32_inno make clean && make +Binary Sources I Used (I haven't tested them all, I just downloaded them): + +cyclone: http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html +freeverb~: http://www.akustische-kunst.org/puredata/freeverb/index.html +iemlibs: http://iem.kug.ac.at/~musil/iemlib/ +maxlib: http://www.akustische-kunst.org/puredata/maxlib/index.html +OSC: http://barely.a.live.fm/pd/OSC/ +percolate: http://www.akustische-kunst.org/puredata/percolate/index.html +toxy: http://suita.chopin.edu.pl/~czaja/miXed/externs/toxy.html +xeq: http://suita.chopin.edu.pl/~czaja/miXed/externs/xeq.html +zexy: ftp://iem.kug.ac.at/pd/Externals/ZEXY + +all of T.Grill's code: http://www.parasitaere-kapazitaeten.net/ext/ + + + -Hans-Christoph Steiner diff --git a/packages/win32_inno/pd.bat b/packages/win32_inno/pd.bat index 09593e94..30436bc2 100755 --- a/packages/win32_inno/pd.bat +++ b/packages/win32_inno/pd.bat @@ -1 +1 @@ -"bin\pd.exe" -font 10 -path "doc\vasp" -lib cyclone -lib gem -lib iemlib1 -lib iemlib2 -lib iem_t3_lib -lib iem_mp3 -lib mjLib -lib OSC -lib percolate -lib vasp -lib xeq -lib xsample -lib zexy -listdev %1 %2 %3 %4 %5 %6 %7 %8 %9 +"bin\pd.exe" -font 10 -path "doc\vasp" -lib cyclone -lib iem_t3_lib -lib iem_mp3 -lib mjLib -lib OSC -lib percolate -lib vasp -lib xeq -lib xsample -lib zexy -lib iemlib1 -lib iemlib2 -listdev %1 %2 %3 %4 %5 %6 %7 %8 %9 diff --git a/packages/win32_inno/pd.iss b/packages/win32_inno/pd.iss index 9491d181..2ff56b9a 100755 --- a/packages/win32_inno/pd.iss +++ b/packages/win32_inno/pd.iss @@ -131,6 +131,16 @@ Source: ..\..\Gem\examples\99.games\*.*; DestDir: {app}\doc\gem\99.games Source: ..\..\Gem\examples\data\*.*; DestDir: {app}\doc\gem\data Source: ..\..\Gem\manual\*.*; DestDir: {app}\doc\gem\00.manual Source: ..\..\Gem\manual\index.html; DestDir: {app}\doc\gem\00.manual +;----------------------------------------------------------------------------- +; non CVS files +;extras +Source: noncvs\extra\*.dll; DestDir: {app}\extra +;docs +Source: noncvs\doc\5.reference\*.*; DestDir: {app}\doc\5.reference; Flags: ignoreversion +Source: noncvs\doc\5.reference\iemhelp\*.*; DestDir: {app}\doc\5.reference\iemhelp; Flags: ignoreversion +;abstractions +Source: noncvs\abstractions\xp4pd\*.*; DestDir: {app}\abstractions\xp4pd +Source: noncvs\abstractions\iemabs\*.*; DestDir: {app}\abstractions\iemabs [INI] Filename: {app}\pd.url; Section: InternetShortcut; Key: URL; String: http://www.pure-data.org -- cgit v1.2.1