Update of /cvsroot/pure-data/externals/grill/flext/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16469/source
Modified Files: flprefix.h flstdc.h Log Message: more corrections to cygwin... seems to work now for Max/MSP as well avoid problems with paths containing spaces enhancements for cygwin builds (working for PD now, but not for Max)
Index: flstdc.h =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/source/flstdc.h,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** flstdc.h 10 May 2005 10:56:47 -0000 1.35 --- flstdc.h 19 Jul 2005 23:08:33 -0000 1.36 *************** *** 115,118 **** --- 115,119 ---- #elif FLEXT_OS == FLEXT_OS_WIN #define WIN_VERSION 1 + #define WIN_EXT_VERSION 1 #endif
Index: flprefix.h =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/source/flprefix.h,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** flprefix.h 6 Jul 2005 16:08:19 -0000 1.34 --- flprefix.h 19 Jul 2005 23:08:33 -0000 1.35 *************** *** 378,382 **** /* Set the right calling convention (and exporting) for the OS */
! #ifdef _MSC_VER #ifdef FLEXT_SHARED // for compiling a shared flext library FLEXT_EXPORTS must be defined --- 378,382 ---- /* Set the right calling convention (and exporting) for the OS */
! #if defined(_WIN32) #ifdef FLEXT_SHARED // for compiling a shared flext library FLEXT_EXPORTS must be defined