From 724d1ba3f548a5351b18fe8019a072206ed38899 Mon Sep 17 00:00:00 2001 From: marco Date: Sat, 20 Mar 2004 23:42:27 +0000 Subject: [PATCH] * convutils added --- rtl/freebsd/Makefile | 5 ++++- rtl/freebsd/Makefile.fpc | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/rtl/freebsd/Makefile b/rtl/freebsd/Makefile index 1a650be84a..9832eca529 100644 --- a/rtl/freebsd/Makefile +++ b/rtl/freebsd/Makefile @@ -232,7 +232,7 @@ GRAPHDIR=$(INC)/graph ifndef USELIBGGI USELIBGGI=NO endif -override TARGET_UNITS+=$(SYSTEMUNIT) objpas strings syscall sysctl unixtype baseunix unixutil unix rtlconst initc cmem dos dl termio objects printer sysutils typinfo systhrds types classes math varutils cpu mmx charset ucomplex crt getopts heaptrc lineinfo errors sockets gpm ipc terminfo video mouse keyboard console serial variants sysctl dateutils sysconst cthreads strutils +override TARGET_UNITS+=$(SYSTEMUNIT) objpas strings syscall sysctl unixtype baseunix unixutil unix rtlconst initc cmem dos dl termio objects printer sysutils typinfo systhrds types classes math varutils cpu mmx charset ucomplex crt getopts heaptrc lineinfo errors sockets gpm ipc terminfo video mouse keyboard console serial variants sysctl dateutils sysconst cthreads strutils convutils override TARGET_LOADERS+=prt0 cprt0 gprt0 override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst override INSTALL_FPCPACKAGE=y y @@ -1421,3 +1421,6 @@ cthreads$(PPUEXT) : $(UNIXINC)/cthreads.pp systhrds$(PPUEXT) strutils$(PPUEXT) : $(OBJPASDIR)/strutils.pp objpas$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) \ sysutils$(PPUEXT) $(COMPILER) $(OBJPASDIR)/strutils.pp +convutils$(PPUEXT) : $(OBJPASDIR)/convutils.pp objpas$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) \ + sysutils$(PPUEXT) + $(COMPILER) $(OBJPASDIR)/convutils.pp diff --git a/rtl/freebsd/Makefile.fpc b/rtl/freebsd/Makefile.fpc index ace528f1f3..5db7b234fc 100644 --- a/rtl/freebsd/Makefile.fpc +++ b/rtl/freebsd/Makefile.fpc @@ -17,7 +17,7 @@ units=$(SYSTEMUNIT) objpas strings syscall sysctl unixtype baseunix unixutil \ cpu mmx charset ucomplex crt getopts heaptrc lineinfo \ errors sockets gpm ipc terminfo \ video mouse keyboard console serial variants sysctl dateutils \ - sysconst cthreads strutils + sysconst cthreads strutils convutils rsts=math varutils typinfo classes variants dateutils sysconst @@ -250,3 +250,7 @@ cthreads$(PPUEXT) : $(UNIXINC)/cthreads.pp systhrds$(PPUEXT) strutils$(PPUEXT) : $(OBJPASDIR)/strutils.pp objpas$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) \ sysutils$(PPUEXT) $(COMPILER) $(OBJPASDIR)/strutils.pp + +convutils$(PPUEXT) : $(OBJPASDIR)/convutils.pp objpas$(PPUEXT) $(SYSTEMUNIT)$(PPUEXT) \ + sysutils$(PPUEXT) + $(COMPILER) $(OBJPASDIR)/convutils.pp