mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 19:35:57 +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'
|
||||
);
|
||||
|
||||
var
|
||||
PrimaryConfigPath,
|
||||
SecondaryConfigPath: string;
|
||||
|
||||
{---------------------------------------------------------------------------
|
||||
function FindDefaultCompilerPath: string;
|
||||
---------------------------------------------------------------------------}
|
||||
|
@ -35,6 +35,8 @@ const
|
||||
|
||||
var
|
||||
DefaultDrive: String;
|
||||
PrimaryConfigPath,
|
||||
SecondaryConfigPath: string;
|
||||
DefaultFPCTarget,
|
||||
DefaultFPCVersion : string;
|
||||
|
||||
|
@ -137,10 +137,6 @@ const
|
||||
|
||||
implementation
|
||||
|
||||
var
|
||||
PrimaryConfigPath,
|
||||
SecondaryConfigPath: string;
|
||||
|
||||
{$I lazconf.inc}
|
||||
|
||||
procedure AddFilenameToList(List: TStrings; const Filename: string;
|
||||
|
Loading…
Reference in New Issue
Block a user