From 44efa1da5568b53459b77f532a4d654ed17de96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 30 Aug 2006 16:32:49 +0000 Subject: smaller banner when compiling as single externals svn path=/trunk/externals/zexy/; revision=5788 --- src/zexy.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/zexy.h b/src/zexy.h index 1c4c54c..9c13963 100644 --- a/src/zexy.h +++ b/src/zexy.h @@ -100,12 +100,8 @@ typedef struct _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-2006"); - post("\tforum::für::umläute"); - post("\tIEM"); - post("\tcompiled: "__DATE__" "); + 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"); } } #else -- cgit v1.2.1