Update of /cvsroot/pure-data/externals/grill/dynext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9595
Modified Files: dynext.vcproj readme.txt Log Message: - strip .pd from abstraction filenames - open debug patcher on alt-click
Index: dynext.vcproj =================================================================== RCS file: /cvsroot/pure-data/externals/grill/dynext/dynext.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dynext.vcproj 17 Dec 2004 05:05:53 -0000 1.2 --- dynext.vcproj 19 Jan 2005 04:59:59 -0000 1.3 *************** *** 21,25 **** Name="VCCLCompilerTool" Optimization="0" ! AdditionalIncludeDirectories="c:\programme\audio\pd\src,f:\prog\max\flext\source" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PD" BasicRuntimeChecks="3" --- 21,25 ---- Name="VCCLCompilerTool" Optimization="0" ! AdditionalIncludeDirectories="c:\programme\audio\pd\src;..\flext\source" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;PD" BasicRuntimeChecks="3" *************** *** 39,47 **** <Tool Name="VCLinkerTool" ! AdditionalDependencies="pd.lib flext_d-pdwin.lib pthreadVC.lib" OutputFile="$(outdir)/dyn~.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="c:\programme\audio\pd/bin,..\flext\pd-msvc" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\pd-msvc/d/dyn~.pdb" --- 39,47 ---- <Tool Name="VCLinkerTool" ! AdditionalDependencies="pd.lib pthreadVC.lib" OutputFile="$(outdir)/dyn~.dll" LinkIncremental="1" SuppressStartupBanner="TRUE" ! AdditionalLibraryDirectories="c:\programme\audio\pd/bin" GenerateDebugInformation="TRUE" ProgramDatabaseFile=".\pd-msvc/d/dyn~.pdb"
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/dynext/readme.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** readme.txt 27 Oct 2004 19:18:54 -0000 1.2 --- readme.txt 19 Jan 2005 04:59:59 -0000 1.3 *************** *** 1,5 **** dyn~ - dynamic object management for PD
! Copyright (c)Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. --- 1,5 ---- dyn~ - dynamic object management for PD
! Copyright (c)Thomas Grill (gr@grrrr.org) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. *************** *** 9,31 ****
You will need the flext C++ layer for PD and Max/MSP externals to compile this. ! see http://www.parasitaere-kapazitaeten.net/ext ! ! ---------------------------------------------------------------------------- ! ! The package should at least compile (and is tested) with the following compilers/platforms: ! ! pd - Windows: ! ------------- ! o Microsoft Visual C++: edit "config-pd-msvc.txt" & run "build-pd-msvc.bat" ! ! ! pd - linux: ! ----------- ! o GCC: edit "config-pd-linux.txt" & run "sh build-pd-linux.sh" !
! pd - MacOSX: ! ----------- ! o GCC: edit "config-pd-darwin.txt" & run "sh build-pd-darwin.sh"
---------------------------------------------------------------------------- --- 9,15 ----
You will need the flext C++ layer for PD and Max/MSP externals to compile this. ! see http://grrrr.org/ext
! Please see build.txt in the flext package on how to compile dyn~.
---------------------------------------------------------------------------- *************** *** 43,46 **** --- 27,32 ---- - using aligned memory - cached several symbols + - strip .pd extension from abstraction filenames + - debug patcher opens on alt-click
0.1.0: