[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The recommended way of building ASIS applications is to define for an
application a project file that depends on the main ASIS project file
asis.gpr
. All you have to do is to add a with clause
with "asis"; |
to the application project file. After that you can build an executable for an application in a usual way.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |