mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 05:40:20 +02:00
Remove references to fmtbcd (which is located in rtl-extra package)
This commit is contained in:
parent
42a1e42708
commit
7438ea1d83
@ -17,7 +17,7 @@ units=$(SYSTEMUNIT) si_prc $(UUCHARUNIT) $(OBJPASUNIT) $(ISO7185UNIT) $(STRINGSU
|
|||||||
# windows messages $(DYNLIBSUNIT) \
|
# windows messages $(DYNLIBSUNIT) \
|
||||||
# $(DOSUNIT) objects \
|
# $(DOSUNIT) objects \
|
||||||
# $(RTLCONSTSUNIT) $(SYSCONSTUNIT) $(SYSUTILSUNIT) \
|
# $(RTLCONSTSUNIT) $(SYSCONSTUNIT) $(SYSUTILSUNIT) \
|
||||||
# $(TYPINFOUNIT) $(TYPESUNIT) $(FGLUNIT) $(CLASSESUNIT) fmtbcd \
|
# $(TYPINFOUNIT) $(TYPESUNIT) $(FGLUNIT) $(CLASSESUNIT) \
|
||||||
# strutils convutils $(MATHUNIT) \
|
# strutils convutils $(MATHUNIT) \
|
||||||
# matrix ucomplex \
|
# matrix ucomplex \
|
||||||
# $(CHARSETUNIT) $(CPALLUNIT) $(GETOPTSUNIT) winsock sockets
|
# $(CHARSETUNIT) $(CPALLUNIT) $(GETOPTSUNIT) winsock sockets
|
||||||
@ -124,13 +124,6 @@ pilot$(PPUEXT) : pilot.pp $(SYSTEMUNIT)$(PPUEXT) systraps$(PPUEXT)
|
|||||||
# $(PP) $(OPT) objects $(REDIR)
|
# $(PP) $(OPT) objects $(REDIR)
|
||||||
# $(DEL) objects.pp
|
# $(DEL) objects.pp
|
||||||
|
|
||||||
#
|
|
||||||
# Other system-independent RTL Units
|
|
||||||
#
|
|
||||||
|
|
||||||
fmtbcd$(PPUEXT) : $(OBJPASDIR)/fmtbcd.pp $(OBJPASUNIT)$(PPUEXT) $(SYSUTILSUNIT)$(PPUEXT) variants$(PPUEXT) classes$(PPUEXT) system$(PPUEXT)
|
|
||||||
$(COMPILER) $(OBJPASDIR)/fmtbcd.pp
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Libs
|
# Libs
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user