mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 07:49:21 +02:00
* initc added
This commit is contained in:
parent
83aecd8c93
commit
838eebdcd4
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user