mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 18:12:05 +08:00
Fix compiler warning 1033 by importing units (that the compiler decides to import automatically anyway).
Note that PngComponentsD110 builds correctly without PNG or PngComponents built, for some reason, unlike the other runtime/designtime packages.
This commit is contained in:
@ -31,6 +31,15 @@ requires
|
|||||||
designide;
|
designide;
|
||||||
|
|
||||||
contains
|
contains
|
||||||
|
PngSpeedButton in '..\..\source\PngSpeedButton.pas',
|
||||||
|
PngCheckListBox in '..\..\source\PngCheckListBox.pas',
|
||||||
|
PngButtonFunctions in '..\..\source\PngButtonFunctions.pas',
|
||||||
|
PngBitBtn in '..\..\source\PngBitBtn.pas',
|
||||||
|
pngzlib in '..\..\source\pngzlib.pas',
|
||||||
|
pnglang in '..\..\source\pnglang.pas',
|
||||||
|
PngFunctions in '..\..\source\PngFunctions.pas',
|
||||||
|
PngImageList in '..\..\source\PngImageList.pas',
|
||||||
|
pngimage in '..\..\source\pngimage.pas',
|
||||||
PngComponentsRegister in '..\..\source\PngComponentsRegister.pas',
|
PngComponentsRegister in '..\..\source\PngComponentsRegister.pas',
|
||||||
PngComponentEditors in '..\..\source\PngComponentEditors.pas',
|
PngComponentEditors in '..\..\source\PngComponentEditors.pas',
|
||||||
PngImageListEditor in '..\..\source\PngImageListEditor.pas' {PngImageListEditorDlg};
|
PngImageListEditor in '..\..\source\PngImageListEditor.pas' {PngImageListEditorDlg};
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ProjectGuid>{86eae7f6-8975-4793-8cd9-a56637d060d5}</ProjectGuid>
|
<ProjectGuid>{86eae7f6-8975-4793-8cd9-a56637d060d5}</ProjectGuid>
|
||||||
@ -6,7 +6,7 @@
|
|||||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||||
<DCC_DependencyCheckOutputName>..\..\build\PngComponentsD.bpl</DCC_DependencyCheckOutputName>
|
<DCC_DependencyCheckOutputName>..\..\build\PngComponentsD110.bpl</DCC_DependencyCheckOutputName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<Version>7.0</Version>
|
<Version>7.0</Version>
|
||||||
@ -38,13 +38,22 @@
|
|||||||
<DelphiCompile Include="PngComponentsD.dpk">
|
<DelphiCompile Include="PngComponentsD.dpk">
|
||||||
<MainSource>MainSource</MainSource>
|
<MainSource>MainSource</MainSource>
|
||||||
</DelphiCompile>
|
</DelphiCompile>
|
||||||
|
<DCCReference Include="..\..\source\PngBitBtn.pas" />
|
||||||
|
<DCCReference Include="..\..\source\PngButtonFunctions.pas" />
|
||||||
|
<DCCReference Include="..\..\source\PngCheckListBox.pas" />
|
||||||
<DCCReference Include="..\..\source\PngComponentEditors.pas" />
|
<DCCReference Include="..\..\source\PngComponentEditors.pas" />
|
||||||
<DCCReference Include="..\..\source\PngComponents.dcr" />
|
<DCCReference Include="..\..\source\PngComponents.dcr" />
|
||||||
<DCCReference Include="..\..\source\PngComponents.dcr" />
|
<DCCReference Include="..\..\source\PngComponents.dcr" />
|
||||||
<DCCReference Include="..\..\source\PngComponentsRegister.pas" />
|
<DCCReference Include="..\..\source\PngComponentsRegister.pas" />
|
||||||
|
<DCCReference Include="..\..\source\PngFunctions.pas" />
|
||||||
|
<DCCReference Include="..\..\source\pngimage.pas" />
|
||||||
|
<DCCReference Include="..\..\source\PngImageList.pas" />
|
||||||
<DCCReference Include="..\..\source\PngImageListEditor.pas">
|
<DCCReference Include="..\..\source\PngImageListEditor.pas">
|
||||||
<Form>PngImageListEditorDlg</Form>
|
<Form>PngImageListEditorDlg</Form>
|
||||||
</DCCReference>
|
</DCCReference>
|
||||||
<DCCReference Include="designide.dcp" />
|
<DCCReference Include="designide.dcp" />
|
||||||
|
<DCCReference Include="..\..\source\pnglang.pas" />
|
||||||
|
<DCCReference Include="..\..\source\PngSpeedButton.pas" />
|
||||||
|
<DCCReference Include="..\..\source\pngzlib.pas" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Reference in New Issue
Block a user