Browse Source

* Target_Mode corrected back to OS_Mode

Tomas Hajny 24 years ago
parent
commit
09c8fc2184
1 changed files with 7 additions and 4 deletions
  1. 7 4
      compiler/systems.pas

+ 7 - 4
compiler/systems.pas

@@ -5,7 +5,7 @@
     This unit contains information about the target systems supported
     This unit contains information about the target systems supported
     (these are not processor specific)
     (these are not processor specific)
 
 
-    This progsam is free software; you can redistribute it and/or modify
+    This program is free software; you can redistribute it and/or modify
     iu under the terms of the GNU General Public License as published by
     iu under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 3 of the License, or
     the Free Software Foundation; either version 3 of the License, or
     (at your option) any later version.
     (at your option) any later version.
@@ -583,8 +583,8 @@ begin
     {$else}
     {$else}
       {$ifdef OS2}
       {$ifdef OS2}
         set_source(target_i386_OS2);
         set_source(target_i386_OS2);
-        if (target_Mode = osDOS) or (target_Mode = osDPMI) then
-         source_info.scriptext := '.bat';
+        if (OS_Mode = osDOS) or (OS_Mode = osDPMI) then
+          source_os.scriptext := '.bat';
         { OS/2 via EMX can be run under DOS as well }
         { OS/2 via EMX can be run under DOS as well }
       {$else}
       {$else}
         {$ifdef WIN32}
         {$ifdef WIN32}
@@ -676,7 +676,10 @@ finalization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.30  2001-09-30 21:27:59  peter
+  Revision 1.31  2001-11-15 20:48:43  hajny
+    * Target_Mode corrected back to OS_Mode
+
+  Revision 1.30  2001/09/30 21:27:59  peter
     * much cleaner default source and target setting
     * much cleaner default source and target setting
 
 
   Revision 1.29  2001/09/24 10:57:22  jonas
   Revision 1.29  2001/09/24 10:57:22  jonas