Adjust PngComponents files to match standard directory names.

TODO: Create seperate packages for D10 + D11 - not doable by this commit after having renamed the packages directory and its files.
This commit is contained in:
Ansgar Becker
2008-02-29 23:38:58 +00:00
parent 7b4ce12864
commit 45bc241c26
21 changed files with 17 additions and 358 deletions

View File

@ -1,35 +0,0 @@
package PNG_D5;
{$ALIGN ON}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD OFF}
{$DESCRIPTION 'PNG image runtime/designtime'}
requires
vcl50;
contains
pngimage in '..\Source\pngimage.pas',
pnglang in '..\Source\pnglang.pas',
pngzlib in '..\Source\pngzlib.pas';
end.

View File

@ -1,36 +0,0 @@
package PNG_D6;
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD OFF}
{$DESCRIPTION 'PNG image runtime/designtime'}
requires
rtl,
vcl;
contains
pngimage in '..\Source\pngimage.pas',
pnglang in '..\Source\pnglang.pas',
pngzlib in '..\Source\pngzlib.pas';
end.

View File

@ -1,36 +0,0 @@
package PNG_D9;
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD OFF}
{$DESCRIPTION 'PNG image runtime/designtime'}
requires
vcl,
rtl;
contains
pngimage in '..\Source\pngimage.pas',
pnglang in '..\Source\pnglang.pas',
pngzlib in '..\Source\pngzlib.pas';
end.

View File

@ -1,40 +0,0 @@
package PngComponentsD5;
{$ALIGN ON}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Png components'}
{$RUNONLY}
{$IMPLICITBUILD ON}
requires
PNG_D5,
VCLX50;
contains
PngSpeedButton in '..\Source\PngSpeedButton.pas',
PngFunctions in '..\Source\PngFunctions.pas',
PngImageList in '..\Source\PngImageList.pas',
PngBitBtn in '..\Source\PngBitBtn.pas',
PngButtonFunctions in '..\Source\PngButtonFunctions.pas',
PngCheckListBox in '..\Source\PngCheckListBox.pas';
end.

View File

@ -1,36 +0,0 @@
package PngComponentsD5D;
{$R '..\Design\PngComponents.dcr'}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Png components designtime'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}
requires
PngComponentsD5;
contains
PngComponentsRegister in '..\Design\PngComponentsRegister.pas',
PngComponentEditors in '..\Design\PngComponentEditors.pas',
PngImageListEditor in '..\Design\PngImageListEditor.pas';
end.

View File

@ -1,41 +0,0 @@
package PngComponentsD6;
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD OFF}
{$DESCRIPTION 'Png components'}
requires
rtl,
vcl,
vclx,
PNG_D6;
contains
PngSpeedButton in '..\Source\PngSpeedButton.pas',
PngButtonFunctions in '..\Source\PngButtonFunctions.pas',
PngCheckListBox in '..\Source\PngCheckListBox.pas',
PngFunctions in '..\Source\PngFunctions.pas',
PngImageList in '..\Source\PngImageList.pas',
PngBitBtn in '..\Source\PngBitBtn.pas';
end.

View File

@ -1,37 +0,0 @@
package PngComponentsD6D;
{$R '..\Design\PngComponents.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$IMPLICITBUILD OFF}
{$DESCRIPTION 'Png components designtime'}
requires
designide,
PngComponentsD6;
contains
PngImageListEditor in '..\Design\PngImageListEditor.pas',
PngComponentsRegister in '..\Design\PngComponentsRegister.pas',
PngComponentEditors in '..\Design\PngComponentEditors.pas';
end.

View File

@ -1,42 +0,0 @@
package PngComponentsD7;
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Png components'}
{$RUNONLY}
{$IMPLICITBUILD ON}
requires
vclactnband,
vcl,
rtl,
PNG_D7;
contains
PngSpeedButton in '..\Source\PngSpeedButton.pas',
PngFunctions in '..\Source\PngFunctions.pas',
PngImageList in '..\Source\PngImageList.pas',
PngBitBtn in '..\Source\PngBitBtn.pas',
PngButtonFunctions in '..\Source\PngButtonFunctions.pas',
PngCheckListBox in '..\Source\PngCheckListBox.pas';
end.

View File

@ -1,38 +0,0 @@
package PngComponentsD9D;
{$R '..\Design\PngComponents.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Png components designtime'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}
requires
designide,
PngComponentsD9;
contains
PngComponentsRegister in '..\Design\PngComponentsRegister.pas',
PngComponentEditors in '..\Design\PngComponentEditors.pas',
PngImageListEditor in '..\Design\PngImageListEditor.pas' {PngImageListEditorDlg};
end.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 744 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 879 B

View File

@ -1,4 +1,4 @@
package PNG_D7;
package PNG;
{$ALIGN 8}
{$ASSERTIONS ON}
@ -29,8 +29,8 @@ requires
rtl;
contains
pngimage in '..\Source\pngimage.pas',
pnglang in '..\Source\pnglang.pas',
pngzlib in '..\Source\pngzlib.pas';
pngimage in '..\source\pngimage.pas',
pnglang in '..\source\pnglang.pas',
pngzlib in '..\source\pngzlib.pas';
end.

View File

@ -1,4 +1,4 @@
package PngComponentsD9;
package PngComponents;
{$ALIGN 8}
{$ASSERTIONS ON}
@ -29,14 +29,14 @@ requires
vclactnband,
vcl,
rtl,
PNG_D9;
PNG;
contains
PngSpeedButton in '..\Source\PngSpeedButton.pas',
PngFunctions in '..\Source\PngFunctions.pas',
PngImageList in '..\Source\PngImageList.pas',
PngBitBtn in '..\Source\PngBitBtn.pas',
PngButtonFunctions in '..\Source\PngButtonFunctions.pas',
PngCheckListBox in '..\Source\PngCheckListBox.pas';
PngSpeedButton in '..\source\PngSpeedButton.pas',
PngFunctions in '..\source\PngFunctions.pas',
PngImageList in '..\source\PngImageList.pas',
PngBitBtn in '..\source\PngBitBtn.pas',
PngButtonFunctions in '..\source\PngButtonFunctions.pas',
PngCheckListBox in '..\source\PngCheckListBox.pas';
end.

View File

@ -1,4 +1,4 @@
package PngComponentsD7D;
package PngComponentsD;
{$R '..\Design\PngComponents.dcr'}
{$ALIGN 8}
@ -28,11 +28,11 @@ package PngComponentsD7D;
requires
designide,
PngComponentsD7;
PngComponents;
contains
PngComponentsRegister in '..\Design\PngComponentsRegister.pas',
PngComponentEditors in '..\Design\PngComponentEditors.pas',
PngImageListEditor in '..\Design\PngImageListEditor.pas' {PngImageListEditorDlg};
PngComponentsRegister in '..\source\PngComponentsRegister.pas',
PngComponentEditors in '..\source\PngComponentEditors.pas',
PngImageListEditor in '..\source\PngImageListEditor.pas' {PngImageListEditorDlg};
end.