mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 00:29:24 +02:00
* Fix to get it to build "name" was considered dup ident. Changed to
envname and added logs
This commit is contained in:
parent
abc1c5bf2f
commit
a101c4f2ec
@ -75,7 +75,7 @@ Type
|
|||||||
Property Location : String Read GetLocation;
|
Property Location : String Read GetLocation;
|
||||||
Property Params [Index : integer] : String Read GetParams;
|
Property Params [Index : integer] : String Read GetParams;
|
||||||
Property ParamCount : Integer Read GetParamCount;
|
Property ParamCount : Integer Read GetParamCount;
|
||||||
Property EnvironmentVariable[Name : String] : String Read GetEnvironmentVar;
|
Property EnvironmentVariable[envName : String] : String Read GetEnvironmentVar;
|
||||||
Property OptionChar : Char Read FoptionChar Write FOptionChar;
|
Property OptionChar : Char Read FoptionChar Write FOptionChar;
|
||||||
Property CaseSensitiveOptions : Boolean Read FCaseSensitiveOptions Write FCaseSensitiveOptions;
|
Property CaseSensitiveOptions : Boolean Read FCaseSensitiveOptions Write FCaseSensitiveOptions;
|
||||||
Property StopOnException : Boolean Read FStopOnException Write FStopOnException;
|
Property StopOnException : Boolean Read FStopOnException Write FStopOnException;
|
||||||
@ -482,3 +482,11 @@ end;
|
|||||||
|
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
{
|
||||||
|
$Log$
|
||||||
|
Revision 1.6 2003-06-01 14:40:05 marco
|
||||||
|
* Fix to get it to build "name" was considered dup ident. Changed to
|
||||||
|
envname and added logs
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user