瀏覽代碼

Add missing rule for unicodenmtable unit

git-svn-id: trunk@29104 -
pierre 10 年之前
父節點
當前提交
c013d0b6e2
共有 1 個文件被更改,包括 3 次插入0 次删除
  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