The following extract from the link description dbmcli.lnk contains the main commands required for Creating the Database Manager CLI. Special commands and switches, which may be needed for the link operation on the individual platforms, have been omitted from this example.
To create the Database Manager CLI, you must always use the complete link description file dbmcli.lnkin the source directory (see General Directory Structure of the MySQL axDB Development Environment).
&if $OS in [ WIN32, OS2 ]
:Resource/dbmcli.rc
remake
&endif
&if $OS in [ WIN32, OS2 ]
sqlusr
&else
&endif
Explanation of the Link Description dbmcli.lnk