+ Moved strings.inc to stringl.inc, to avoid conflict with strings unit

This commit is contained in:
michael 1999-04-13 08:52:27 +00:00
parent 8bea45e7e6
commit 5efb1744bb
3 changed files with 10 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# This makefile sets some needed variable, common to all targets
INCNAMES=classes.inc classesh.inc bits.inc collect.inc compon.inc filer.inc\
lists.inc parser.inc persist.inc reader.inc streams.inc strings.inc\
lists.inc parser.inc persist.inc reader.inc streams.inc stringl.inc\
thread.inc writer.inc
INCUNITS=classes inifiles

View File

@ -63,7 +63,7 @@
{$i lists.inc}
{ TStrings and TStringList implementations }
{$i strings.inc}
{$i stringl.inc}
{ TThread implementation }
{$i thread.inc}
@ -377,7 +377,10 @@ end;
{
$Log$
Revision 1.9 1999-04-08 10:18:50 peter
Revision 1.10 1999-04-13 08:52:29 michael
+ Moved strings.inc to stringl.inc, to avoid conflict with strings unit
Revision 1.9 1999/04/08 10:18:50 peter
* makefile updates
}

View File

@ -938,7 +938,10 @@ end;
{
$Log$
Revision 1.15 1999-04-08 10:18:56 peter
Revision 1.1 1999-04-13 08:52:28 michael
+ Moved strings.inc to stringl.inc, to avoid conflict with strings unit
Revision 1.15 1999/04/08 10:18:56 peter
* makefile updates
}