lazarus/examples/anchordocking/docking1.lpi
mattias 66d5f5f3c3 examples: fixe compilation
git-svn-id: trunk@16359 -
2008-09-01 20:05:45 +00:00

68 lines
1.9 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<PathDelim Value="/"/>
<Version Value="6"/>
<General>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<IconPath Value="./"/>
<TargetFileExt Value=""/>
</General>
<PublishOptions>
<Version Value="2"/>
<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="4">
<Unit0>
<Filename Value="docking1.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="Docking1"/>
</Unit0>
<Unit1>
<Filename Value="dockform1unit.pas"/>
<ComponentName Value="MainForm"/>
<IsPartOfProject Value="True"/>
<ResourceFilename Value="dockform1unit.lrs"/>
<UnitName Value="DockForm1Unit"/>
</Unit1>
<Unit2>
<Filename Value="dockform2unit.pas"/>
<ComponentName Value="DockFormX"/>
<IsPartOfProject Value="True"/>
<ResourceFilename Value="dockform2unit.lrs"/>
<UnitName Value="DockForm2Unit"/>
</Unit2>
<Unit3>
<Filename Value="README.txt"/>
<IsPartOfProject Value="True"/>
</Unit3>
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="8"/>
<Linking>
<Options>
<Win32>
<GraphicApplication Value="True"/>
</Win32>
</Options>
</Linking>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
</CONFIG>