[PD-cvs] packages/win32_inno README.txt,1.2,1.3 pd-nolibs.bat,1.3,1.4 pd-novideo.bat,1.3,1.4 pd.bat,1.3,1.4

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Mar 16 04:52:33 CET 2004


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

Modified Files:
	README.txt pd-nolibs.bat pd-novideo.bat pd.bat 
Log Message:
made paths relative so that you can install anywhere

Index: pd-novideo.bat
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/pd-novideo.bat,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pd-novideo.bat	15 Oct 2003 15:25:16 -0000	1.3
--- pd-novideo.bat	16 Mar 2004 03:52:31 -0000	1.4
***************
*** 1 ****
! "C:\Program Files\Pure Data\bin\pd.exe" -font 10 -lib cyclone -lib ext13  -lib maxlib  -lib iemlib1 -lib iemlib2 -lib iem_t3_lib -lib iem_mp3 -lib mjLib -lib motex -lib OSC -lib percolate -lib xeq -lib xsample -lib zexy  -listdev %1 %2 %3 %4 %5 %6 %7 %8 %9
\ No newline at end of file
--- 1 ----
! "bin\pd.exe" -font 10 -lib cyclone -lib iemlib1 -lib iemlib2 -lib iem_t3_lib -lib iem_mp3 -lib mjLib -lib OSC -lib percolate -lib xeq -lib xsample -lib zexy  -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.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** README.txt	9 Mar 2004 01:40:15 -0000	1.2
--- README.txt	16 Mar 2004 03:52:20 -0000	1.3
***************
*** 1,9 ****
  
! Package Maker
  
! This package is assembled using Inno Setup
! (http://www.jrsoftware.org/isinfo.php ).  Check pd.iss for what's happening.
  
  Makefile
  
  Currently, the Makefile.nmake only compiles the 'externals' collection.  It
--- 1,24 ----
  
! ------------------------------------------------------------------------------
! Software Requirements
! ------------------------------------------------------------------------------
  
! Inno Setup - http://www.jrsoftware.org/isinfo.php
! 	  This package is assembled using Inno Setup, check pd.iss for details.
! 
! ogg vorbis win32k SDK - 
! 	 Install into C:\ to make it work with the current Makefile
! 
! pthreads - ftp://sources.redhat.com/pub/pthreads-win32/
! 	 pthreads is a standard, cross-platform threading library used in the pd 
! 	 core and externals.  You can use the version included with Pd.
  
+ Microsoft Visual Studio - 
+     Sad but true, Pd is free software, but you need some very unfree software
+ 	 to compile it on Windows.  You need MS Visual Studio 6.0 or better.
+ 
+ ------------------------------------------------------------------------------
  Makefile
+ ------------------------------------------------------------------------------
  
  Currently, the Makefile.nmake only compiles the 'externals' collection.  It
***************
*** 11,18 ****
  things from the Makefile.nmake.  Ideally, everything would be compiled and
  built from a Makefile using MinGW, so that only free software would be
! needed.  Currently, to compile Pd on Windows you need MS Visual Studio 6.0 or
! better.
  
  Directory Layout
  
  This directory is for files that are used in the creation of the Windows
--- 26,34 ----
  things from the Makefile.nmake.  Ideally, everything would be compiled and
  built from a Makefile using MinGW, so that only free software would be
! needed.
  
+ ------------------------------------------------------------------------------
  Directory Layout
+ ------------------------------------------------------------------------------
  
  This directory is for files that are used in the creation of the Windows

Index: pd.bat
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/pd.bat,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pd.bat	15 Oct 2003 15:25:16 -0000	1.3
--- pd.bat	16 Mar 2004 03:52:31 -0000	1.4
***************
*** 1 ****
! "C:\Program Files\Pure Data\bin\pd.exe" -font 10 -path "C:\Program Files\Pure Data\doc\vasp" -lib cyclone -lib ext13 -lib gem -lib maxlib  -lib iemlib1 -lib iemlib2 -lib iem_t3_lib -lib iem_mp3 -lib mjLib -lib motex -lib OSC -lib percolate -lib pdogg -lib vasp -lib xeq -lib xsample -lib zexy -listdev %1 %2 %3 %4 %5 %6 %7 %8 %9
\ No newline at end of file
--- 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

Index: pd-nolibs.bat
===================================================================
RCS file: /cvsroot/pure-data/packages/win32_inno/pd-nolibs.bat,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pd-nolibs.bat	15 Oct 2003 15:25:16 -0000	1.3
--- pd-nolibs.bat	16 Mar 2004 03:52:30 -0000	1.4
***************
*** 1 ****
! "C:\Program Files\Pure Data\bin\pd.exe" -font 10 -listdev %1 %2 %3 %4 %5 %6 %7 %8 %9
\ No newline at end of file
--- 1 ----
! "bin\pd.exe" -font 10 -listdev %1 %2 %3 %4 %5 %6 %7 %8 %9





More information about the Pd-cvs mailing list