Include "$(IDEBuildOptions)" macro in compiler options for some packages. Issue #36468, patch from Cyrax.

git-svn-id: trunk@62441 -
This commit is contained in:
juha 2019-12-23 21:01:19 +00:00
parent 315a844105
commit dab82b8dae
3 changed files with 15 additions and 14 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="5">
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Name Value="DateTimeCtrls"/> <Name Value="DateTimeCtrls"/>
<Type Value="RunAndDesignTime"/> <Type Value="RunAndDesignTime"/>
@ -17,8 +17,11 @@
<OptimizationLevel Value="2"/> <OptimizationLevel Value="2"/>
</Optimizations> </Optimizations>
</CodeGeneration> </CodeGeneration>
<Other>
<CustomOptions Value="$(IDEBuildOptions)"/>
</Other>
</CompilerOptions> </CompilerOptions>
<Description Value="TDateTimePicker - the cross-platform control behaving much like VCL's TDateTimePicker. TDBDateTimePicker - the data-aware version of TDateTimePicker"/> <Description Value="TDateTimePicker - the cross-platform control behaving much like VCL&apos;s TDateTimePicker. TDBDateTimePicker - the data-aware version of TDateTimePicker"/>
<License Value="Modified LGPL"/> <License Value="Modified LGPL"/>
<Version Major="1" Minor="5" Release="1"/> <Version Major="1" Minor="5" Release="1"/>
<Files Count="4"> <Files Count="4">
@ -49,7 +52,6 @@
</UsageOptions> </UsageOptions>
<PublishOptions> <PublishOptions>
<Version Value="2"/> <Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions> </PublishOptions>
<CustomOptions Items="ExternHelp" Version="2"> <CustomOptions Items="ExternHelp" Version="2">
<_ExternHelp Items="Count"/> <_ExternHelp Items="Count"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="5">
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Name Value="DateTimeCtrlsDsgn"/> <Name Value="DateTimeCtrlsDsgn"/>
<Type Value="RunAndDesignTime"/> <Type Value="RunAndDesignTime"/>
@ -13,8 +13,11 @@
<OtherUnitFiles Value="."/> <OtherUnitFiles Value="."/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/>
</SearchPaths> </SearchPaths>
<Other>
<CustomOptions Value="$(IDEBuildOptions)"/>
</Other>
</CompilerOptions> </CompilerOptions>
<Description Value="TDateTimePicker - the cross-platform control behaving much like VCL's TDateTimePicker. TDBDateTimePicker - the data-aware version of TDateTimePicker"/> <Description Value="TDateTimePicker - the cross-platform control behaving much like VCL&apos;s TDateTimePicker. TDBDateTimePicker - the data-aware version of TDateTimePicker"/>
<License Value="Modified LGPL"/> <License Value="Modified LGPL"/>
<Version Major="1" Minor="5" Release="1"/> <Version Major="1" Minor="5" Release="1"/>
<Files Count="3"> <Files Count="3">

View File

@ -1,18 +1,16 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<CONFIG> <CONFIG>
<Package Version="4"> <Package Version="5">
<Name Value="MultiThreadProcsLaz"/> <Name Value="MultiThreadProcsLaz"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Mattias Gaertner mattias@freepascal.org"/> <Author Value="Mattias Gaertner mattias@freepascal.org"/>
<CompilerOptions> <CompilerOptions>
<Version Value="10"/> <Version Value="11"/>
<SearchPaths> <SearchPaths>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Other> <Other>
<CompilerMessages> <CustomOptions Value="$(IDEBuildOptions)"/>
<UseMsgFile Value="True"/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other> </Other>
</CompilerOptions> </CompilerOptions>
<Description Value="Running procedures and methods parallel via a thread pool."/> <Description Value="Running procedures and methods parallel via a thread pool."/>
@ -32,7 +30,6 @@
<UnitName Value="MTPCPU"/> <UnitName Value="MTPCPU"/>
</Item3> </Item3>
</Files> </Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="1"> <RequiredPkgs Count="1">
<Item1> <Item1>
<PackageName Value="FCL"/> <PackageName Value="FCL"/>
@ -45,7 +42,6 @@
</UsageOptions> </UsageOptions>
<PublishOptions> <PublishOptions>
<Version Value="2"/> <Version Value="2"/>
<IgnoreBinaries Value="False"/>
</PublishOptions> </PublishOptions>
</Package> </Package>
</CONFIG> </CONFIG>