From ff71f59feed05a1637fef0fb15e84d044df3cadf Mon Sep 17 00:00:00 2001 From: "rosenfield.albert" Date: Tue, 17 Jun 2008 09:00:03 +0000 Subject: [PATCH] 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. --- .../packages/delphi11/PngComponentsD.dpk | 9 +++++++++ .../packages/delphi11/PngComponentsD.dproj | 15 ++++++++++++--- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/components/pngcomponents/packages/delphi11/PngComponentsD.dpk b/components/pngcomponents/packages/delphi11/PngComponentsD.dpk index 6a83a7d6..8b782270 100644 --- a/components/pngcomponents/packages/delphi11/PngComponentsD.dpk +++ b/components/pngcomponents/packages/delphi11/PngComponentsD.dpk @@ -31,6 +31,15 @@ requires designide; 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', PngComponentEditors in '..\..\source\PngComponentEditors.pas', PngImageListEditor in '..\..\source\PngImageListEditor.pas' {PngImageListEditorDlg}; diff --git a/components/pngcomponents/packages/delphi11/PngComponentsD.dproj b/components/pngcomponents/packages/delphi11/PngComponentsD.dproj index 7c870a8f..6fbabe08 100644 --- a/components/pngcomponents/packages/delphi11/PngComponentsD.dproj +++ b/components/pngcomponents/packages/delphi11/PngComponentsD.dproj @@ -1,4 +1,4 @@ - + {86eae7f6-8975-4793-8cd9-a56637d060d5} @@ -6,7 +6,7 @@ Debug AnyCPU DCC32 - ..\..\build\PngComponentsD.bpl + ..\..\build\PngComponentsD110.bpl 7.0 @@ -38,13 +38,22 @@ MainSource + + + + + +
PngImageListEditorDlg
+ + + -
\ No newline at end of file +