mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-12 18:29:26 +02:00
143 lines
4.4 KiB
XML
143 lines
4.4 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<PathDelim Value="/"/>
|
|
<Version Value="5"/>
|
|
<General>
|
|
<Flags>
|
|
<SaveOnlyProjectUnits Value="True"/>
|
|
</Flags>
|
|
<SessionStorage Value="InProjectDir"/>
|
|
<MainUnit Value="0"/>
|
|
<AutoCreateForms Value="False"/>
|
|
<IconPath Value="./"/>
|
|
<TargetFileExt Value=".exe"/>
|
|
<Title Value="Lazarus Documentation Editor"/>
|
|
</General>
|
|
<LazDoc Paths=""/>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<DestinationDirectory Value="$(TestDir)\publishedproject\"/>
|
|
<IgnoreBinaries Value="False"/>
|
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
|
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
|
|
</PublishOptions>
|
|
<RunParams>
|
|
<local>
|
|
<FormatVersion Value="1"/>
|
|
<LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
|
|
</local>
|
|
</RunParams>
|
|
<RequiredPackages Count="1">
|
|
<Item1>
|
|
<PackageName Value="LCL"/>
|
|
</Item1>
|
|
</RequiredPackages>
|
|
<Units Count="13">
|
|
<Unit0>
|
|
<Filename Value="lazde.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="lazde"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="frmmain.pp"/>
|
|
<ComponentName Value="MainForm"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceFilename Value="frmmain.lrs"/>
|
|
<UnitName Value="FrmMain"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="frmoptions.pp"/>
|
|
<ComponentName Value="OptionsForm"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceFilename Value="frmoptions.lrs"/>
|
|
<UnitName Value="frmOptions"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="frmnewnode.pp"/>
|
|
<ComponentName Value="NewNodeForm"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceFilename Value="frmnewnode.lrs"/>
|
|
<UnitName Value="frmNewNode"/>
|
|
</Unit3>
|
|
<Unit4>
|
|
<Filename Value="frmmakeskel.pp"/>
|
|
<ComponentName Value="MakeSkelForm"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceFilename Value="frmmakeskel.lrs"/>
|
|
<UnitName Value="FrmMakeSkel"/>
|
|
</Unit4>
|
|
<Unit5>
|
|
<Filename Value="frmlink.pp"/>
|
|
<ComponentName Value="LinkForm"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceFilename Value="frmlink.lrs"/>
|
|
<UnitName Value="FrmLink"/>
|
|
</Unit5>
|
|
<Unit6>
|
|
<Filename Value="frmtable.pp"/>
|
|
<ComponentName Value="TableForm"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceFilename Value="frmtable.lrs"/>
|
|
<UnitName Value="frmTable"/>
|
|
</Unit6>
|
|
<Unit7>
|
|
<Filename Value="frmabout.pp"/>
|
|
<ComponentName Value="AboutForm"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceFilename Value="frmabout.lrs"/>
|
|
<UnitName Value="FrmAbout"/>
|
|
</Unit7>
|
|
<Unit8>
|
|
<Filename Value="pkeditor.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="PkEditor"/>
|
|
</Unit8>
|
|
<Unit9>
|
|
<Filename Value="eleditor.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="ElEditor"/>
|
|
</Unit9>
|
|
<Unit10>
|
|
<Filename Value="fpdeutil.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="FPDEUtil"/>
|
|
</Unit10>
|
|
<Unit11>
|
|
<Filename Value="frmexample.pp"/>
|
|
<ComponentName Value="ExampleForm"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceFilename Value="frmexample.lrs"/>
|
|
<UnitName Value="FrmExample"/>
|
|
</Unit11>
|
|
<Unit12>
|
|
<Filename Value="frmbuild.pp"/>
|
|
<ComponentName Value="BuildForm"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceFilename Value="frmbuild.lrs"/>
|
|
<UnitName Value="frmBuild"/>
|
|
</Unit12>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="5"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="units/"/>
|
|
<SrcPath Value="$(LazarusDir)/lcl/;$(LazarusDir)/lcl/interfaces/$(LCLWidgetType)/"/>
|
|
</SearchPaths>
|
|
<CodeGeneration>
|
|
<Generate Value="Faster"/>
|
|
</CodeGeneration>
|
|
<Linking>
|
|
<Options>
|
|
<Win32>
|
|
<GraphicApplication Value="True"/>
|
|
</Win32>
|
|
</Options>
|
|
</Linking>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
</CONFIG>
|