diff options
Diffstat (limited to 'rtl/palmos/Makefile.fpc')
-rw-r--r-- | rtl/palmos/Makefile.fpc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/rtl/palmos/Makefile.fpc b/rtl/palmos/Makefile.fpc index b9645cf7be..e37523c470 100644 --- a/rtl/palmos/Makefile.fpc +++ b/rtl/palmos/Makefile.fpc @@ -7,7 +7,7 @@ main=rtl [target]
loaders= prt0
-units=$(SYSTEMUNIT) ctypes objpas macpas iso7185 strings \
+units=$(SYSTEMUNIT) uuchar ctypes objpas macpas iso7185 strings \
lnfodwrf lineinfo heaptrc \
windows messages dynlibs \
dos objects \
@@ -101,6 +101,8 @@ $(PRT0)$(OEXT) : $(CPU_TARGET)/$(PRT0).as $(SYSTEMUNIT)$(PPUEXT) : $(SYSTEMUNIT).pp $(SYSDEPS)
$(COMPILER) -Us -Sg $(SYSTEMUNIT).pp
+uuchar$(PPUEXT): $(SYSTEMUNIT)$(PPUEXT) $(INC)/uuchar.pp
+
objpas$(PPUEXT): $(OBJPASDIR)/objpas.pp $(INC)/except.inc $(SYSTEMUNIT)$(PPUEXT)
$(COMPILER) -I$(OBJPASDIR) $(OBJPASDIR)/objpas.pp
@@ -164,4 +166,4 @@ libinstall: staticlibinstall sharedlibinstall libsclean : clean
-$(DEL) *$(SMARTLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT)
-
\ No newline at end of file +
|