Remove references to fmtbcd (which is located in rtl-extra package)

This commit is contained in:
Pierre Muller 2023-09-26 23:34:24 +02:00
parent 42a1e42708
commit 7438ea1d83

View File

@ -17,7 +17,7 @@ units=$(SYSTEMUNIT) si_prc $(UUCHARUNIT) $(OBJPASUNIT) $(ISO7185UNIT) $(STRINGSU
# windows messages $(DYNLIBSUNIT) \
# $(DOSUNIT) objects \
# $(RTLCONSTSUNIT) $(SYSCONSTUNIT) $(SYSUTILSUNIT) \
# $(TYPINFOUNIT) $(TYPESUNIT) $(FGLUNIT) $(CLASSESUNIT) fmtbcd \
# $(TYPINFOUNIT) $(TYPESUNIT) $(FGLUNIT) $(CLASSESUNIT) \
# strutils convutils $(MATHUNIT) \
# matrix ucomplex \
# $(CHARSETUNIT) $(CPALLUNIT) $(GETOPTSUNIT) winsock sockets
@ -124,13 +124,6 @@ pilot$(PPUEXT) : pilot.pp $(SYSTEMUNIT)$(PPUEXT) systraps$(PPUEXT)
# $(PP) $(OPT) objects $(REDIR)
# $(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
#####################################################################