From 19fed65830a6f8630d91e49093c7f6a5d0672137 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 6 Oct 1998 22:10:29 +0000 Subject: [PATCH] + heaptrc --- rtl/dos/go32v1/Makefile | 12 ++++++++++-- rtl/dos/go32v2/Makefile | 12 ++++++++++-- rtl/linux/Makefile | 13 +++++++++++-- rtl/win32/Makefile | 12 ++++++++++-- 4 files changed, 41 insertions(+), 8 deletions(-) diff --git a/rtl/dos/go32v1/Makefile b/rtl/dos/go32v1/Makefile index e16c1367c3..70a206e553 100644 --- a/rtl/dos/go32v1/Makefile +++ b/rtl/dos/go32v1/Makefile @@ -72,7 +72,7 @@ include $(CFG)/makefile.cfg SYSTEMPPU=system$(PPUEXT) OBJECTS=strings go32 \ dos crt objects printer \ - cpu mmx mouse getopts graph \ + cpu mmx mouse getopts heaptrc graph \ LOADERS=prt0 @@ -210,6 +210,11 @@ getopts$(PPUEXT) : $(INC)/getopts.pp $(SYSTEMPPU) $(COMPILER) getopts.pp $(REDIR) $(DEL) getopts.pp +heaptrc$(PPUEXT) : $(INC)/heaptrc.pp $(SYSTEMPPU) + $(COPY) $(INC)/heaptrc.pp . + $(COMPILER) heaptrc $(REDIR) + $(DEL) heaptrc.pp + PPIFILES:=$(wildcard $(PPI)/*.ppi) graph$(PPUEXT) : ../graph.pp go32$(PPUEXT) $(SYSTEMPPU) mmx$(PPUEXT) $(PPIFILES) $(COPY) ../graph.pp . @@ -250,7 +255,10 @@ include $(CFG)/makefile.def # # $Log$ -# Revision 1.4 1998-10-02 09:25:59 peter +# Revision 1.5 1998-10-06 22:10:29 peter +# + heaptrc +# +# Revision 1.4 1998/10/02 09:25:59 peter # * fixed rtl path # # Revision 1.3 1998/09/16 16:47:26 peter diff --git a/rtl/dos/go32v2/Makefile b/rtl/dos/go32v2/Makefile index 542c64f3b4..cb80d066c5 100644 --- a/rtl/dos/go32v2/Makefile +++ b/rtl/dos/go32v2/Makefile @@ -74,7 +74,7 @@ SYSTEMPPU=system$(PPUEXT) OBJECTS=strings go32 \ dpmiexcp profile dxeload emu387 \ dos crt objects printer \ - cpu mmx mouse getopts graph + cpu mmx mouse getopts heaptrc graph LOADERS=prt0 exceptn fpu @@ -230,6 +230,11 @@ getopts$(PPUEXT) : $(INC)/getopts.pp $(SYSTEMPPU) $(COMPILER) getopts.pp $(REDIR) $(DEL) getopts.pp +heaptrc$(PPUEXT) : $(INC)/heaptrc.pp $(SYSTEMPPU) + $(COPY) $(INC)/heaptrc.pp . + $(COMPILER) heaptrc $(REDIR) + $(DEL) heaptrc.pp + PPIFILES:=$(wildcard $(PPI)/*.ppi) graph$(PPUEXT) : ../graph.pp go32$(PPUEXT) $(SYSTEMPPU) mmx$(PPUEXT) $(PPIFILES) $(COPY) ../graph.pp . @@ -270,7 +275,10 @@ include $(CFG)/makefile.def # # $Log$ -# Revision 1.4 1998-10-02 09:26:00 peter +# Revision 1.5 1998-10-06 22:10:30 peter +# + heaptrc +# +# Revision 1.4 1998/10/02 09:26:00 peter # * fixed rtl path # # Revision 1.3 1998/09/16 16:47:27 peter diff --git a/rtl/linux/Makefile b/rtl/linux/Makefile index 71e843105c..e5cffaeb9a 100644 --- a/rtl/linux/Makefile +++ b/rtl/linux/Makefile @@ -137,7 +137,7 @@ SYSDEPS=$(SYSINCDEPS) $(SYSCPUDEPS) SYSTEMPPU=syslinux$(PPUEXT) OBJECTS=strings linux \ dos crt objects printer \ - getopts errors sockets graph + getopts heaptrc errors sockets graph # Which units may be placed in the shared lib file SHAREDLIBFILES=syslinux strings linux objpas sysutils math \ @@ -280,6 +280,12 @@ getopts$(PPUEXT) : $(INC)/getopts.pp $(SYSTEMPPU) $(COMPILER) getopts $(REDIR) $(DEL) getopts.pp +heaptrc$(PPUEXT) : $(INC)/heaptrc.pp $(SYSTEMPPU) + $(COPY) $(INC)/heaptrc.pp . + $(COMPILER) heaptrc $(REDIR) + $(DEL) heaptrc.pp + + ##################################################################### # Libs ##################################################################### @@ -322,7 +328,10 @@ include $(CFG)/makefile.def # # $Log$ -# Revision 1.4 1998-10-02 09:26:01 peter +# Revision 1.5 1998-10-06 22:10:31 peter +# + heaptrc +# +# Revision 1.4 1998/10/02 09:26:01 peter # * fixed rtl path # # Revision 1.3 1998/09/15 12:09:10 peter diff --git a/rtl/win32/Makefile b/rtl/win32/Makefile index 430100d118..af20046321 100644 --- a/rtl/win32/Makefile +++ b/rtl/win32/Makefile @@ -70,7 +70,7 @@ include $(CFG)/makefile.cfg SYSTEMPPU=syswin32$(PPUEXT) OBJECTS=strings dos \ windows \ - cpu mmx getopts + cpu mmx getopts heaptrc # Files used by windows.pp WINDOWS_FILES=base errors defines \ @@ -195,6 +195,11 @@ getopts$(PPUEXT) : $(INC)/getopts.pp $(SYSTEMPPU) $(COMPILER) getopts.pp $(REDIR) $(DEL) getopts.pp +heaptrc$(PPUEXT) : $(INC)/heaptrc.pp $(SYSTEMPPU) + $(COPY) $(INC)/heaptrc.pp . + $(COMPILER) heaptrc $(REDIR) + $(DEL) heaptrc.pp + ##################################################################### # Libs @@ -367,7 +372,10 @@ include $(CFG)/makefile.def # # $Log$ -# Revision 1.5 1998-10-02 09:26:05 peter +# Revision 1.6 1998-10-06 22:10:32 peter +# + heaptrc +# +# Revision 1.5 1998/10/02 09:26:05 peter # * fixed rtl path # # Revision 1.4 1998/09/16 16:47:35 peter