mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 18:19:08 +02:00
lazbuild: fix compilation as lazarus project (add LazControls dependency), fix crash in initialization (bug #0018122)
git-svn-id: trunk@28604 -
This commit is contained in:
parent
2c392d68a7
commit
46cd0ac529
@ -24,16 +24,19 @@
|
|||||||
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
||||||
</local>
|
</local>
|
||||||
</RunParams>
|
</RunParams>
|
||||||
<RequiredPackages Count="3">
|
<RequiredPackages Count="4">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="CodeTools"/>
|
<PackageName Value="LazControls"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
<Item2>
|
<Item2>
|
||||||
<PackageName Value="SynEdit"/>
|
<PackageName Value="CodeTools"/>
|
||||||
</Item2>
|
</Item2>
|
||||||
<Item3>
|
<Item3>
|
||||||
<PackageName Value="IDEIntf"/>
|
<PackageName Value="SynEdit"/>
|
||||||
</Item3>
|
</Item3>
|
||||||
|
<Item4>
|
||||||
|
<PackageName Value="IDEIntf"/>
|
||||||
|
</Item4>
|
||||||
</RequiredPackages>
|
</RequiredPackages>
|
||||||
<Units Count="3">
|
<Units Count="3">
|
||||||
<Unit0>
|
<Unit0>
|
||||||
@ -65,9 +68,6 @@
|
|||||||
<LCLWidgetType Value="nogui"/>
|
<LCLWidgetType Value="nogui"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Other>
|
<Other>
|
||||||
<CompilerMessages>
|
|
||||||
<UseMsgFile Value="True"/>
|
|
||||||
</CompilerMessages>
|
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
</Other>
|
</Other>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
|
@ -791,9 +791,9 @@ begin
|
|||||||
LoadEnvironmentOptions;
|
LoadEnvironmentOptions;
|
||||||
LoadMiscellaneousOptions;
|
LoadMiscellaneousOptions;
|
||||||
InteractiveSetup:=false;
|
InteractiveSetup:=false;
|
||||||
|
SetupMacros;
|
||||||
SetupCompilerFilename(InteractiveSetup);
|
SetupCompilerFilename(InteractiveSetup);
|
||||||
SetupLazarusDirectory(InteractiveSetup);
|
SetupLazarusDirectory(InteractiveSetup);
|
||||||
SetupMacros;
|
|
||||||
SetupPackageSystem;
|
SetupPackageSystem;
|
||||||
SetupOutputFilter;
|
SetupOutputFilter;
|
||||||
MainBuildBoss.SetupCompilerInterface;
|
MainBuildBoss.SetupCompilerInterface;
|
||||||
|
Loading…
Reference in New Issue
Block a user