Browse Source

+ PMGPI and DIVE added

Tomas Hajny 26 years ago
parent
commit
3182af6355
2 changed files with 14 additions and 2 deletions
  1. 7 1
      base/os2snap.bat
  2. 7 1
      base/os2snap.cmd

+ 7 - 1
base/os2snap.bat

@@ -232,6 +232,9 @@ echo *Compiling unit VioCalls ...
 echo *Compiling PM units ...
 echo *Compiling PM units ...
 %FPCTOOLS%%COMPILER% %OS2RTL%PMWIN.PAS
 %FPCTOOLS%%COMPILER% %OS2RTL%PMWIN.PAS
 %FPCTOOLS%%COMPILER% %OS2RTL%PMBITMAP.PAS
 %FPCTOOLS%%COMPILER% %OS2RTL%PMBITMAP.PAS
+%FPCTOOLS%%COMPILER% %OS2RTL%PMGPI.PAS
+echo *Compiling MMOS2 units ...
+%FPCTOOLS%%COMPILER% %OS2RTL%DIVE.PAS
 
 
 if %PARAMS% == rtl goto End
 if %PARAMS% == rtl goto End
 
 
@@ -317,7 +320,10 @@ goto End
 
 
 
 
   $Log$
   $Log$
-  Revision 1.2  1999-09-15 07:31:47  hajny
+  Revision 1.3  1999-10-01 09:00:21  hajny
+    + PMGPI and DIVE added
+
+  Revision 1.2  1999/09/15 07:31:47  hajny
     + some units added, OTHEROPTS variable support
     + some units added, OTHEROPTS variable support
 
 
 
 

+ 7 - 1
base/os2snap.cmd

@@ -228,6 +228,9 @@ echo *Compiling unit VioCalls ...
 echo *Compiling PM units ...
 echo *Compiling PM units ...
 %FPCTOOLS%%COMPILER% %OS2RTL%PMWIN.PAS
 %FPCTOOLS%%COMPILER% %OS2RTL%PMWIN.PAS
 %FPCTOOLS%%COMPILER% %OS2RTL%PMBITMAP.PAS
 %FPCTOOLS%%COMPILER% %OS2RTL%PMBITMAP.PAS
+%FPCTOOLS%%COMPILER% %OS2RTL%PMGPI.PAS
+echo *Compiling MMOS2 units ...
+%FPCTOOLS%%COMPILER% %OS2RTL%DIVE.PAS
 
 
 if %PARAMS% == rtl goto End
 if %PARAMS% == rtl goto End
 
 
@@ -313,7 +316,10 @@ goto End
 
 
 
 
   $Log$
   $Log$
-  Revision 1.2  1999-09-15 07:31:49  hajny
+  Revision 1.3  1999-10-01 09:00:21  hajny
+    + PMGPI and DIVE added
+
+  Revision 1.2  1999/09/15 07:31:49  hajny
     + some units added, OTHEROPTS variable support
     + some units added, OTHEROPTS variable support