mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 16:56:03 +02:00
deb/rpm: added defaults for environmentoptions.xml
git-svn-id: trunk@16130 -
This commit is contained in:
parent
7cd2a68fce
commit
6bbfc69c96
@ -5,5 +5,34 @@
|
|||||||
<Debugger Class="TGDBMIDebugger"/>
|
<Debugger Class="TGDBMIDebugger"/>
|
||||||
<DebuggerFilename Value="/usr/bin/gdb">
|
<DebuggerFilename Value="/usr/bin/gdb">
|
||||||
</DebuggerFilename>
|
</DebuggerFilename>
|
||||||
|
<LazarusDirectory Value="/usr/lib/lazarus/">
|
||||||
|
<History Count="1">
|
||||||
|
<Item1 Value="/usr/lib/lazarus/"/>
|
||||||
|
</History>
|
||||||
|
</LazarusDirectory>
|
||||||
|
<CompilerFilename Value="/usr/bin/fpc">
|
||||||
|
<History Count="3">
|
||||||
|
<Item1 Value="/usr/local/bin/fpc"/>
|
||||||
|
<Item2 Value="/usr/bin/fpc"/>
|
||||||
|
<Item3 Value="/opt/fpc/fpc"/>
|
||||||
|
</History>
|
||||||
|
</CompilerFilename>
|
||||||
|
<FPCSourceDirectory Value="/usr/share/fpcsrc/%FPCVER%/">
|
||||||
|
<History Count="2">
|
||||||
|
<Item1 Value="/usr/share/fpcsrc/"/>
|
||||||
|
<Item2 Value="/usr/share/fpcsrc/%FPCVER%/"/>
|
||||||
|
</History>
|
||||||
|
</FPCSourceDirectory>
|
||||||
|
<MakeFilename>
|
||||||
|
<History Count="2">
|
||||||
|
<Item2 Value="/usr/bin/make"/>
|
||||||
|
</History>
|
||||||
|
</MakeFilename>
|
||||||
|
<TestBuildDirectory Value="/tmp/">
|
||||||
|
<History Count="2">
|
||||||
|
<Item1 Value="/tmp/"/>
|
||||||
|
<Item2 Value="/var/tmp/"/>
|
||||||
|
</History>
|
||||||
|
</TestBuildDirectory>
|
||||||
</EnvironmentOptions>
|
</EnvironmentOptions>
|
||||||
</CONFIG>
|
</CONFIG>
|
||||||
|
Loading…
Reference in New Issue
Block a user