mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 21:20:30 +02:00
Fppkg: fppkg_initializeoptionsfrm.pas added to project
git-svn-id: trunk@59966 -
This commit is contained in:
parent
0d0fab67b2
commit
8cba1e0f88
@ -19,7 +19,7 @@
|
|||||||
<Description Value="A packagemanager based on FPC's fppkg"/>
|
<Description Value="A packagemanager based on FPC's fppkg"/>
|
||||||
<License Value="GPL"/>
|
<License Value="GPL"/>
|
||||||
<Version Minor="1"/>
|
<Version Minor="1"/>
|
||||||
<Files Count="15">
|
<Files Count="16">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="lazfppkgmanagerintf.pas"/>
|
<Filename Value="lazfppkgmanagerintf.pas"/>
|
||||||
<HasRegisterProc Value="True"/>
|
<HasRegisterProc Value="True"/>
|
||||||
@ -81,8 +81,11 @@
|
|||||||
<Item15>
|
<Item15>
|
||||||
<Filename Value="fppkg_packagefileoptionsfrm.pas"/>
|
<Filename Value="fppkg_packagefileoptionsfrm.pas"/>
|
||||||
<UnitName Value="fppkg_packagefileoptionsfrm"/>
|
<UnitName Value="fppkg_packagefileoptionsfrm"/>
|
||||||
<FPMake AllOSes="False" AllCPUs="False"/>
|
|
||||||
</Item15>
|
</Item15>
|
||||||
|
<Item16>
|
||||||
|
<Filename Value="fppkg_initializeoptionsfrm.pas"/>
|
||||||
|
<UnitName Value="fppkg_initializeoptionsfrm"/>
|
||||||
|
</Item16>
|
||||||
</Files>
|
</Files>
|
||||||
<i18n>
|
<i18n>
|
||||||
<EnableI18N Value="True"/>
|
<EnableI18N Value="True"/>
|
||||||
|
@ -10,7 +10,7 @@ interface
|
|||||||
uses
|
uses
|
||||||
lazfppkgmanagerintf, fppkg_const, fppkg_details, fppkg_mainfrm, fppkg_optionsfrm, laz_pkgrepos,
|
lazfppkgmanagerintf, fppkg_const, fppkg_details, fppkg_mainfrm, fppkg_optionsfrm, laz_pkgrepos,
|
||||||
FppkgWorkerThread, Fppkg_EnvironmentOptions, Fppkg_Interface, fppkg_packageoptionsfrm,
|
FppkgWorkerThread, Fppkg_EnvironmentOptions, Fppkg_Interface, fppkg_packageoptionsfrm,
|
||||||
fppkg_packagevariant, fppkg_packagefileoptionsfrm, LazarusPackageIntf;
|
fppkg_packagevariant, fppkg_packagefileoptionsfrm, fppkg_initializeoptionsfrm, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user