mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 18:17:18 +02:00
IDE: fixed compilation on unix
git-svn-id: trunk@17815 -
This commit is contained in:
parent
a31b2cf7b2
commit
ff17c1142f
@ -56,6 +56,10 @@ const
|
|||||||
'~/lazarus'
|
'~/lazarus'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
var
|
||||||
|
PrimaryConfigPath,
|
||||||
|
SecondaryConfigPath: string;
|
||||||
|
|
||||||
{---------------------------------------------------------------------------
|
{---------------------------------------------------------------------------
|
||||||
function FindDefaultCompilerPath: string;
|
function FindDefaultCompilerPath: string;
|
||||||
---------------------------------------------------------------------------}
|
---------------------------------------------------------------------------}
|
||||||
|
@ -35,6 +35,8 @@ const
|
|||||||
|
|
||||||
var
|
var
|
||||||
DefaultDrive: String;
|
DefaultDrive: String;
|
||||||
|
PrimaryConfigPath,
|
||||||
|
SecondaryConfigPath: string;
|
||||||
DefaultFPCTarget,
|
DefaultFPCTarget,
|
||||||
DefaultFPCVersion : string;
|
DefaultFPCVersion : string;
|
||||||
|
|
||||||
|
@ -137,10 +137,6 @@ const
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
var
|
|
||||||
PrimaryConfigPath,
|
|
||||||
SecondaryConfigPath: string;
|
|
||||||
|
|
||||||
{$I lazconf.inc}
|
{$I lazconf.inc}
|
||||||
|
|
||||||
procedure AddFilenameToList(List: TStrings; const Filename: string;
|
procedure AddFilenameToList(List: TStrings; const Filename: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user