mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 20:55:59 +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">
|
||||
<Name Value="LazUtils"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<BuildMethod Value="Both"/>
|
||||
<Author Value="Lazarus Team"/>
|
||||
<AutoUpdate Value="OnRebuildingAll"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<SearchPaths>
|
||||
@ -431,10 +433,14 @@
|
||||
<EnableI18N Value="True"/>
|
||||
<OutDir Value="languages"/>
|
||||
</i18n>
|
||||
<RequiredPkgs Count="1">
|
||||
<RequiredPkgs Count="2">
|
||||
<Item1>
|
||||
<PackageName Value="FCL"/>
|
||||
<PackageName Value="fcl-image"/>
|
||||
<DependencyType Value="FPMake"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<PackageName Value="FCL"/>
|
||||
</Item2>
|
||||
</RequiredPkgs>
|
||||
<UsageOptions>
|
||||
<UnitPath Value="$(PkgOutDir)"/>
|
||||
|
@ -4,6 +4,7 @@
|
||||
<PathDelim Value="\"/>
|
||||
<Name Value="SynEdit"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<BuildMethod Value="Both"/>
|
||||
<Author Value="Lazarus Team, SynEdit"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
@ -14,9 +15,6 @@
|
||||
<VerifyObjMethodCallValidity Value="True"/>
|
||||
</CodeGeneration>
|
||||
<Other>
|
||||
<Verbosity>
|
||||
<ShowGenInfo Value="False"/>
|
||||
</Verbosity>
|
||||
<CompilerMessages>
|
||||
<IgnoredMessages idx5024="True" idx4055="True"/>
|
||||
</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"/>
|
||||
<AddToUsesPkgSection Value="False"/>
|
||||
<UnitName Value="LazSynIMM"/>
|
||||
<CustomOptions Items="FPMake" Version="2">
|
||||
<_FPMake Items="TargetOSes">
|
||||
<_TargetOSes Value="win32,win64"/>
|
||||
</_FPMake>
|
||||
</CustomOptions>
|
||||
</Item3>
|
||||
<Item4>
|
||||
<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>
|
||||
<Item79>
|
||||
<Filename Value="synedittextsystemcharwidth.pas"/>
|
||||
<UnitName Value="synedittextsystemcharwidth"/>
|
||||
<UnitName Value="SynEditTextSystemCharWidth"/>
|
||||
</Item79>
|
||||
<Item80>
|
||||
<Filename Value="syneditmarkupifdef.pp"/>
|
||||
<UnitName Value="syneditmarkupifdef"/>
|
||||
<UnitName Value="SynEditMarkupIfDef"/>
|
||||
</Item80>
|
||||
<Item81>
|
||||
<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"/>
|
||||
<OutDir Value="languages"/>
|
||||
</i18n>
|
||||
<RequiredPkgs Count="1">
|
||||
<RequiredPkgs Count="3">
|
||||
<Item1>
|
||||
<PackageName Value="LCL"/>
|
||||
<PackageName Value="fcl-registry"/>
|
||||
<DependencyType Value="FPMake"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<PackageName Value="regexpr"/>
|
||||
<DependencyType Value="FPMake"/>
|
||||
</Item2>
|
||||
<Item3>
|
||||
<PackageName Value="LCL"/>
|
||||
</Item3>
|
||||
</RequiredPkgs>
|
||||
<UsageOptions>
|
||||
<UnitPath Value="$(PkgOutDir)"/>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,9 @@
|
||||
<Package Version="4">
|
||||
<Name Value="LCLBase"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<BuildMethod Value="Both"/>
|
||||
<Author Value="Lazarus"/>
|
||||
<AutoUpdate Value="OnRebuildingAll"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<SearchPaths>
|
||||
@ -1186,10 +1188,14 @@
|
||||
<EnableI18N Value="True"/>
|
||||
<OutDir Value="languages"/>
|
||||
</i18n>
|
||||
<RequiredPkgs Count="1">
|
||||
<RequiredPkgs Count="2">
|
||||
<Item1>
|
||||
<PackageName Value="LazUtils"/>
|
||||
<PackageName Value="chm"/>
|
||||
<DependencyType Value="FPMake"/>
|
||||
</Item1>
|
||||
<Item2>
|
||||
<PackageName Value="LazUtils"/>
|
||||
</Item2>
|
||||
</RequiredPkgs>
|
||||
<UsageOptions>
|
||||
<UnitPath Value="$(PkgOutDir)"/>
|
||||
@ -1197,8 +1203,35 @@
|
||||
<PublishOptions>
|
||||
<Version Value="2"/>
|
||||
</PublishOptions>
|
||||
<CustomOptions Items="ExternHelp" Version="2">
|
||||
<CustomOptions Items="ExternHelp/Fppkg" Version="2">
|
||||
<_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>
|
||||
</Package>
|
||||
</CONFIG>
|
||||
|
Loading…
Reference in New Issue
Block a user