Browse Source

* -Sg for heaptrc

peter 26 years ago
parent
commit
960d4a099e
2 changed files with 10 additions and 2 deletions
  1. 5 1
      rtl/go32v2/Makefile
  2. 5 1
      rtl/win32/Makefile

+ 5 - 1
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

+ 5 - 1
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
 #