mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 20:53:57 +02:00

- extract options_window as frame from environment options dialog - extract options_formed as frame from environment options dialog git-svn-id: trunk@17051 -
114 lines
3.7 KiB
XML
114 lines
3.7 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<PathDelim Value="\"/>
|
|
<Version Value="6"/>
|
|
<General>
|
|
<Flags>
|
|
<MainUnitHasUsesSectionForAllUnits Value="False"/>
|
|
<MainUnitHasCreateFormStatements Value="False"/>
|
|
<MainUnitHasTitleStatement Value="False"/>
|
|
</Flags>
|
|
<SessionStorage Value="InIDEConfig"/>
|
|
<MainUnit Value="0"/>
|
|
<TargetFileExt Value=""/>
|
|
<Title Value="Lazarus"/>
|
|
</General>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<DestinationDirectory Value="$(TestDir)\publishedproject\"/>
|
|
<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"/>
|
|
<CommandLineParams Value="--no-splash-screen"/>
|
|
<LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
|
|
</local>
|
|
</RunParams>
|
|
<RequiredPackages Count="4">
|
|
<Item1>
|
|
<PackageName Value="CodeTools"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="IDEIntf"/>
|
|
</Item2>
|
|
<Item3>
|
|
<PackageName Value="LCL"/>
|
|
</Item3>
|
|
<Item4>
|
|
<PackageName Value="SynEdit"/>
|
|
</Item4>
|
|
</RequiredPackages>
|
|
<Units Count="7">
|
|
<Unit0>
|
|
<Filename Value="lazarus.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="Lazarus"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="..\debugger\gdbmidebugger.pp"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="GDBMIDebugger"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="frames\options_oi.pas"/>
|
|
<ComponentName Value="OIOptionsFrame"/>
|
|
<HasResources Value="True"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<ResourceFilename Value="frames\options_oi.lrs"/>
|
|
<UnitName Value="Options_OI"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="frames\options_files.pas"/>
|
|
<ComponentName Value="FilesOptionsFrame"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<ResourceFilename Value="frames\options_files.lrs"/>
|
|
<UnitName Value="options_files"/>
|
|
</Unit3>
|
|
<Unit4>
|
|
<Filename Value="frames\options_desktop.pas"/>
|
|
<ComponentName Value="DesktopOptionsFrame"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<ResourceFilename Value="frames\options_desktop.lrs"/>
|
|
<UnitName Value="options_desktop"/>
|
|
</Unit4>
|
|
<Unit5>
|
|
<Filename Value="frames\options_window.pas"/>
|
|
<ComponentName Value="WindowOptionsFrame"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<ResourceFilename Value="frames\options_window.lrs"/>
|
|
<UnitName Value="options_window"/>
|
|
</Unit5>
|
|
<Unit6>
|
|
<Filename Value="frames\options_formed.pas"/>
|
|
<ComponentName Value="FormEditorOptionsFrame"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ResourceBaseClass Value="Frame"/>
|
|
<ResourceFilename Value="frames\options_formed.lrs"/>
|
|
<UnitName Value="options_formed"/>
|
|
</Unit6>
|
|
</Units>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<Version Value="8"/>
|
|
<PathDelim Value="\"/>
|
|
<Target>
|
|
<Filename Value="..\lazarus"/>
|
|
</Target>
|
|
<SearchPaths>
|
|
<OtherUnitFiles Value="frames\"/>
|
|
<UnitOutputDirectory Value="$(LazarusDir)\units\$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Other>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
</Other>
|
|
<CompileReasons Compile="False" Build="False" Run="False"/>
|
|
</CompilerOptions>
|
|
</CONFIG>
|