mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* wrong path suggested for LIBPATH fixed
git-svn-id: trunk@20070 -
This commit is contained in:
parent
1cea17ab7d
commit
88183dfcba
@ -910,8 +910,8 @@ program install;
|
||||
S := 'and your LIBPATH with ''' + S
|
||||
else
|
||||
S := 'Extend your LIBPATH with ''' + S;
|
||||
System.Delete (S, Length (S) - 3, 4);
|
||||
S := S + '\dll''';
|
||||
System.Delete (S, Length (S) - 6, 7);
|
||||
S := S + 'dll''';
|
||||
R.Assign (2, YB - 14, 64, YB - 12);
|
||||
P := New (PStaticText, Init (R, S));
|
||||
Insert (P);
|
||||
|
Loading…
Reference in New Issue
Block a user