mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-09 05:13:17 +02:00
60 lines
1.6 KiB
XML
60 lines
1.6 KiB
XML
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<Package>
|
|
<Name Value="GTKOpenGL"/>
|
|
<Author Value="Mattias Gaertner, Satan"/>
|
|
<Description Value="OpenGL for LCL - components: TGtkGlAreaControl"/>
|
|
<License Value="LGPL-2"/>
|
|
<Version Major="1"/>
|
|
<Files Count="5">
|
|
<Item1>
|
|
<Filename Value="gtkglarea.pp"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="GTKGLArea"/>
|
|
</Item1>
|
|
<Item2>
|
|
<Filename Value="gtkglarea.lrs"/>
|
|
<Type Value="LRS"/>
|
|
</Item2>
|
|
<Item3>
|
|
<Filename Value="gtkglarea_int.pp"/>
|
|
<UnitName Value="GTKGLArea_Int"/>
|
|
</Item3>
|
|
<Item4>
|
|
<Filename Value="nvgl.pp"/>
|
|
<UnitName Value="NVGL"/>
|
|
</Item4>
|
|
<Item5>
|
|
<Filename Value="nvglx.pas"/>
|
|
<UnitName Value="NVGLX"/>
|
|
</Item5>
|
|
</Files>
|
|
<AutoIncrementVersionOnBuild Value="False"/>
|
|
<Type Value="RunAndDesignTime"/>
|
|
<RequiredPkgs Count="2">
|
|
<Item1>
|
|
<PackageName Value="LCL"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="FCL"/>
|
|
</Item2>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<DestinationDirectory Value="$(TestDir)/gtkopengl/"/>
|
|
<CommandAfter Value="/bin/tar -cz -C $(TestDir) -f /tmp/gtkopengl.tgz gtkopengl/"/>
|
|
<UseExcludeFileFilter Value="True"/>
|
|
</PublishOptions>
|
|
</Package>
|
|
<CompilerOptions>
|
|
<SearchPaths>
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
<UnitOutputDirectory Value="lib/"/>
|
|
<LCLWidgetType Value="gtk"/>
|
|
</SearchPaths>
|
|
</CompilerOptions>
|
|
</CONFIG>
|