diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-08-30 16:32:49 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2006-08-30 16:32:49 +0000 |
commit | 44efa1da5568b53459b77f532a4d654ed17de96f (patch) | |
tree | a53ad08b2b4dbfce71ec2991f65aa069a61ebff4 /src | |
parent | 15a63d3dc17b1255e2f84bc69f7f638b47390b6c (diff) |
smaller banner when compiling as single externals
svn path=/trunk/externals/zexy/; revision=5788
Diffstat (limited to 'src')
-rw-r--r-- | src/zexy.h | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 |