Update of /cvsroot/pure-data/externals/grill/py In directory sc8-pr-cvs1:/tmp/cvs-serv24266
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.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** py.vcproj 20 Oct 2003 02:38:10 -0000 1.5 --- py.vcproj 21 Oct 2003 02:38:31 -0000 1.6 *************** *** 471,475 **** PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1;FLEXT_THREADS" BasicRuntimeChecks="3" ! RuntimeLibrary="3" RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" --- 471,475 ---- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1;FLEXT_THREADS" BasicRuntimeChecks="3" ! RuntimeLibrary="1" RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" *************** *** 501,505 **** HeaderFileName=""/> <Tool ! Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> --- 501,507 ---- HeaderFileName=""/> <Tool ! Name="VCPostBuildEventTool" ! Description="copy" ! CommandLine="copy $(outdir)\py.mxe "C:\Programme\Gemeinsame Dateien\Cycling '74\externals""/> <Tool Name="VCPreBuildEventTool"/>
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/readme.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** readme.txt 20 Oct 2003 02:38:10 -0000 1.9 --- readme.txt 21 Oct 2003 02:38:31 -0000 1.10 *************** *** 79,87 **** 0.1.2: - CHANGE: updates for flext 0.4.1 - method registering within class scope ! - fixed bugs in bound.cpp (object_free calls) ! - bug fixed for threaded methods along with flext bug fix. ! - map Python threads to system threads ! - shut down Python appropriately ! - use flext timer and bind functionality
0.1.1: --- 79,90 ---- 0.1.2: - CHANGE: updates for flext 0.4.1 - method registering within class scope ! - FIX: bugs in bound.cpp (object_free calls) ! - FIX: bug with threaded methods along with flext bug fix. ! - ADD: map Python threads to system threads ! - ADD: shut down the Python interpreter appropriately ! - CHANGE: use flext timer and bind functionality ! - ADD: attribute functionality ! - ADD: dir and dir+ methods for Python dictionary listing ! - ADD: get and set methods for Python class attributes
0.1.1: