Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5508
Modified Files: zexy.h Log Message: smaller banner when compiling as single externals
Index: zexy.h =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/zexy.h,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** zexy.h 5 Apr 2006 11:27:26 -0000 1.18 --- zexy.h 30 Aug 2006 16:32:49 -0000 1.19 *************** *** 101,110 **** 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-2006"); ! post("\tforum::für::umläute"); ! post("\tIEM"); ! post("\tcompiled: "__DATE__" "); } } --- 101,106 ---- static void zexy_register(char*object){ if(object!=0){ ! post("[%s] part of zexy-%s (compiled: "__DATE__")", object, VERSION); ! post("\tCopyright (l) 1999-2006 IOhannes m zmölnig, forum::für::umläute & IEM"); } }