+ Fixed type in strings target

This commit is contained in:
michael 1999-02-25 09:59:03 +00:00
parent 7865673a04
commit 56f48f40b6
4 changed files with 20 additions and 8 deletions
rtl

View File

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

View File

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

View File

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

View File

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