mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 03:00:24 +02:00
started fcl_unicodertl.lpk
This commit is contained in:
parent
e0972c8809
commit
55dba98e1f
1
packager/globallinks/fcl_unicodertl-1.0.1.lpl
Normal file
1
packager/globallinks/fcl_unicodertl-1.0.1.lpl
Normal file
@ -0,0 +1 @@
|
|||||||
|
$(LazarusDir)/packager/registration/fcl_unicodertl.lpk
|
82
packager/registration/fcl_unicodertl.lpk
Normal file
82
packager/registration/fcl_unicodertl.lpk
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<CONFIG>
|
||||||
|
<Package Version="5">
|
||||||
|
<Name Value="FCL_UnicodeRTL"/>
|
||||||
|
<Type Value="RunAndDesignTime"/>
|
||||||
|
<BuildMethod Value="Both"/>
|
||||||
|
<Author Value="Lazarus"/>
|
||||||
|
<CompilerOptions>
|
||||||
|
<Version Value="11"/>
|
||||||
|
<SearchPaths>
|
||||||
|
<UnitOutputDirectory Value="../units/$(TargetCPU)-$(TargetOS)"/>
|
||||||
|
</SearchPaths>
|
||||||
|
<Other>
|
||||||
|
<CustomOptions Value="$(IDEBuildOptions)"/>
|
||||||
|
</Other>
|
||||||
|
</CompilerOptions>
|
||||||
|
<Description Value="The FCL - FreePascal Component Library provides the base classes for object pascal. The FCL_UnicodeRTL is the FCL for the subtarget UnicodeRTL, which uses dotted unitnames and the default String is UnicodeString."/>
|
||||||
|
<License Value="modified LGPL-2"/>
|
||||||
|
<Version Major="1" Release="1"/>
|
||||||
|
<Files Count="8">
|
||||||
|
<Item1>
|
||||||
|
<Filename Value="lazaruspackageintf.pas"/>
|
||||||
|
<AddToUsesPkgSection Value="False"/>
|
||||||
|
<UnitName Value="LazarusPackageIntf"/>
|
||||||
|
</Item1>
|
||||||
|
<Item2>
|
||||||
|
<Filename Value="Data.Db.pas"/>
|
||||||
|
<Type Value="Virtual Unit"/>
|
||||||
|
<UnitName Value="Data.Db"/>
|
||||||
|
</Item2>
|
||||||
|
<Item3>
|
||||||
|
<Filename Value="System.Process.pas"/>
|
||||||
|
<Type Value="Virtual Unit"/>
|
||||||
|
<UnitName Value="System.Process"/>
|
||||||
|
</Item3>
|
||||||
|
<Item4>
|
||||||
|
<Filename Value="System.SimpleIpc.pas"/>
|
||||||
|
<Type Value="Virtual Unit"/>
|
||||||
|
<UnitName Value="System.SimpleIpc"/>
|
||||||
|
</Item4>
|
||||||
|
<Item5>
|
||||||
|
<Filename Value="Fcl.EventLog.pas"/>
|
||||||
|
<Type Value="Virtual Unit"/>
|
||||||
|
<UnitName Value="Fcl.EventLog"/>
|
||||||
|
</Item5>
|
||||||
|
<Item6>
|
||||||
|
<Filename Value="XMLConf.pas"/>
|
||||||
|
<Type Value="Virtual Unit"/>
|
||||||
|
<UnitName Value="XMLConf"/>
|
||||||
|
</Item6>
|
||||||
|
<Item7>
|
||||||
|
<Filename Value="fcllaz.pas"/>
|
||||||
|
<Type Value="Main Unit"/>
|
||||||
|
<UnitName Value="fcllaz"/>
|
||||||
|
</Item7>
|
||||||
|
<Item8>
|
||||||
|
<Filename Value="System.Win.ServiceManager.pas"/>
|
||||||
|
<Type Value="Virtual Unit"/>
|
||||||
|
<AddToUsesPkgSection Value="False"/>
|
||||||
|
<UnitName Value="System.Win.ServiceManager"/>
|
||||||
|
</Item8>
|
||||||
|
</Files>
|
||||||
|
<CompatibilityMode Value="True"/>
|
||||||
|
<LazDoc Paths="docs"/>
|
||||||
|
<RequiredPkgs Count="2">
|
||||||
|
<Item1>
|
||||||
|
<PackageName Value="fcl-process"/>
|
||||||
|
<DependencyType Value="FPMake"/>
|
||||||
|
</Item1>
|
||||||
|
<Item2>
|
||||||
|
<PackageName Value="fcl-db"/>
|
||||||
|
<DependencyType Value="FPMake"/>
|
||||||
|
</Item2>
|
||||||
|
</RequiredPkgs>
|
||||||
|
<UsageOptions>
|
||||||
|
<UnitPath Value="$(PkgOutDir)"/>
|
||||||
|
</UsageOptions>
|
||||||
|
<PublishOptions>
|
||||||
|
<Version Value="2"/>
|
||||||
|
</PublishOptions>
|
||||||
|
</Package>
|
||||||
|
</CONFIG>
|
Loading…
Reference in New Issue
Block a user