summaryrefslogtreecommitdiff
path: root/rtl/solaris/Makefile.fpc
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/solaris/Makefile.fpc')
-rw-r--r--rtl/solaris/Makefile.fpc5
1 files changed, 4 insertions, 1 deletions
diff --git a/rtl/solaris/Makefile.fpc b/rtl/solaris/Makefile.fpc
index 012cc6fc4d..d5e1581585 100644
--- a/rtl/solaris/Makefile.fpc
+++ b/rtl/solaris/Makefile.fpc
@@ -17,7 +17,7 @@ units=$(SYSTEMUNIT) uuchar unixtype ctypes strings objpas iso7185 macpas \
dl dynlibs \
types sysconst character \
rtlconsts cthreads \
- dos \
+ dos fpwidestring \
cwstring fpintres $(CPU_UNITS)
implicitunits=exeinfo \
@@ -232,6 +232,9 @@ charset$(PPUEXT) : $(INC)/charset.pp objpas$(PPUEXT)
cpall$(PPUEXT): $(RTL)/charmaps/cpall.pas system$(PPUEXT) charset$(PPUEXT)
$(COMPILER) -Fu$(INC) -Fi$(RTL)/charmaps $(RTL)/charmaps/cpall.pas
+fpwidestring$(PPUEXT): $(OBJPASDIR)/fpwidestring.pp character$(PPUEXT) unixcp$(PPUEXT)
+ $(COMPILER) $(OBJPASDIR)/fpwidestring.pp
+
#
# Other system-dependent RTL Units
#