浏览代码

Regenerated after commit 29104: Add missing rule for unicodenmtable unit

git-svn-id: trunk@29105 -
pierre 10 年之前
父节点
当前提交
673cc28f73
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      rtl/wince/Makefile

+ 2 - 0
rtl/wince/Makefile

@@ -2493,6 +2493,8 @@ fpwidestring$(PPUEXT): $(OBJPASDIR)/fpwidestring.pp unicodedata$(PPUEXT) charset
 	$(COMPILER) $(OBJPASDIR)/fpwidestring.pp
 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
 ctypes$(PPUEXT) :  $(INC)/ctypes.pp $(SYSTEMUNIT)$(PPUEXT)