Update of /cvsroot/pure-data/externals/grh/adaptive/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23328
Modified Files: adaptive.c Log Message: now it's also possible to compile adaptive as single externals
Index: adaptive.c =================================================================== RCS file: /cvsroot/pure-data/externals/grh/adaptive/src/adaptive.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** adaptive.c 7 Jan 2007 16:17:03 -0000 1.2 --- adaptive.c 7 Jan 2007 19:36:21 -0000 1.3 *************** *** 16,19 **** --- 16,24 ---- #include "adaptive.h"
+ #ifdef ADAPTIVE_SINGLE_OBJ + // for single externals disable the adaptive object + #else + // build as library + typedef struct _adaptive { *************** *** 65,68 **** --- 70,74 ---- }
+ #endif // library
/* ---------------------- helpers ----------------------- */