mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:20:46 +02:00
Converter: Disable adding cthreads dependency for now.
git-svn-id: trunk@29204 -
This commit is contained in:
parent
a1d21390da
commit
f28228769d
@ -783,7 +783,7 @@ constructor TConvertDelphiPBase.Create(const AFilename, ADescription: string);
|
||||
begin
|
||||
fOrigPFilename:=AFilename;
|
||||
fIsConsoleApp:=False; // Default = GUI app.
|
||||
fUseThreads:=True; // For testing.
|
||||
fUseThreads:=False;
|
||||
fUnitSearchPaths:=TStringList.Create;
|
||||
fUnitSearchPaths.Delimiter:=';';
|
||||
fUnitSearchPaths.StrictDelimiter:=True;
|
||||
|
Loading…
Reference in New Issue
Block a user