mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 13:49:21 +02:00
Add unicode related units
git-svn-id: trunk@36269 -
This commit is contained in:
parent
50e5256f8e
commit
86d0cfb75e
@ -9,7 +9,8 @@ units=system uuchar objpas strings dos heaptrc lineinfo sysconst sysutils \
|
|||||||
math macpas iso7185 extpas rtlconst typinfo types \
|
math macpas iso7185 extpas rtlconst typinfo types \
|
||||||
getopts fgl classes \
|
getopts fgl classes \
|
||||||
msmouse ports \
|
msmouse ports \
|
||||||
charset cpall ctypes
|
charset cpall ctypes \
|
||||||
|
fpwidestring character unicodedata unicodenumtable
|
||||||
# lnfodwrf
|
# lnfodwrf
|
||||||
# cmem
|
# cmem
|
||||||
# initc profile dxetype dxeload emu387 \
|
# initc profile dxetype dxeload emu387 \
|
||||||
@ -204,6 +205,19 @@ cpall$(PPUEXT): $(RTL)/charmaps/cpall.pas system$(PPUEXT) charset$(PPUEXT)
|
|||||||
$(COMPILER) -Fu$(INC) -Fi$(RTL)/charmaps $(RTL)/charmaps/cpall.pas
|
$(COMPILER) -Fu$(INC) -Fi$(RTL)/charmaps $(RTL)/charmaps/cpall.pas
|
||||||
$(EXECPPAS)
|
$(EXECPPAS)
|
||||||
|
|
||||||
|
fpwidestring$(PPUEXT): $(OBJPASDIR)/fpwidestring.pp charset$(PPUEXT) system$(PPUEXT)
|
||||||
|
$(COMPILER) $(OBJPASDIR)/fpwidestring.pp
|
||||||
|
|
||||||
|
character$(PPUEXT): $(OBJPASDIR)/character.pas sysutils$(PPUEXT) objpas$(PPUEXT) rtlconst$(PPUEXT) unicodedata$(PPUEXT) system$(PPUEXT)
|
||||||
|
$(COMPILER) $(OBJPASDIR)/character.pas
|
||||||
|
|
||||||
|
unicodenumtable$(PPUEXT) : $(OBJPASDIR)/unicodenumtable.pas system$(PPUEXT)
|
||||||
|
$(COMPILER) -Fi$(OBJPASDIR) $(OBJPASDIR)/unicodenumtable.pas
|
||||||
|
|
||||||
|
unicodedata$(PPUEXT) : $(OBJPASDIR)/unicodedata.pas unicodenumtable$(PPUEXT) system$(PPUEXT)
|
||||||
|
$(COMPILER) -Fi$(OBJPASDIR) $(OBJPASDIR)/unicodedata.pas
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Other system-dependent RTL Units
|
# Other system-dependent RTL Units
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user