Skip to content

Commit

Permalink
Added Alexandria support to build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
RRUZ committed Jan 23, 2023
1 parent 2d42652 commit 3b46f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Demos/BuildAll.bat
@@ -1,3 +1,3 @@
@Echo OFF
FOR /L %%G IN (12,1,21) DO IF %%G NEQ 16 call Demo_Build.bat %%G
FOR /L %%G IN (12,1,22) DO IF %%G NEQ 16 call Demo_Build.bat %%G
PAUSE
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ The *VCL Styles Utils* is a Delphi library which extend the [RAD Studio VCL Styl

## Features ##
<ul>
<li>Works in Delphi XE2-XE8, 10 Seattle, 10.1 Berlin, 10.2 Tokyo, 10.3 Rio, 10.4 Sydney</li>
<li>Works in Delphi XE2-XE8, 10 Seattle, 10.1 Berlin, 10.2 Tokyo, 10.3 Rio, 10.4 Sydney, 11 Alexandria</li>
<li><a href='https://github.com/RRUZ/vcl-styles-utils/wiki/VclStylesExt'>Vcl.Styles.Ext</a> unit extended the VCL Styles adding new properties and methods to list, remove and reload VCL Styles.</li>
<li><a href='https://github.com/RRUZ/vcl-styles-utils/wiki/VclStylesUtils'>Vcl.Styles.Utils</a> unit, allows modify the VCL Styles manipulating the visual elements and fonts colors.</li>
<li><a href='https://github.com/RRUZ/vcl-styles-utils/wiki/VclStylesNC'>TNCControls</a> component which allow you add controls to the Non Client area of the form</li>
Expand Down

0 comments on commit 3b46f98

Please sign in to comment.