소스 검색

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