Browse Source

Fix compilation of wince RTL with make 3.82 on windows

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

+ 10 - 1
rtl/wince/Makefile.fpc

@@ -12,7 +12,7 @@ units=$(SYSTEMUNIT) uuchar fpintres ctypes objpas macpas iso7185 strings \
       dos \
       rtlconsts sysconst sysutils \
       typinfo types fgl classes \
-      math \
+      math fpwidestring \
       charset cpall getopts \
       unicodedata  unicodenumtable character \
       cmem sharemem
@@ -236,6 +236,15 @@ ucomplex$(PPUEXT) : $(INC)/ucomplex.pp math$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT)
 fpintres$(PPUEXT) : $(INC)/fpintres.pp $(SYSTEMUNIT)$(PPUEXT)
         $(COMPILER) $(INC)/fpintres.pp
 
+fpwidestring$(PPUEXT): $(OBJPASDIR)/fpwidestring.pp unicodedata$(PPUEXT) charset$(PPUEXT)
+        $(COMPILER) $(OBJPASDIR)/fpwidestring.pp
+
+unicodedata$(PPUEXT): $(OBJPASDIR)/unicodedata.pas
+        $(COMPILER) $(OBJPASDIR)/unicodedata.pas
+
+character$(PPUEXT): $(OBJPASDIR)/character.pas
+        $(COMPILER) $(OBJPASDIR)/character.pas
+
 #
 # Other system-dependent RTL Units
 #