* Uniformity: also use 'libsuffix' for png components.

* Include png components when installing design-time controls in the IDE.
This commit is contained in:
rosenfield
2008-04-28 11:09:22 +00:00
parent e9bf0cfe8b
commit ad68b92264
3 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,7 @@ package PngComponentsD;
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Png components designtime'}
{$LIBSUFFIX '100'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}

View File

@ -23,6 +23,7 @@ package PngComponentsD;
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Png components designtime'}
{$LIBSUFFIX '110'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}

View File

@ -131,6 +131,11 @@ call :install tntunictrls TntUnicodeVcl_Design
if not %err% == 0 goto end
rem Install PNGComponents
call :install pngcomponents PngComponentsD
if not %err% == 0 goto end
echo.
echo Finished.
echo.