Update of /cvsroot/pure-data/externals/grill/flext In directory sc8-pr-cvs1:/tmp/cvs-serv27499
Modified Files: changes.txt flext.vcproj Log Message: ""
Index: changes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** changes.txt 10 Nov 2003 03:32:52 -0000 1.29 --- changes.txt 29 Nov 2003 03:32:48 -0000 1.30 *************** *** 31,35 **** - enforcing usage of STL - explicit boolean attributes (great for attribute editor layout!) - - added flext::NewLarge and flext::FreeLarge memory allocation functions which use the C-Library heap and should mainly be used in secondary threads - flext_dsp reported wrong inlet/outlet count (CntInSig, CntOutSig functions) - added support for patcher arguments for attributes (use # instead of $ to save them with a patch) --- 31,34 ----
Index: flext.vcproj =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/flext.vcproj,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** flext.vcproj 20 Oct 2003 02:32:51 -0000 1.21 --- flext.vcproj 29 Nov 2003 03:32:48 -0000 1.22 *************** *** 515,518 **** --- 515,519 ---- PreprocessorDefinitions="WIN32;_LIB;FLEXT_SYS_MAX;FLEXT_THREADS;FLEXT_USE_SIMD;FLEXT_SHARED;FLEXT_EXPORTS" StringPooling="TRUE" + ExceptionHandling="TRUE" RuntimeLibrary="2" EnableEnhancedInstructionSet="1" *************** *** 529,535 **** <Tool Name="VCLinkerTool" ! AdditionalDependencies="maxapi.lib maxext.lib maxaudio.lib pthreadVC.lib stk.lib sndobj.lib" OutputFile=".\max-msvc\flext.max.dll" AdditionalLibraryDirectories=""F:\prog\audio\MaxWinSDK\c74support\max-includes\win-includes\debug";"F:\prog\audio\MaxWinSDK\c74support\msp-includes\win-includes\debug";f:\prog\packs\pthreads;F:\prog\audio\stk\lib;F:\prog\audio\sndobj\lib" GenerateDebugInformation="FALSE" OptimizeReferences="1" --- 530,537 ---- <Tool Name="VCLinkerTool" ! AdditionalDependencies="maxapi.lib maxext.lib maxaudio.lib stk.lib sndobj.lib" OutputFile=".\max-msvc\flext.max.dll" AdditionalLibraryDirectories=""F:\prog\audio\MaxWinSDK\c74support\max-includes\win-includes\debug";"F:\prog\audio\MaxWinSDK\c74support\msp-includes\win-includes\debug";f:\prog\packs\pthreads;F:\prog\audio\stk\lib;F:\prog\audio\sndobj\lib" + IgnoreAllDefaultLibraries="TRUE" GenerateDebugInformation="FALSE" OptimizeReferences="1" *************** *** 4440,4443 **** --- 4442,4461 ---- <File RelativePath="source\fldefs_setup.h"> + </File> + </Filter> + <Filter + Name="build" + Filter=""> + <File + RelativePath=".\build-max-msvc.bat"> + </File> + <File + RelativePath=".\build-pd-msvc.bat"> + </File> + <File + RelativePath=".\config-max-msvc.txt"> + </File> + <File + RelativePath=".\config-pd-msvc.txt"> </File> </Filter>