Changed the few old routine names still used to the new ones

Started working on MSL support
This commit is contained in:
Jack Jansen 1997-04-08 15:27:00 +00:00
parent 85ae4a82ac
commit 08c3be35c3
3 changed files with 14 additions and 9 deletions

View file

@ -43,13 +43,18 @@ PERFORMANCE OF THIS SOFTWARE.
#else
#define HASGUSI ""
#endif
#ifdef USE_MSL
#define HASMSL " w/MSL"
#else
#define HASMSL ""
#endif
#ifdef __powerc
#define COMPILER " [CW PPC" HASGUSI "]"
#define COMPILER " [CW PPC" HASGUSI HASMSL "]"
#else
#ifdef __CFM68K__
#define COMPILER " [CW CFM68K" HASGUSI "]"
#define COMPILER " [CW CFM68K" HASGUSI HASMSL "]"
#else
#define COMPILER " [CW 68K" HASGUSI "]"
#define COMPILER " [CW 68K" HASGUSI HASMSL "]"
#endif
#endif
#endif