Update of /cvsroot/pure-data/externals/grill/flext/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12682/source
Modified Files: flext.h flstdc.h Log Message: made default configurations generic two more flext tutorials fixes for Max headers cleanups updated build system updated tutorials revised the documentation updated for OSX upgraded version number
Index: flstdc.h =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/source/flstdc.h,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** flstdc.h 4 Jan 2005 04:58:53 -0000 1.29 --- flstdc.h 5 Jan 2005 05:04:13 -0000 1.30 *************** *** 119,123 **** #include "ext.h" #include "ext_user.h" ! #if FLEXT_OS == FLEXT_OS_MAC && defined(MAC_VERSION) // doesn't exist for OS9 #include "ext_critical.h" --- 119,123 ---- #include "ext.h" #include "ext_user.h" ! #if FLEXT_OS != FLEXT_OS_MAC || defined(MAC_VERSION) // doesn't exist for OS9 #include "ext_critical.h"
Index: flext.h =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/source/flext.h,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** flext.h 26 Oct 2004 20:03:36 -0000 1.23 --- flext.h 5 Jan 2005 05:04:13 -0000 1.24 *************** *** 3,7 **** flext - C++ layer for Max/MSP and pd (pure data) externals
! Copyright (c) 2001-2004 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. --- 3,7 ---- flext - C++ layer for Max/MSP and pd (pure data) externals
! Copyright (c) 2001-2005 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. *************** *** 24,31 ****
//! \brief flext version number ! #define FLEXT_VERSION 408
//! \brief flext version string ! #define FLEXT_VERSTR "0.4.8pre"
//! @} --- 24,31 ----
//! \brief flext version number ! #define FLEXT_VERSION 500
//! \brief flext version string ! #define FLEXT_VERSTR "0.5.0pre"
//! @}