mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 14:38:01 +02:00
* DCCCONFIG must be empty if flag to create config file is not set
This commit is contained in:
parent
889c312cb5
commit
0d549a25b4
@ -384,7 +384,6 @@ function TDelphiTool.GetCompilerArgs(const s: string; const Data: PtrInt;
|
||||
|
||||
|
||||
begin
|
||||
|
||||
if (s<>'') and (ConsoleVerbosity>=0) then
|
||||
debugln(['Hint: (lazarus) [TDelphiTool.GetCompilerPath] ignoring macro DCCARGS parameter "',s,'"']);
|
||||
Result:=GetCompilerArguments;
|
||||
@ -399,9 +398,6 @@ begin
|
||||
if (s<>'') and (ConsoleVerbosity>=0) then
|
||||
debugln(['Hint: (lazarus) [TDelphiTool.GetConfigPath] ignoring macro DCCCONFIG parameter "',s,'"']);
|
||||
Result:=GetCurrentConfigFilename;
|
||||
if (Result='') then
|
||||
Result:='Project1'+DelphiOptions.DefaultConfigExtension;
|
||||
// debugln(['macro DCCCONFIG parameter: "',Result,'"']);
|
||||
end;
|
||||
|
||||
destructor TDelphiTool.Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user