mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 01:29:22 +02:00
Add missing rule for unicodenmtable unit
git-svn-id: trunk@29104 -
This commit is contained in:
parent
284f5fd234
commit
c013d0b6e2
@ -242,6 +242,9 @@ fpwidestring$(PPUEXT): $(OBJPASDIR)/fpwidestring.pp unicodedata$(PPUEXT) charset
|
|||||||
unicodedata$(PPUEXT): $(OBJPASDIR)/unicodedata.pas
|
unicodedata$(PPUEXT): $(OBJPASDIR)/unicodedata.pas
|
||||||
$(COMPILER) $(OBJPASDIR)/unicodedata.pas
|
$(COMPILER) $(OBJPASDIR)/unicodedata.pas
|
||||||
|
|
||||||
|
unicodenumtable$(PPUEXT): $(OBJPASDIR)/unicodenumtable.pas
|
||||||
|
$(COMPILER) $(OBJPASDIR)/unicodenumtable.pas
|
||||||
|
|
||||||
character$(PPUEXT): $(OBJPASDIR)/character.pas
|
character$(PPUEXT): $(OBJPASDIR)/character.pas
|
||||||
$(COMPILER) $(OBJPASDIR)/character.pas
|
$(COMPILER) $(OBJPASDIR)/character.pas
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user