Browse Source

+ morphos target added

Károly Balogh 21 years ago
parent
commit
4cf5269aa7
2 changed files with 5 additions and 4 deletions
  1. 1 1
      compiler/msgidx.inc
  2. 4 3
      compiler/msgtxt.inc

+ 1 - 1
compiler/msgidx.inc

@@ -633,7 +633,7 @@ const
   option_info=11024;
   option_help_pages=11025;
 
-  MsgTxtSize = 35980;
+  MsgTxtSize = 36001;
 
   MsgIdxMax : array[1..20] of longint=(
     17,63,197,53,57,44,99,20,35,60,

+ 4 - 3
compiler/msgtxt.inc

@@ -1,7 +1,7 @@
 {$ifdef Delphi}
-const msgtxt : array[0..000149] of string[240]=(
+const msgtxt : array[0..000150] of string[240]=(
 {$else Delphi}
-const msgtxt : array[0..000149,1..240] of char=(
+const msgtxt : array[0..000150,1..240] of char=(
 {$endif Delphi}
   '01000_T_Compiler: $1'#000+
   '01001_D_Compiler OS: $1'#000+
@@ -871,7 +871,8 @@ const msgtxt : array[0..000149,1..240] of char=(
   'P*2Tdarwin_Darwin and MacOS X on PowerPC'#010+
   'P*2Tlinux_Linux on PowerPC'#010+
   'P*2Tmacos_MacOS (classic) on PowerPC'#010+
+  'P*2Tmorphos_MorphOS '#010+
   '**1*_'#010+
   '**1?_shows this help'#010+
-  '**1h_shows this help without waiting'#000
+  '**1h_shows this help without waiting',#000
 );