started fcl_unicodertl.lpk

This commit is contained in:
mattias 2024-03-25 20:17:02 +01:00
parent e0972c8809
commit 55dba98e1f
2 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1 @@
$(LazarusDir)/packager/registration/fcl_unicodertl.lpk

View 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>