mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-16 03:30:50 +08:00
* Uniformity: also use 'libsuffix' for png components.
* Include png components when installing design-time controls in the IDE.
This commit is contained in:
@ -23,6 +23,7 @@ package PngComponentsD;
|
||||
{$MINENUMSIZE 1}
|
||||
{$IMAGEBASE $400000}
|
||||
{$DESCRIPTION 'Png components designtime'}
|
||||
{$LIBSUFFIX '100'}
|
||||
{$DESIGNONLY}
|
||||
{$IMPLICITBUILD ON}
|
||||
|
||||
|
@ -23,6 +23,7 @@ package PngComponentsD;
|
||||
{$MINENUMSIZE 1}
|
||||
{$IMAGEBASE $400000}
|
||||
{$DESCRIPTION 'Png components designtime'}
|
||||
{$LIBSUFFIX '110'}
|
||||
{$DESIGNONLY}
|
||||
{$IMPLICITBUILD ON}
|
||||
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user