* initc added

This commit is contained in:
peter 2000-02-05 22:21:15 +00:00
parent 83aecd8c93
commit 838eebdcd4
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#
# Makefile generated by fpcmake v0.99.13 [2000/02/02]
# Makefile generated by fpcmake v0.99.13 [2000/01/30]
#
defaultrule: all
@ -202,7 +202,7 @@ endif
# Targets
override LOADEROBJECTS+=prt0 cprt0 gprt0 cprt21 gprt21
override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings linux ports dos crt objects printer graph sysutils typinfo math cpu mmx getopts heaptrc errors sockets gpm ipc
override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings initc linux ports dos crt objects printer graph sysutils typinfo math cpu mmx getopts heaptrc errors sockets gpm ipc
# Clean
@ -228,7 +228,7 @@ endif
# Libraries
LIBNAME=fprtl
SHAREDLIBUNITOBJECTS=$(SYSTEMUNIT) objpas strings linux ports dos crt objects printer sysutils typinfo math cpu mmx getopts heaptrc errors sockets ipc
SHAREDLIBOBJECTUNITS=$(SYSTEMUNIT) objpas strings linux ports dos crt objects printer sysutils typinfo math cpu mmx getopts heaptrc errors sockets ipc
# Info

View File

@ -4,7 +4,7 @@
[targets]
loaders=prt0 cprt0 gprt0 cprt21 gprt21
units=$(SYSTEMUNIT) objpas strings \
units=$(SYSTEMUNIT) objpas strings initc \
linux ports \
dos crt objects printer graph \
sysutils typinfo math \