mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 17:20:30 +02:00
+ added math unit to objects
This commit is contained in:
parent
08007ae0ab
commit
d86094c298
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user