[PD-cvs] packages/win32_inno README.txt,1.3,1.4 pd.bat,1.4,1.5 pd.iss,1.6,1.7

Hans-Christoph Steiner eighthave at users.sourceforge.net
Wed Mar 24 17:13:46 CET 2004


Update of /cvsroot/pure-data/packages/win32_inno
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29235

Modified Files:
	README.txt pd.bat pd.iss 
Log Message:
against my better judgement, I added a bunch of stuff from binaries downloaded from the web

Index: pd.bat
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/pd.bat,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pd.bat	16 Mar 2004 03:52:31 -0000	1.4
--- pd.bat	24 Mar 2004 16:13:43 -0000	1.5
***************
*** 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
--- 1 ----
! "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

Index: README.txt
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** README.txt	16 Mar 2004 03:52:20 -0000	1.3
--- README.txt	24 Mar 2004 16:13:43 -0000	1.4
***************
*** 39,43 ****
     |
     +-packages-|
!    |          +-win32_inno
     |
     +-doc-|
--- 39,47 ----
     |
     +-packages-|
!    |          +-win32_inno-|
!    |                       +-noncvs-|
!    |                                +-extra
!    |                                +-doc-|
!    |                                      +-5.reference
     |
     +-doc-|
***************
*** 72,75 ****
--- 76,95 ----
  		 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 <hans at at.or.at>

Index: pd.iss
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/pd.iss,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pd.iss	16 Mar 2004 04:40:36 -0000	1.6
--- pd.iss	24 Mar 2004 16:13:44 -0000	1.7
***************
*** 132,135 ****
--- 132,145 ----
  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]





More information about the Pd-cvs mailing list