mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 01:19:38 +01:00 
			
		
		
		
	+ heaptrc
This commit is contained in:
		
							parent
							
								
									a79c851bb9
								
							
						
					
					
						commit
						19fed65830
					
				@ -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
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user