* -Sg for heaptrc

This commit is contained in:
peter 1999-05-13 22:38:02 +00:00
parent d87f5e228f
commit 960d4a099e
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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
#