Update of /cvsroot/pure-data/externals/grill/flext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32688
Modified Files: build.txt changes.txt Log Message: PD: possibility to create DSP objects without main DSP inlet (use FLEXT_DSP0_NEW or similar) fixed buggy memory deallocation for AtomListStatic
Index: build.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/build.txt,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** build.txt 14 Mar 2006 17:13:44 -0000 1.12 --- build.txt 31 Oct 2006 00:30:57 -0000 1.13 *************** *** 102,106 **** Windows: - Microsoft Visual Studio 6, .NET 2002, .NET 2003 or .NET 2005 ! be sure to use the VCVARS32.BAT command on the prompt to set up the environment variables or - cygwin with binutils, gcc and make packages --- 102,106 ---- Windows: - Microsoft Visual Studio 6, .NET 2002, .NET 2003 or .NET 2005 ! be sure to use the VCVARS32.BAT (or probably SDKVARS.BAT) command on the prompt to set up the environment variables or - cygwin with binutils, gcc and make packages
Index: changes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v retrieving revision 1.100 retrieving revision 1.101 diff -C2 -d -r1.100 -r1.101 *** changes.txt 27 Oct 2006 13:34:56 -0000 1.100 --- changes.txt 31 Oct 2006 00:30:57 -0000 1.101 *************** *** 40,43 **** --- 40,44 ---- - fixed help name definition at class setup - added gcc branch hinting + - PD: possibility to create DSP classes without main DSP inlet (use e.g. FLEXT_DSP0_NEW)
0.5.0: