diff --git a/rtl/go32v2/Makefile b/rtl/go32v2/Makefile index 8d366d39e1..368e2bbc50 100644 --- a/rtl/go32v2/Makefile +++ b/rtl/go32v2/Makefile @@ -245,6 +245,7 @@ mmx$(PPUEXT) : $(PROCINC)/mmx.pp cpu$(PPUEXT) $(SYSTEMPPU) getopts$(PPUEXT) : $(INC)/getopts.pp $(SYSTEMPPU) heaptrc$(PPUEXT) : $(INC)/heaptrc.pp $(SYSTEMPPU) + $(COMPILER) -Sg $(INC)/heaptrc.pp $(REDIR) # # Other system-dependent RTL Units @@ -254,7 +255,10 @@ msmouse$(PPUEXT) : msmouse.pp $(SYSTEMPPU) # # $Log$ -# Revision 1.14 1999-05-04 23:23:53 pierre +# Revision 1.15 1999-05-13 22:38:02 peter +# * -Sg for heaptrc +# +# Revision 1.14 1999/05/04 23:23:53 pierre # * uses FPC_VERSION to get it to work undder v09910 # # Revision 1.13 1999/05/04 11:59:42 peter diff --git a/rtl/win32/Makefile b/rtl/win32/Makefile index 3b07b8e14c..0428804d81 100644 --- a/rtl/win32/Makefile +++ b/rtl/win32/Makefile @@ -240,6 +240,7 @@ mmx$(PPUEXT) : $(PROCINC)/mmx.pp cpu$(PPUEXT) $(SYSTEMPPU) getopts$(PPUEXT) : $(INC)/getopts.pp $(SYSTEMPPU) heaptrc$(PPUEXT) : $(INC)/heaptrc.pp $(SYSTEMPPU) + $(COMPILER) -Sg $(INC)/heaptrc.pp $(REDIR) # # Other system-dependent RTL Units @@ -378,7 +379,10 @@ endif # # $Log$ -# Revision 1.30 1999-05-10 19:34:06 florian +# Revision 1.31 1999-05-13 22:38:03 peter +# * -Sg for heaptrc +# +# Revision 1.30 1999/05/10 19:34:06 florian # * moved all opengl32.dll stuff to a newly created opengl32 unit, so # win32 programs should also run on Windows without opengl32.dll #