From df2c484a6ce5bc8c2d8ae17815a3d3222ad72dcd Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 11 Apr 2015 10:06:23 +0000 Subject: [PATCH] lazbuild: fixed loading environmentoptions.xml git-svn-id: trunk@48721 - --- ide/buildmanager.pas | 1 + ide/compileroptions.pp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ide/buildmanager.pas b/ide/buildmanager.pas index a5470b80a6..36408f253c 100644 --- a/ide/buildmanager.pas +++ b/ide/buildmanager.pas @@ -48,6 +48,7 @@ uses IDECmdLine, LazarusIDEStrConsts, DialogProcs, IDEProcs, CodeToolsOptions, InputHistory, EditDefineTree, ProjectResources, MiscOptions, LazConf, EnvironmentOpts, TransferMacros, CompilerOptions, + ExtToolEditDlg{needed for environment options ExternalUserTools}, ExtTools, etMakeMsgParser, etFPCMsgParser, Compiler, FPCSrcScan, PackageDefs, PackageSystem, Project, ProjectIcon, ModeMatrixOpts, BaseBuildManager, ApplicationBundle; diff --git a/ide/compileroptions.pp b/ide/compileroptions.pp index d195b24601..56a106ba0a 100644 --- a/ide/compileroptions.pp +++ b/ide/compileroptions.pp @@ -1923,7 +1923,7 @@ function TBaseCompilerOptions.CreateTargetFilename: string; PathName: String; CurTargetOS: String; aSrcOS: String; - begin + begin //debugln ( 'Filename result is ',Result, ' in PrependDefaultType' ); if (ExtractFileName(Result)='') or (CompareText(copy(ExtractFileName(Result),1,3), 'lib') = 0) then exit;