mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-17 04:40:18 +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}
|
{$MINENUMSIZE 1}
|
||||||
{$IMAGEBASE $400000}
|
{$IMAGEBASE $400000}
|
||||||
{$DESCRIPTION 'Png components designtime'}
|
{$DESCRIPTION 'Png components designtime'}
|
||||||
|
{$LIBSUFFIX '100'}
|
||||||
{$DESIGNONLY}
|
{$DESIGNONLY}
|
||||||
{$IMPLICITBUILD ON}
|
{$IMPLICITBUILD ON}
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@ package PngComponentsD;
|
|||||||
{$MINENUMSIZE 1}
|
{$MINENUMSIZE 1}
|
||||||
{$IMAGEBASE $400000}
|
{$IMAGEBASE $400000}
|
||||||
{$DESCRIPTION 'Png components designtime'}
|
{$DESCRIPTION 'Png components designtime'}
|
||||||
|
{$LIBSUFFIX '110'}
|
||||||
{$DESIGNONLY}
|
{$DESIGNONLY}
|
||||||
{$IMPLICITBUILD ON}
|
{$IMPLICITBUILD ON}
|
||||||
|
|
||||||
|
@ -131,6 +131,11 @@ call :install tntunictrls TntUnicodeVcl_Design
|
|||||||
if not %err% == 0 goto end
|
if not %err% == 0 goto end
|
||||||
|
|
||||||
|
|
||||||
|
rem Install PNGComponents
|
||||||
|
call :install pngcomponents PngComponentsD
|
||||||
|
if not %err% == 0 goto end
|
||||||
|
|
||||||
|
|
||||||
echo.
|
echo.
|
||||||
echo Finished.
|
echo Finished.
|
||||||
echo.
|
echo.
|
||||||
|
Reference in New Issue
Block a user