mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:29:21 +02:00
* initc depends now on dpmiexcp unit
This commit is contained in:
parent
4a353c277d
commit
c5d69522ef
@ -185,7 +185,7 @@ SYSTEMUNIT=system
|
|||||||
# Targets
|
# Targets
|
||||||
|
|
||||||
override LOADEROBJECTS+=prt0 exceptn fpu
|
override LOADEROBJECTS+=prt0 exceptn fpu
|
||||||
override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings go32 initc dpmiexcp profile dxeload emu387 dos crt objects printer graph sysutils math typinfo cpu mmx getopts heaptrc msmouse ports
|
override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings go32 dpmiexcp initc profile dxeload emu387 dos crt objects printer graph sysutils math typinfo cpu mmx getopts heaptrc msmouse ports
|
||||||
|
|
||||||
# Clean
|
# Clean
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
[targets]
|
[targets]
|
||||||
loaders=prt0 exceptn fpu
|
loaders=prt0 exceptn fpu
|
||||||
units=$(SYSTEMUNIT) objpas strings \
|
units=$(SYSTEMUNIT) objpas strings \
|
||||||
go32 initc dpmiexcp profile dxeload emu387 \
|
go32 dpmiexcp initc profile dxeload emu387 \
|
||||||
dos crt objects printer graph \
|
dos crt objects printer graph \
|
||||||
sysutils math typinfo \
|
sysutils math typinfo \
|
||||||
cpu mmx getopts heaptrc \
|
cpu mmx getopts heaptrc \
|
||||||
|
Loading…
Reference in New Issue
Block a user