mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 19:40:54 +02:00
lazutils,lclbase,lcl,synedit: Enabled possibility to use fpmake for building these packages
git-svn-id: trunk@59934 -
This commit is contained in:
parent
4a01e9b331
commit
a2e9341eb3
@ -3,7 +3,9 @@
|
|||||||
<Package Version="4">
|
<Package Version="4">
|
||||||
<Name Value="LazUtils"/>
|
<Name Value="LazUtils"/>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
|
<BuildMethod Value="Both"/>
|
||||||
<Author Value="Lazarus Team"/>
|
<Author Value="Lazarus Team"/>
|
||||||
|
<AutoUpdate Value="OnRebuildingAll"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
@ -431,10 +433,14 @@
|
|||||||
<EnableI18N Value="True"/>
|
<EnableI18N Value="True"/>
|
||||||
<OutDir Value="languages"/>
|
<OutDir Value="languages"/>
|
||||||
</i18n>
|
</i18n>
|
||||||
<RequiredPkgs Count="1">
|
<RequiredPkgs Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="FCL"/>
|
<PackageName Value="fcl-image"/>
|
||||||
|
<DependencyType Value="FPMake"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
|
<Item2>
|
||||||
|
<PackageName Value="FCL"/>
|
||||||
|
</Item2>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)"/>
|
<UnitPath Value="$(PkgOutDir)"/>
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<Name Value="SynEdit"/>
|
<Name Value="SynEdit"/>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
|
<BuildMethod Value="Both"/>
|
||||||
<Author Value="Lazarus Team, SynEdit"/>
|
<Author Value="Lazarus Team, SynEdit"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
@ -14,9 +15,6 @@
|
|||||||
<VerifyObjMethodCallValidity Value="True"/>
|
<VerifyObjMethodCallValidity Value="True"/>
|
||||||
</CodeGeneration>
|
</CodeGeneration>
|
||||||
<Other>
|
<Other>
|
||||||
<Verbosity>
|
|
||||||
<ShowGenInfo Value="False"/>
|
|
||||||
</Verbosity>
|
|
||||||
<CompilerMessages>
|
<CompilerMessages>
|
||||||
<IgnoredMessages idx5024="True" idx4055="True"/>
|
<IgnoredMessages idx5024="True" idx4055="True"/>
|
||||||
</CompilerMessages>
|
</CompilerMessages>
|
||||||
@ -50,6 +48,11 @@ If you wish to allow use of your version of these files only under the terms of
|
|||||||
<Filename Value="lazsynimm.pas"/>
|
<Filename Value="lazsynimm.pas"/>
|
||||||
<AddToUsesPkgSection Value="False"/>
|
<AddToUsesPkgSection Value="False"/>
|
||||||
<UnitName Value="LazSynIMM"/>
|
<UnitName Value="LazSynIMM"/>
|
||||||
|
<CustomOptions Items="FPMake" Version="2">
|
||||||
|
<_FPMake Items="TargetOSes">
|
||||||
|
<_TargetOSes Value="win32,win64"/>
|
||||||
|
</_FPMake>
|
||||||
|
</CustomOptions>
|
||||||
</Item3>
|
</Item3>
|
||||||
<Item4>
|
<Item4>
|
||||||
<Filename Value="synedit.pp"/>
|
<Filename Value="synedit.pp"/>
|
||||||
@ -355,11 +358,11 @@ If you wish to allow use of your version of these files only under the terms of
|
|||||||
</Item78>
|
</Item78>
|
||||||
<Item79>
|
<Item79>
|
||||||
<Filename Value="synedittextsystemcharwidth.pas"/>
|
<Filename Value="synedittextsystemcharwidth.pas"/>
|
||||||
<UnitName Value="synedittextsystemcharwidth"/>
|
<UnitName Value="SynEditTextSystemCharWidth"/>
|
||||||
</Item79>
|
</Item79>
|
||||||
<Item80>
|
<Item80>
|
||||||
<Filename Value="syneditmarkupifdef.pp"/>
|
<Filename Value="syneditmarkupifdef.pp"/>
|
||||||
<UnitName Value="syneditmarkupifdef"/>
|
<UnitName Value="SynEditMarkupIfDef"/>
|
||||||
</Item80>
|
</Item80>
|
||||||
<Item81>
|
<Item81>
|
||||||
<Filename Value="synpluginmulticaret.pp"/>
|
<Filename Value="synpluginmulticaret.pp"/>
|
||||||
@ -379,10 +382,18 @@ If you wish to allow use of your version of these files only under the terms of
|
|||||||
<EnableI18N Value="True"/>
|
<EnableI18N Value="True"/>
|
||||||
<OutDir Value="languages"/>
|
<OutDir Value="languages"/>
|
||||||
</i18n>
|
</i18n>
|
||||||
<RequiredPkgs Count="1">
|
<RequiredPkgs Count="3">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="LCL"/>
|
<PackageName Value="fcl-registry"/>
|
||||||
|
<DependencyType Value="FPMake"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
|
<Item2>
|
||||||
|
<PackageName Value="regexpr"/>
|
||||||
|
<DependencyType Value="FPMake"/>
|
||||||
|
</Item2>
|
||||||
|
<Item3>
|
||||||
|
<PackageName Value="LCL"/>
|
||||||
|
</Item3>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)"/>
|
<UnitPath Value="$(PkgOutDir)"/>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,9 @@
|
|||||||
<Package Version="4">
|
<Package Version="4">
|
||||||
<Name Value="LCLBase"/>
|
<Name Value="LCLBase"/>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
|
<BuildMethod Value="Both"/>
|
||||||
<Author Value="Lazarus"/>
|
<Author Value="Lazarus"/>
|
||||||
|
<AutoUpdate Value="OnRebuildingAll"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
@ -1186,10 +1188,14 @@
|
|||||||
<EnableI18N Value="True"/>
|
<EnableI18N Value="True"/>
|
||||||
<OutDir Value="languages"/>
|
<OutDir Value="languages"/>
|
||||||
</i18n>
|
</i18n>
|
||||||
<RequiredPkgs Count="1">
|
<RequiredPkgs Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="LazUtils"/>
|
<PackageName Value="chm"/>
|
||||||
|
<DependencyType Value="FPMake"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
|
<Item2>
|
||||||
|
<PackageName Value="LazUtils"/>
|
||||||
|
</Item2>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)"/>
|
<UnitPath Value="$(PkgOutDir)"/>
|
||||||
@ -1197,8 +1203,35 @@
|
|||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
</PublishOptions>
|
</PublishOptions>
|
||||||
<CustomOptions Items="ExternHelp" Version="2">
|
<CustomOptions Items="ExternHelp/Fppkg" Version="2">
|
||||||
<_ExternHelp Items="Count"/>
|
<_ExternHelp Items="Count"/>
|
||||||
|
<_Fppkg Items="CustomCodeCount/CustomCodeItem1/CustomCodeItem2/CustomCodeItem3/CustomCodeItem4/CustomCodeItem5/CustomCodeItem6/CustomCodeItem7/PackageVariants">
|
||||||
|
<_CustomCodeCount Value="6"/>
|
||||||
|
<_CustomCodeItem1 Items="Value">
|
||||||
|
<_Value Value=" P.InstallFiles.Add('cursors.res', '$(unitinstalldir)');"/>
|
||||||
|
</_CustomCodeItem1>
|
||||||
|
<_CustomCodeItem2 Items="Value">
|
||||||
|
<_Value Value=" P.InstallFiles.Add('btn_icons.res', '$(unitinstalldir)');"/>
|
||||||
|
</_CustomCodeItem2>
|
||||||
|
<_CustomCodeItem3 Items="Value">
|
||||||
|
<_Value Value=" P.InstallFiles.Add('dialog_icons.res', '$(unitinstalldir)');"/>
|
||||||
|
</_CustomCodeItem3>
|
||||||
|
<_CustomCodeItem4 Items="Value">
|
||||||
|
<_Value Value=" P.InstallFiles.Add('lcl_grid_images.res', '$(unitinstalldir)');"/>
|
||||||
|
</_CustomCodeItem4>
|
||||||
|
<_CustomCodeItem5 Items="Value">
|
||||||
|
<_Value Value=" P.InstallFiles.Add('lcl_edbtnimg.res', '$(unitinstalldir)');"/>
|
||||||
|
</_CustomCodeItem5>
|
||||||
|
<_CustomCodeItem6 Items="Value">
|
||||||
|
<_Value Value=" P.InstallFiles.Add('lcl_dock_images.res', '$(unitinstalldir)');"/>
|
||||||
|
</_CustomCodeItem6>
|
||||||
|
<_CustomCodeItem7 Items="Value">
|
||||||
|
<_Value Value=" P.InstallFiles.Add('lcl_dock_images.res', '$(unitinstalldir)');"/>
|
||||||
|
</_CustomCodeItem7>
|
||||||
|
<_PackageVariants Items="Items">
|
||||||
|
<_Items Items="Count"/>
|
||||||
|
</_PackageVariants>
|
||||||
|
</_Fppkg>
|
||||||
</CustomOptions>
|
</CustomOptions>
|
||||||
</Package>
|
</Package>
|
||||||
</CONFIG>
|
</CONFIG>
|
||||||
|
Loading…
Reference in New Issue
Block a user