Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2594
Modified Files: zexy.h configure.in Log Message: use !ZEXY_LIBRARY instead of SINGLE_EXTERNALS to differentiate between library-built and single-external built
Index: zexy.h =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/zexy.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** zexy.h 22 Mar 2005 20:58:25 -0000 1.3 --- zexy.h 12 Apr 2005 12:01:46 -0000 1.4 *************** *** 59,74 **** } t_mypdlist;
! #ifdef SINGLE_EXTERNALS static void zexy_register(char*object){ if(object!=0){ ! post("%s: part of the zexy external "VERSION"", object); ! post("\t (l) forum::für::umläute"); ! post("\t IOhannes m zmölnig @ IEM"); ! post("\t compiled: "__DATE__" "); } } #else static void zexy_register(char*object){} ! #endif /* SINGLE_EXTERNALS */
--- 59,76 ---- } t_mypdlist;
! #ifndef ZEXY_LIBRARY static void zexy_register(char*object){ if(object!=0){ ! post("[%s]", object); ! post("\tpart of zexy-%s", VERSION); ! post("\tCopyright (l) IOhannes m zmölnig, 1999-2005"); ! post("\tforum::für::umläute"); ! post("\tIEM"); ! post("\tcompiled: "__DATE__" "); } } #else static void zexy_register(char*object){} ! #endif /* ZEXY_LIBRARY */
Index: configure.in =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/configure.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** configure.in 22 Mar 2005 20:58:22 -0000 1.3 --- configure.in 12 Apr 2005 12:01:47 -0000 1.4 *************** *** 55,59 ****
LD=ld ! DFLAGS=""
dnl --- 55,59 ----
LD=ld ! DFLAGS="-DZEXY_LIBRARY"
dnl