Browse Source

* os2def.pas added

Tomas Hajny 25 years ago
parent
commit
228972c39a
2 changed files with 10 additions and 2 deletions
  1. 5 1
      base/os2snap.bat
  2. 5 1
      base/os2snap.cmd

+ 5 - 1
base/os2snap.bat

@@ -541,6 +541,7 @@ echo *Compiling unit Ports ... >> %FPCERRLOG%
 if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
 if .%FORCEPPAS% == .1 call %FPCSNAPRTL%\%PPASNAME% >> %FPCERRLOG%
 echo *Compiling PM units ... >> %FPCERRLOG%
+%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTL%\OS2DEF.PAS
 %REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTL%\PMWIN.PAS
 if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
 if .%FORCEPPAS% == .1 call %FPCSNAPRTL%\%PPASNAME% >> %FPCERRLOG%
@@ -694,7 +695,10 @@ goto End
 
 
   $Log$
-  Revision 1.16  2000-05-14 16:46:09  hajny
+  Revision 1.17  2000-05-21 16:09:42  hajny
+    * os2def.pas added
+
+  Revision 1.16  2000/05/14 16:46:09  hajny
     * cmd.exe compatibility problem fixed
 
   Revision 1.15  2000/04/03 17:42:46  hajny

+ 5 - 1
base/os2snap.cmd

@@ -506,6 +506,7 @@ echo *Compiling unit Ports ... >> %FPCERRLOG%
 if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
 if .%FORCEPPAS% == .1 call %FPCSNAPRTL%\%PPASNAME% >> %FPCERRLOG%
 echo *Compiling PM units ... >> %FPCERRLOG%
+%REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTL%\OS2DEF.PAS
 %REALTOOLS%%COMPILER% @%OS2OPTF% %OTHEROPTS% %OS2RTL%\PMWIN.PAS
 if .%FORCEPPAS% == .1 echo *Calling the PPAS script >> %FPCERRLOG%
 if .%FORCEPPAS% == .1 call %FPCSNAPRTL%\%PPASNAME% >> %FPCERRLOG%
@@ -658,7 +659,10 @@ goto End
 
 
   $Log$
-  Revision 1.16  2000-05-14 16:46:09  hajny
+  Revision 1.17  2000-05-21 16:09:42  hajny
+    * os2def.pas added
+
+  Revision 1.16  2000/05/14 16:46:09  hajny
     * cmd.exe compatibility problem fixed
 
   Revision 1.15  2000/04/03 17:42:46  hajny