mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 02:10:08 +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"/>
|
||||
<License Value="GPL"/>
|
||||
<Version Minor="1"/>
|
||||
<Files Count="15">
|
||||
<Files Count="16">
|
||||
<Item1>
|
||||
<Filename Value="lazfppkgmanagerintf.pas"/>
|
||||
<HasRegisterProc Value="True"/>
|
||||
@ -81,8 +81,11 @@
|
||||
<Item15>
|
||||
<Filename Value="fppkg_packagefileoptionsfrm.pas"/>
|
||||
<UnitName Value="fppkg_packagefileoptionsfrm"/>
|
||||
<FPMake AllOSes="False" AllCPUs="False"/>
|
||||
</Item15>
|
||||
<Item16>
|
||||
<Filename Value="fppkg_initializeoptionsfrm.pas"/>
|
||||
<UnitName Value="fppkg_initializeoptionsfrm"/>
|
||||
</Item16>
|
||||
</Files>
|
||||
<i18n>
|
||||
<EnableI18N Value="True"/>
|
||||
|
@ -10,7 +10,7 @@ interface
|
||||
uses
|
||||
lazfppkgmanagerintf, fppkg_const, fppkg_details, fppkg_mainfrm, fppkg_optionsfrm, laz_pkgrepos,
|
||||
FppkgWorkerThread, Fppkg_EnvironmentOptions, Fppkg_Interface, fppkg_packageoptionsfrm,
|
||||
fppkg_packagevariant, fppkg_packagefileoptionsfrm, LazarusPackageIntf;
|
||||
fppkg_packagevariant, fppkg_packagefileoptionsfrm, fppkg_initializeoptionsfrm, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user