diff options
Diffstat (limited to 'rtl/haiku/Makefile.fpc')
-rw-r--r-- | rtl/haiku/Makefile.fpc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rtl/haiku/Makefile.fpc b/rtl/haiku/Makefile.fpc index f0d7f6cd2a..5287538031 100644 --- a/rtl/haiku/Makefile.fpc +++ b/rtl/haiku/Makefile.fpc @@ -7,7 +7,7 @@ main=rtl [target] loaders=prt0 cprt0 func dllprt -units=system baseunix unixtype ctypes objpas macpas iso7185 strings \ +units=system uuchar baseunix unixtype ctypes objpas macpas iso7185 strings \ # beos \ errors dos dl objects \ sysconst sysutils \ @@ -109,6 +109,8 @@ dllprt$(OEXT) : $(CPU_TARGET)/dllprt.as system$(PPUEXT) : system.pp $(SYSDEPS) $(UNIXINC)/sysunixh.inc $(COMPILER) -Us -Sg $(SYSTEMUNIT).pp +uuchar$(PPUEXT): $(SYSTEMUNIT)$(PPUEXT) $(INC)/uuchar.pp + objpas$(PPUEXT): $(OBJPASDIR)/objpas.pp $(INC)/except.inc $(SYSTEMUNIT)$(PPUEXT) $(COMPILER) -Fi$(OBJPASDIR) $(OBJPASDIR)/objpas.pp |