* Changed all occurences of {$linklib C} into {$linklib c}

This commit is contained in:
sg 2000-03-01 09:16:13 +00:00
parent 366b7ad381
commit 070bbe9980
4 changed files with 16 additions and 7 deletions

View File

@ -2,7 +2,7 @@ unit x;
{ Changes to the original conversion marked MVC - Michael Van Canneyt} { Changes to the original conversion marked MVC - Michael Van Canneyt}
{$LinkLib C} {$LinkLib c}
{$LinkLib X11} {$LinkLib X11}
interface interface

View File

@ -10,7 +10,7 @@ interface
uses X; uses X;
{$LinkLib C} {$LinkLib c}
{$LinkLib X11} {$LinkLib X11}
type type
@ -1690,7 +1690,10 @@ implementation
end. end.
{ {
$Log$ $Log$
Revision 1.3 2000-02-27 14:39:54 peter Revision 1.4 2000-03-01 09:16:13 sg
* Changed all occurences of {$linklib C} into {$linklib c}
Revision 1.3 2000/02/27 14:39:54 peter
* added explicit linklib c * added explicit linklib c
Revision 1.2 2000/02/27 13:11:31 peter Revision 1.2 2000/02/27 13:11:31 peter

View File

@ -7,7 +7,7 @@ interface
uses uses
xlib; xlib;
{$LinkLib C} {$LinkLib c}
{$LinkLib X11} {$LinkLib X11}
{*************************************************************** {***************************************************************
@ -299,7 +299,10 @@ Implementation
end. end.
{ {
$Log$ $Log$
Revision 1.3 2000-02-27 14:39:54 peter Revision 1.4 2000-03-01 09:16:13 sg
* Changed all occurences of {$linklib C} into {$linklib c}
Revision 1.3 2000/02/27 14:39:54 peter
* added explicit linklib c * added explicit linklib c
Revision 1.2 2000/02/27 13:11:31 peter Revision 1.2 2000/02/27 13:11:31 peter

View File

@ -6,7 +6,7 @@ interface
uses uses
x,xlib; x,xlib;
{$LinkLib C} {$LinkLib c}
{$LinkLib X11} {$LinkLib X11}
{ {
@ -887,7 +887,10 @@ Implementation
end. end.
{ {
$Log$ $Log$
Revision 1.4 2000-02-27 14:39:54 peter Revision 1.5 2000-03-01 09:16:13 sg
* Changed all occurences of {$linklib C} into {$linklib c}
Revision 1.4 2000/02/27 14:39:54 peter
* added explicit linklib c * added explicit linklib c
Revision 1.3 2000/02/27 13:11:31 peter Revision 1.3 2000/02/27 13:11:31 peter