1 /*** Constants identifying the prog: ***/
2 #define APPNAME "JanoEditor"
3 #define DATE "29.11.2001"
6 /*** Processor target type ***/
7 #if defined(__GNUC__) || defined(__SASC__)
10 #elif defined (mc68040)
11 #define ARCH "mc68040"
12 #elif defined (mc68030)
13 #define ARCH "mc68030"
14 #elif defined (mc68020)
15 #define ARCH "mc68020"
17 #define ARCH "mc68000"
21 /** INSERT OTHER COMPILER **/
22 #define ARCH "mc68000"
29 #define TARGET "CBM-AmigaDOS-" ARCH
32 #define SVERID APPNAME " " VERSION
33 #define SVER "$VER: " APPNAME " " VERSION " (" DATE ")"