Update of /cvsroot/pure-data/externals/grill/flext In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10973
Modified Files: build.txt changes.txt flext.vcproj Log Message: fixed and cleaned up library related stuff, especially co-existance of Max message and DSP library objects fixes for pthreads version 2 more pthreads V2 fixes updated docs update docs updates for OSX
Index: flext.vcproj =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/flext.vcproj,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -d -r1.51 -r1.52 *** flext.vcproj 3 Nov 2005 20:29:28 -0000 1.51 --- flext.vcproj 6 Dec 2005 21:52:25 -0000 1.52 *************** *** 122,126 **** Name="VCCLCompilerTool" Optimization="0" ! AdditionalIncludeDirectories="c:\programme\audio\pd-0.39-1\src;c:\data\prog\audio\sndobj\include;c:\data\prog\audio\stk\include" PreprocessorDefinitions="WIN32;_DEBUG;_LIB;FLEXT_SYS_PD;FLEXT_THREADS;FLEXT_USE_SIMD;FLEXT_EXPORTS;xFLEXT_ATTRHIDE;xFLEXT_NOATTREDIT;_WIN32_WINNT=0x501" BasicRuntimeChecks="3" --- 122,126 ---- Name="VCCLCompilerTool" Optimization="0" ! AdditionalIncludeDirectories="c:\data\prog\packs\pthreads\include;c:\programme\audio\pd\src;c:\data\prog\audio\sndobj\include;c:\data\prog\audio\stk\include" PreprocessorDefinitions="WIN32;_DEBUG;_LIB;FLEXT_SYS_PD;FLEXT_THREADS;FLEXT_USE_SIMD;FLEXT_EXPORTS;xFLEXT_ATTRHIDE;xFLEXT_NOATTREDIT;_WIN32_WINNT=0x501" BasicRuntimeChecks="3"
Index: changes.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** changes.txt 11 Oct 2005 22:22:48 -0000 1.89 --- changes.txt 6 Dec 2005 21:52:25 -0000 1.90 *************** *** 22,25 **** --- 22,26 ---- - cleaned up internals (like Max/MSP typedefs) - fixed coexistence of message and signal objects in Max/MSP object libraries + - fixes for pthreads version 2
0.5.0:
Index: build.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/build.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** build.txt 3 Nov 2005 20:29:28 -0000 1.10 --- build.txt 6 Dec 2005 21:52:25 -0000 1.11 *************** *** 56,71 **** under Windows: pd msvc, using nmake ! pd cygwin, using gnumake ! pd mingw, using gnumake (from the CMD prompt, not msys!) max msvc, using nmake ! max cygwin, using gnumake ! max mingw, using gnumake (from the CMD prompt, not msys!) ! pd bcc, using bmake
under Linux or MacOSX: ! pd gcc, using gnumake
under MacOSX: ! max gcc, using gnumake - Mach-O externals only (Max 4.5 upwards)
--- 56,71 ---- under Windows: pd msvc, using nmake ! pd cygwin, using GNU make ! pd mingw, using GNU make (from the CMD prompt, not msys!) max msvc, using nmake ! max cygwin, using GNU make ! max mingw, using GNU make (from the CMD prompt, not msys!) ! pd bcc, using Borland make
under Linux or MacOSX: ! pd gcc, using GNU make
under MacOSX: ! max gcc, using GNU make - Mach-O externals only (Max 4.5 upwards)