IDE: fixed compilation on unix

git-svn-id: trunk@17815 -
This commit is contained in:
vincents 2008-12-12 19:57:15 +00:00
parent a31b2cf7b2
commit ff17c1142f
3 changed files with 6 additions and 4 deletions

View File

@ -56,6 +56,10 @@ const
'~/lazarus' '~/lazarus'
); );
var
PrimaryConfigPath,
SecondaryConfigPath: string;
{--------------------------------------------------------------------------- {---------------------------------------------------------------------------
function FindDefaultCompilerPath: string; function FindDefaultCompilerPath: string;
---------------------------------------------------------------------------} ---------------------------------------------------------------------------}

View File

@ -35,6 +35,8 @@ const
var var
DefaultDrive: String; DefaultDrive: String;
PrimaryConfigPath,
SecondaryConfigPath: string;
DefaultFPCTarget, DefaultFPCTarget,
DefaultFPCVersion : string; DefaultFPCVersion : string;

View File

@ -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;