|
@@ -12,7 +12,7 @@ units=$(SYSTEMUNIT) uuchar fpintres ctypes objpas macpas iso7185 strings \
|
|
dos \
|
|
dos \
|
|
rtlconsts sysconst sysutils \
|
|
rtlconsts sysconst sysutils \
|
|
typinfo types fgl classes \
|
|
typinfo types fgl classes \
|
|
- math \
|
|
|
|
|
|
+ math fpwidestring \
|
|
charset cpall getopts \
|
|
charset cpall getopts \
|
|
unicodedata unicodenumtable character \
|
|
unicodedata unicodenumtable character \
|
|
cmem sharemem
|
|
cmem sharemem
|
|
@@ -236,6 +236,15 @@ ucomplex$(PPUEXT) : $(INC)/ucomplex.pp math$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
|
|
fpintres$(PPUEXT) : $(INC)/fpintres.pp $(SYSTEMUNIT)$(PPUEXT)
|
|
fpintres$(PPUEXT) : $(INC)/fpintres.pp $(SYSTEMUNIT)$(PPUEXT)
|
|
$(COMPILER) $(INC)/fpintres.pp
|
|
$(COMPILER) $(INC)/fpintres.pp
|
|
|
|
|
|
|
|
+fpwidestring$(PPUEXT): $(OBJPASDIR)/fpwidestring.pp unicodedata$(PPUEXT) charset$(PPUEXT)
|
|
|
|
+ $(COMPILER) $(OBJPASDIR)/fpwidestring.pp
|
|
|
|
+
|
|
|
|
+unicodedata$(PPUEXT): $(OBJPASDIR)/unicodedata.pas
|
|
|
|
+ $(COMPILER) $(OBJPASDIR)/unicodedata.pas
|
|
|
|
+
|
|
|
|
+character$(PPUEXT): $(OBJPASDIR)/character.pas
|
|
|
|
+ $(COMPILER) $(OBJPASDIR)/character.pas
|
|
|
|
+
|
|
#
|
|
#
|
|
# Other system-dependent RTL Units
|
|
# Other system-dependent RTL Units
|
|
#
|
|
#
|