mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 16:39:24 +01:00 
			
		
		
		
	sysutils disk.inc
This commit is contained in:
		
							parent
							
								
									e26f6d73f9
								
							
						
					
					
						commit
						b93652f105
					
				@ -243,7 +243,7 @@ objpas$(PPUEXT) : $(OBJPASDIR)/objpas.pp $(INC)/except.inc
 | 
			
		||||
 | 
			
		||||
SYSUTILINC = $(wildcard $(OBJPASDIR)/*.inc)
 | 
			
		||||
 | 
			
		||||
sysutils$(PPUEXT) : $(OBJPASDIR)/sysutils.pp $(SYSUTILINC) filutil.inc
 | 
			
		||||
sysutils$(PPUEXT) : $(OBJPASDIR)/sysutils.pp $(SYSUTILINC) filutil.inc disk.inc
 | 
			
		||||
	$(COPY) $(OBJPASDIR)/sysutils.pp .
 | 
			
		||||
	$(COMPILER) -S2 -I$(OBJPASDIR) sysutils $(REDIR)
 | 
			
		||||
	$(DEL) sysutils.pp
 | 
			
		||||
@ -337,7 +337,10 @@ include $(CFG)/makefile.def
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
# $Log$
 | 
			
		||||
# Revision 1.6  1998-10-11 12:21:49  michael
 | 
			
		||||
# Revision 1.7  1998-10-11 13:47:21  michael
 | 
			
		||||
# sysutils disk.inc
 | 
			
		||||
#
 | 
			
		||||
# Revision 1.6  1998/10/11 12:21:49  michael
 | 
			
		||||
# + Further sysutils implementations.
 | 
			
		||||
#
 | 
			
		||||
# Revision 1.5  1998/10/06 22:10:31  peter
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user