mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 10:41:50 +02:00
lazbuild: fixed loading environmentoptions.xml
git-svn-id: trunk@48721 -
This commit is contained in:
parent
62646edf38
commit
df2c484a6c
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user