Remove rules and references to matrix and ucomplex, which are in rtl-extra package

This commit is contained in:
Pierre Muller 2023-09-27 00:05:59 +02:00
parent c844b60fe1
commit ad33900090
2 changed files with 0 additions and 13 deletions

View File

@ -110,15 +110,3 @@ emu387$(PPUEXT) : emu387.pp fpu$(OEXT) strings$(PPUEXT) dxeload$(PPUEXT) \
$(COMPILER) emu387.pp
$(EXECPPAS)
#
# Other system-independent RTL Units
#
matrix$(PPUEXT) : $(INC)/matrix.pp $(SYSTEMUNIT)$(PPUEXT)
$(COMPILER) $(INC)/matrix.pp
$(EXECPPAS)
ucomplex$(PPUEXT) : $(INC)/ucomplex.pp $(MATHUNIT)$(PPUEXT) system$(PPUEXT)
$(COMPILER) $(INC)/ucomplex.pp
$(EXECPPAS)

View File

@ -19,7 +19,6 @@ units=$(SYSTEMUNIT) si_prc $(UUCHARUNIT) $(OBJPASUNIT) $(ISO7185UNIT) $(STRINGSU
# $(RTLCONSTSUNIT) $(SYSCONSTUNIT) $(SYSUTILSUNIT) \
# $(TYPINFOUNIT) $(TYPESUNIT) $(FGLUNIT) $(CLASSESUNIT) \
# strutils convutils $(MATHUNIT) \
# matrix ucomplex \
# $(CHARSETUNIT) $(CPALLUNIT) $(GETOPTSUNIT) winsock sockets
# $(INITCUNIT) $(CMEMUNIT) signals \
# crt graph \