mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:39:25 +02:00
added ReadAllLinks
git-svn-id: trunk@2869 -
This commit is contained in:
parent
5934fb3beb
commit
42412c5b29
@ -657,7 +657,7 @@ begin
|
|||||||
or (AnsiCompareText(ParamStr(1),'-help')=0)
|
or (AnsiCompareText(ParamStr(1),'-help')=0)
|
||||||
or (AnsiCompareText(ParamStr(1),'-?')=0)) then
|
or (AnsiCompareText(ParamStr(1),'-?')=0)) then
|
||||||
begin
|
begin
|
||||||
TranslateResourceStrings(ExtractFilePath(ParamStr(0)),'');
|
TranslateResourceStrings(ProgramDirectory,'');
|
||||||
writeln(lisCmdLineHlpHeader);
|
writeln(lisCmdLineHlpHeader);
|
||||||
writeln(Format(lisCmdLinePrimaryConfigPathDesc,[GetPrimaryConfigPath]));
|
writeln(Format(lisCmdLinePrimaryConfigPathDesc,[GetPrimaryConfigPath]));
|
||||||
writeln(Format(lisCmdLineSecondaryConfigPathDesc,[GetSecondaryConfigPath]));
|
writeln(Format(lisCmdLineSecondaryConfigPathDesc,[GetSecondaryConfigPath]));
|
||||||
@ -5780,7 +5780,6 @@ begin
|
|||||||
end else if MacroName='lazarusdir' then begin
|
end else if MacroName='lazarusdir' then begin
|
||||||
Handled:=true;
|
Handled:=true;
|
||||||
s:=EnvironmentOptions.LazarusDirectory;
|
s:=EnvironmentOptions.LazarusDirectory;
|
||||||
if s='' then s:=ExtractFilePath(ParamStr(0));
|
|
||||||
end else if MacroName='lclwidgettype' then begin
|
end else if MacroName='lclwidgettype' then begin
|
||||||
Handled:=true;
|
Handled:=true;
|
||||||
s:=Project1.CompilerOptions.LCLWidgetType;
|
s:=Project1.CompilerOptions.LCLWidgetType;
|
||||||
@ -7721,6 +7720,9 @@ end.
|
|||||||
|
|
||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.460 2003/02/07 17:49:21 mattias
|
||||||
|
added ReadAllLinks
|
||||||
|
|
||||||
Revision 1.459 2003/02/06 20:46:51 mattias
|
Revision 1.459 2003/02/06 20:46:51 mattias
|
||||||
default fpc src dirs and clean ups
|
default fpc src dirs and clean ups
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user