Browse Source

Add missing rule for unicodenmtable unit

git-svn-id: trunk@29104 -
pierre 10 years ago
parent
commit
c013d0b6e2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      rtl/wince/Makefile.fpc

+ 3 - 0
rtl/wince/Makefile.fpc

@@ -242,6 +242,9 @@ fpwidestring$(PPUEXT): $(OBJPASDIR)/fpwidestring.pp unicodedata$(PPUEXT) charset
 unicodedata$(PPUEXT): $(OBJPASDIR)/unicodedata.pas
         $(COMPILER) $(OBJPASDIR)/unicodedata.pas
 
+unicodenumtable$(PPUEXT): $(OBJPASDIR)/unicodenumtable.pas
+        $(COMPILER) $(OBJPASDIR)/unicodenumtable.pas
+
 character$(PPUEXT): $(OBJPASDIR)/character.pas
         $(COMPILER) $(OBJPASDIR)/character.pas