gtk2 lpk: removed

git-svn-id: trunk@16240 -
This commit is contained in:
mattias 2008-08-25 22:51:51 +00:00
parent 3dd7e95998
commit d0cc28bbaf
3 changed files with 0 additions and 148 deletions

2
.gitattributes vendored
View File

@ -3301,8 +3301,6 @@ lcl/interfaces/gtk2/gtk2devicecontext.inc svneol=native#text/pascal
lcl/interfaces/gtk2/gtk2extra.inc svneol=native#text/pascal
lcl/interfaces/gtk2/gtk2extrah.inc svneol=native#text/pascal
lcl/interfaces/gtk2/gtk2int.pas svneol=native#text/pascal
lcl/interfaces/gtk2/gtk2interface.lpk svneol=native#text/pascal
lcl/interfaces/gtk2/gtk2interface.pas svneol=native#text/pascal
lcl/interfaces/gtk2/gtk2lclintf.inc svneol=native#text/pascal
lcl/interfaces/gtk2/gtk2lclintfh.inc svneol=native#text/pascal
lcl/interfaces/gtk2/gtk2memostrings.inc svneol=native#text/pascal

View File

@ -1,124 +0,0 @@
<?xml version="1.0"?>
<CONFIG>
<Package Version="2">
<Name Value="GTK2Interface"/>
<CompilerOptions>
<Version Value="2"/>
<SearchPaths>
<OtherUnitFiles Value="../gtk/;../../units/$(TargetCPU)/$(TargetOS)/"/>
<UnitOutputDirectory Value="../../units/$(TargetCPU)/$(TargetOS)/gtk2"/>
<LCLWidgetType Value="gtk2"/>
</SearchPaths>
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Other>
<CustomOptions Value="-dGTK2"/>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Files Count="21">
<Item1>
<Filename Value="gtk2int.pas"/>
<UnitName Value="Gtk2Int"/>
</Item1>
<Item2>
<Filename Value="gtk2object.inc"/>
<Type Value="Include"/>
</Item2>
<Item3>
<Filename Value="gtk2winapi.inc"/>
<Type Value="Include"/>
</Item3>
<Item4>
<Filename Value="interfaces.pas"/>
<UnitName Value="Interfaces"/>
</Item4>
<Item5>
<Filename Value="../gtk/gtkcallback.inc"/>
<Type Value="Include"/>
</Item5>
<Item6>
<Filename Value="../gtk/gtkcomboboxcallback.inc"/>
<Type Value="Include"/>
</Item6>
<Item7>
<Filename Value="../gtk/gtkdef.pp"/>
<UnitName Value="GTKDef"/>
</Item7>
<Item8>
<Filename Value="../gtk/gtkdragcallback.inc"/>
<Type Value="Include"/>
</Item8>
<Item9>
<Filename Value="../gtk/gtkglobals.pp"/>
<UnitName Value="GTKGlobals"/>
</Item9>
<Item10>
<Filename Value="../gtk/gtkimages.lrs"/>
<Type Value="LRS"/>
</Item10>
<Item11>
<Filename Value="../gtk/gtkint.pp"/>
<UnitName Value="GtkInt"/>
</Item11>
<Item12>
<Filename Value="../gtk/gtklistsl.inc"/>
<Type Value="Include"/>
</Item12>
<Item13>
<Filename Value="../gtk/gtklistslh.inc"/>
<Type Value="Include"/>
</Item13>
<Item14>
<Filename Value="../gtk/gtklistviewcallback.inc"/>
<Type Value="Include"/>
</Item14>
<Item15>
<Filename Value="../gtk/gtkmsgqueue.pp"/>
<UnitName Value="GtkMsgQueue"/>
</Item15>
<Item16>
<Filename Value="../gtk/gtkobject.inc"/>
<Type Value="Include"/>
</Item16>
<Item17>
<Filename Value="../gtk/gtkproc.pp"/>
<UnitName Value="GTKProc"/>
</Item17>
<Item18>
<Filename Value="../gtk/gtkproc.inc"/>
<Type Value="Include"/>
</Item18>
<Item19>
<Filename Value="../gtk/gtkwinapi.inc"/>
<Type Value="Include"/>
</Item19>
<Item20>
<Filename Value="../gtk/gtkwinapih.inc"/>
<Type Value="Include"/>
</Item20>
<Item21>
<Filename Value="../gtk/gtkwinapiwindow.pp"/>
<UnitName Value="GTKWinapiWindow"/>
</Item21>
</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>
</CONFIG>

View File

@ -1,22 +0,0 @@
{ Diese Datei wurde automatisch von Lazarus erzeugt. Sie darf nicht bearbeitet
werden!
Dieser Quelltext dient nur dem Übersetzen und Installieren des Packages.
}
unit GTK2Interface;
interface
uses
Gtk2Int, Interfaces, GtkDef, GTKGlobals, GtkInt, GtkMsgQueue, GTKProc,
GTKWinapiWindow, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('GTK2Interface', @Register);
end.