lazarus/lcl/interfaces/gtk2/gtk2interface.lpk
mattias 39e3eb11ed made compiling gtk2 interface easier
git-svn-id: trunk@2462 -
2002-08-17 23:41:23 +00:00

49 lines
1.3 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<Package>
<Name Value="GTK2Interface"/>
<Files Count="3">
<Item1>
<Filename Value="interfaces.pas"/>
<UnitName Value="Interfaces"/>
</Item1>
<Item2>
<Filename Value="gtk2int.pas"/>
<UnitName Value="Gtk2Int"/>
</Item2>
<Item3>
<Filename Value="/home/mattias/pascal/wichtig/lazarus/lcl/interfaces/gtk/gtkint.pp"/>
<UnitName Value="GtkInt"/>
</Item3>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="gtk2forLazarus"/>
</Item1>
<Item2>
<PackageName Value="FCL"/>
<MinVersion Major="1" Valid="True"/>
</Item2>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>
<CompilerOptions>
<SearchPaths>
<OtherUnitFiles Value="../gtk/;../../units"/>
<UnitOutputDirectory Value="../../units/gtk2"/>
<LCLWidgetType Value="gtk"/>
</SearchPaths>
<Other>
<CustomOptions Value="-dGTK2"/>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
</CONFIG>