Update of /cvsroot/pure-data/externals/grill/py In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21556
Modified Files: py.vcproj readme.txt Log Message: ""
Index: py.vcproj =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/py.vcproj,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** py.vcproj 12 Sep 2004 04:09:13 -0000 1.9 --- py.vcproj 20 Sep 2004 04:06:08 -0000 1.10 *************** *** 293,297 **** <Tool Name="VCLinkerTool" ! AdditionalDependencies="pd.lib pthreadVC.lib" OutputFile="$(outdir)/py.dll" LinkIncremental="1" --- 293,297 ---- <Tool Name="VCLinkerTool" ! AdditionalDependencies="flext_ld.lib pd.lib pthreadVC.lib" OutputFile="$(outdir)/py.dll" LinkIncremental="1"
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/readme.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** readme.txt 9 Sep 2004 04:06:32 -0000 1.20 --- readme.txt 20 Sep 2004 04:06:08 -0000 1.21 *************** *** 87,90 **** --- 87,92 ---- - FIX: many memory leaks associated to ***GetItem stuff (big thanks to sven!) - FIX: set "this" memory in object after reloading script + - ADD: _getvalue,_setvalue to access PD values + - FIX: don't shout when Python script returns PyNone
0.1.3: