Browse Source

+ added math unit to objects

peter 26 years ago
parent
commit
d86094c298
3 changed files with 15 additions and 6 deletions
  1. 5 2
      rtl/go32v1/Makefile
  2. 5 2
      rtl/go32v2/Makefile
  3. 5 2
      rtl/win32/Makefile

+ 5 - 2
rtl/go32v1/Makefile

@@ -77,7 +77,7 @@ include $(CFG)/makefile.cfg
 SYSTEMPPU=system$(PPUEXT)
 OBJECTS=strings go32 \
 	dos crt objects printer \
-        objpas sysutils typinfo \
+        objpas sysutils typinfo math \
 	cpu mmx getopts heaptrc mouse
 
 LOADERS=prt0
@@ -232,7 +232,10 @@ include $(CFG)/makefile.def
 
 #
 # $Log$
-# Revision 1.2  1998-12-28 23:37:38  peter
+# Revision 1.3  1999-01-15 11:47:12  peter
+#   + added math unit to objects
+#
+# Revision 1.2  1998/12/28 23:37:38  peter
 #   * clean target fix, theres no objpas dir to clean anymore
 #
 # Revision 1.1  1998/12/21 13:07:02  peter

+ 5 - 2
rtl/go32v2/Makefile

@@ -79,7 +79,7 @@ SYSTEMPPU=system$(PPUEXT)
 OBJECTS=strings go32 initc \
 	dpmiexcp profile dxeload emu387 \
 	dos crt objects printer \
-        objpas sysutils typinfo \
+        objpas sysutils typinfo math \
 	cpu mmx mouse getopts heaptrc graph
 
 LOADERS=prt0 exceptn fpu
@@ -260,7 +260,10 @@ include $(CFG)/makefile.def
 
 #
 # $Log$
-# Revision 1.3  1998-12-28 23:37:39  peter
+# Revision 1.4  1999-01-15 11:47:16  peter
+#   + added math unit to objects
+#
+# Revision 1.3  1998/12/28 23:37:39  peter
 #   * clean target fix, theres no objpas dir to clean anymore
 #
 # Revision 1.2  1998/12/21 14:20:37  pierre

+ 5 - 2
rtl/win32/Makefile

@@ -78,7 +78,7 @@ SYSTEMPPU=syswin32$(PPUEXT)
 LOADERS=wprt0 wdllprt0
 OBJECTS=strings windows \
 	dos objects \
-	objpas sysutils typinfo \
+	objpas sysutils typinfo math \
 	cpu mmx getopts heaptrc
 
 # Files used by windows.pp
@@ -378,7 +378,10 @@ include $(CFG)/makefile.def
 
 #
 # $Log$
-# Revision 1.16  1999-01-04 11:57:45  peter
+# Revision 1.17  1999-01-15 11:47:19  peter
+#   + added math unit to objects
+#
+# Revision 1.16  1999/01/04 11:57:45  peter
 #   * clean doesn't clean objpasdir anymore
 #
 # Revision 1.15  1998/12/21 13:07:07  peter