[PD-cvs] externals/grill/vasp changes.txt, 1.19, 1.20 readme.txt, 1.5, 1.6 vasp.vcproj, 1.10, 1.11

Thomas Grill xovo at users.sourceforge.net
Tue Jun 27 01:45:33 CEST 2006


Update of /cvsroot/pure-data/externals/grill/vasp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv797

Modified Files:
	changes.txt readme.txt vasp.vcproj 
Log Message:
fixed break condition for some loop constructs
resurrected help message functionality
preparing RIP release


Index: changes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/vasp/changes.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** changes.txt	10 Dec 2005 21:57:13 -0000	1.19
--- changes.txt	26 Jun 2006 23:45:31 -0000	1.20
***************
*** 3,6 ****
--- 3,7 ----
  0.1.4:
  - FIX: resurrect help message-functionality and add some missing help texts
+ - FIX: break condition for some loop constructs (thanks to Patrick King)
  
  0.1.3:

Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/vasp/readme.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** readme.txt	25 Mar 2005 04:53:19 -0000	1.5
--- readme.txt	26 Jun 2006 23:45:31 -0000	1.6
***************
*** 2,6 ****
  Object library for Max/MSP and PD
  
! Copyright (c) 2002-2005 Thomas Grill (gr at grrrr.org)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  
--- 2,6 ----
  Object library for Max/MSP and PD
  
! Copyright (c) 2002-2006 Thomas Grill (gr at grrrr.org)
  For information on usage and redistribution, and for a DISCLAIMER OF ALL
  WARRANTIES, see the file, "license.txt," in this distribution.  

Index: vasp.vcproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/vasp/vasp.vcproj,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** vasp.vcproj	10 Dec 2005 21:57:13 -0000	1.10
--- vasp.vcproj	26 Jun 2006 23:45:31 -0000	1.11
***************
*** 99,107 ****
  			<Tool
  				Name="VCLinkerTool"
! 				AdditionalDependencies="pthreadVC.lib pd.lib"
  				OutputFile=".\pd-msvc\td/vasp.dll"
  				LinkIncremental="1"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="c:\programme\audio\pd\bin"
  				GenerateDebugInformation="TRUE"
  				ProgramDatabaseFile=".\pd-msvc\td/vasp.pdb"
--- 99,107 ----
  			<Tool
  				Name="VCLinkerTool"
! 				AdditionalDependencies="pthreadVC2.lib pd.lib"
  				OutputFile=".\pd-msvc\td/vasp.dll"
  				LinkIncremental="1"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="c:\data\pd\pd-cvs\bin;c:\data\prog\packs\pthreads\lib"
  				GenerateDebugInformation="TRUE"
  				ProgramDatabaseFile=".\pd-msvc\td/vasp.pdb"





More information about the Pd-cvs mailing list