[PD-cvs] externals/grill/py py.vcproj,1.7,1.8 readme.txt,1.19,1.20

Thomas Grill xovo at users.sourceforge.net
Thu Sep 9 06:06:35 CEST 2004


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

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.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** py.vcproj	21 Jun 2004 14:04:14 -0000	1.7
--- py.vcproj	9 Sep 2004 04:06:32 -0000	1.8
***************
*** 4,7 ****
--- 4,8 ----
  	Version="7.10"
  	Name="py"
+ 	ProjectGUID="{98512688-BE2E-4C17-A7D4-92BC21DC6FFE}"
  	SccProjectName="py"
  	SccAuxPath=""
***************
*** 292,303 ****
  			<Tool
  				Name="VCLinkerTool"
! 				AdditionalDependencies="pd.lib pthreadVC.lib"
  				OutputFile="$(outdir)/py.dll"
  				LinkIncremental="1"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="&quot;f:\prog\pd\pd-cvs/bin&quot;;f:\prog\packs\pthreads;&quot;f:\prog\packs\Python-2.3.2\PCbuild&quot;"
  				GenerateDebugInformation="TRUE"
  				ProgramDatabaseFile=".\pd-msvc\td/py.pdb"
! 				ImportLibrary=".\pd-msvc\td/py.lib"
  				TargetMachine="1"/>
  			<Tool
--- 293,304 ----
  			<Tool
  				Name="VCLinkerTool"
! 				AdditionalDependencies="flext_ld.lib pd.lib pthreadVC.lib"
  				OutputFile="$(outdir)/py.dll"
  				LinkIncremental="1"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="f:\prog\max\flext\pd-msvc;&quot;f:\prog\pd\pd-cvs/bin&quot;;f:\prog\packs\pthreads;&quot;f:\prog\packs\Python-2.3.4\PCbuild&quot;"
  				GenerateDebugInformation="TRUE"
  				ProgramDatabaseFile=".\pd-msvc\td/py.pdb"
! 				ImportLibrary=".\pd-msvc\sd/py.lib"
  				TargetMachine="1"/>
  			<Tool
***************
*** 342,346 ****
  				Optimization="2"
  				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="f:\prog\pd\pd-cvs\src,f:\prog\packs\pthreads;f:\prog\max\flext\source,C:\Programme\prog\Python22\include"
  				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2;FLEXT_SHARED"
  				StringPooling="TRUE"
--- 343,347 ----
  				Optimization="2"
  				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="&quot;f:\prog\pd\pd-cvs\src&quot;;f:\prog\packs\pthreads;f:\prog\max\flext\source;C:\Programme\prog\Python23\include"
  				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2;FLEXT_SHARED"
  				StringPooling="TRUE"
***************
*** 356,366 ****
  			<Tool
  				Name="VCLinkerTool"
! 				AdditionalDependencies="pd.lib pthreadVC.lib"
  				OutputFile="$(outdir)\py.dll"
  				LinkIncremental="1"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="f:\prog\pd\pd-cvs/bin;f:\prog\packs\pthreads,C:\Programme\prog\Python22\libs"
  				ProgramDatabaseFile=".\pd-msvc\tr/py.pdb"
! 				ImportLibrary=".\pd-msvc\tr/py.lib"
  				TargetMachine="1"/>
  			<Tool
--- 357,367 ----
  			<Tool
  				Name="VCLinkerTool"
! 				AdditionalDependencies="flext_l.lib pd.lib pthreadVC.lib"
  				OutputFile="$(outdir)\py.dll"
  				LinkIncremental="1"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="f:\prog\max\flext\pd-msvc;&quot;f:\prog\pd\pd-cvs/bin&quot;;f:\prog\packs\pthreads;C:\Programme\prog\Python23\libs"
  				ProgramDatabaseFile=".\pd-msvc\tr/py.pdb"
! 				ImportLibrary=".\pd-msvc\sr/py.lib"
  				TargetMachine="1"/>
  			<Tool

Index: readme.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/py/readme.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** readme.txt	31 Aug 2004 04:07:34 -0000	1.19
--- readme.txt	9 Sep 2004 04:06:32 -0000	1.20
***************
*** 86,89 ****
--- 86,90 ----
  - ADD: better (and independent) handling of inlet and outlet count (as class variables or dynamically initialized in __init__)
  - FIX: many memory leaks associated to ***GetItem stuff (big thanks to sven!)
+ - FIX: set "this" memory in object after reloading script
  
  0.1.3:





More information about the Pd-cvs mailing list