1 /***************************************************************************
3 BetterString.mcc - A better String gadget MUI Custom Class
4 Copyright (C) 1997-2000 Allan Odgaard
5 Copyright (C) 2005 by BetterString.mcc Open Source Team
7 This library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Lesser General Public
9 License as published by the Free Software Foundation; either
10 version 2.1 of the License, or (at your option) any later version.
12 This library is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 Lesser General Public License for more details.
17 BetterString class Support Site: http://www.sf.net/projects/bstring-mcc/
21 ***************************************************************************/
23 #define LIB_VERSION 11
24 #define LIB_REVISION 4
26 #define LIB_REV_STRING "11.4"
27 #define LIB_DATE "21.04.2005"
30 #if defined(__MORPHOS__)
31 #define CPU " [MOS/PPC]"
33 #define CPU " [OS4/PPC]"
35 #elif defined(_M68060) || defined(__M68060) || defined(__mc68060)
37 #elif defined(_M68040) || defined(__M68040) || defined(__mc68040)
39 #elif defined(_M68030) || defined(__M68030) || defined(__mc68030)
41 #elif defined(_M68020) || defined(__M68020) || defined(__mc68020)
47 #define LIB_COPYRIGHT "Copyright (C) 2005 BetterString.mcc Open Source Team"