mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 04:19:26 +02:00
+ Fixed type in strings target
This commit is contained in:
parent
7865673a04
commit
56f48f40b6
@ -146,7 +146,7 @@ $(SYSTEMPPU) : system.pp $(SYSDEPS)
|
||||
|
||||
strings$(PPUEXT) : $(INC)/strings.pp $(INC)/stringsi.inc\
|
||||
$(PROCINC)/strings.inc $(PROCINC)/stringss.inc\
|
||||
$($(SYSTEMPPU)
|
||||
$(SYSTEMPPU)
|
||||
$(COMPILER) $(INC)/strings.pp $(REDIR)
|
||||
|
||||
go32$(PPUEXT) : go32.pp $(SYSTEMPPU)
|
||||
@ -234,7 +234,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.4 1999-02-25 07:39:21 michael
|
||||
# Revision 1.5 1999-02-25 10:00:43 michael
|
||||
# + Fixed type in strings target
|
||||
#
|
||||
# Revision 1.4 1999/02/25 07:39:21 michael
|
||||
# * Joined strings and sysutils
|
||||
#
|
||||
# Revision 1.3 1999/01/15 11:47:12 peter
|
||||
|
@ -154,7 +154,7 @@ $(SYSTEMPPU) : system.pp $(SYSDEPS)
|
||||
|
||||
strings$(PPUEXT) : $(INC)/strings.pp $(INC)/stringsi.inc\
|
||||
$(PROCINC)/strings.inc $(PROCINC)/stringss.inc\
|
||||
$($(SYSTEMPPU)
|
||||
$(SYSTEMPPU)
|
||||
$(COMPILER) $(INC)/strings.pp $(REDIR)
|
||||
|
||||
go32$(PPUEXT) : go32.pp $(SYSTEMPPU)
|
||||
@ -262,7 +262,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.7 1999-02-25 07:39:20 michael
|
||||
# Revision 1.8 1999-02-25 10:00:01 michael
|
||||
# + Fixed type in strings target
|
||||
#
|
||||
# Revision 1.7 1999/02/25 07:39:20 michael
|
||||
# * Joined strings and sysutils
|
||||
#
|
||||
# Revision 1.6 1999/02/09 17:16:58 florian
|
||||
|
@ -159,7 +159,7 @@ $(SYSTEMPPU) : sysos2.pas $(SYSDEPS)
|
||||
|
||||
strings$(PPUEXT) : $(INC)/strings.pp $(INC)/stringsi.inc\
|
||||
$(PROCINC)/strings.inc $(PROCINC)/stringss.inc\
|
||||
$($(SYSTEMPPU)
|
||||
$(SYSTEMPPU)
|
||||
$(COMPILER) $(INC)/strings.pp $(REDIR)
|
||||
|
||||
#
|
||||
@ -230,7 +230,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.5 1999-02-25 07:39:22 michael
|
||||
# Revision 1.6 1999-02-25 10:01:25 michael
|
||||
# + Fixed type in strings target
|
||||
#
|
||||
# Revision 1.5 1999/02/25 07:39:22 michael
|
||||
# * Joined strings and sysutils
|
||||
#
|
||||
# Revision 1.4 1998/11/24 19:51:21 jonas
|
||||
|
@ -156,7 +156,7 @@ $(SYSTEMPPU) : syswin32.pp win32.inc $(SYSDEPS)
|
||||
|
||||
strings$(PPUEXT) : $(INC)/strings.pp $(INC)/stringsi.inc\
|
||||
$(PROCINC)/strings.inc $(PROCINC)/stringss.inc\
|
||||
$($(SYSTEMPPU)
|
||||
$(SYSTEMPPU)
|
||||
$(COMPILER) $(INC)/strings.pp $(REDIR)
|
||||
|
||||
#
|
||||
@ -380,7 +380,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.18 1999-02-25 07:39:19 michael
|
||||
# Revision 1.19 1999-02-25 09:59:03 michael
|
||||
# + Fixed type in strings target
|
||||
#
|
||||
# Revision 1.18 1999/02/25 07:39:19 michael
|
||||
# * Joined strings and sysutils
|
||||
#
|
||||
# Revision 1.17 1999/01/15 11:47:19 peter
|
||||
|
Loading…
Reference in New Issue
Block a user