[AWS] Shrinking AWS apps

Jilani Khaldi jilani at cheapnet.it
Mon Oct 22 10:20:51 CEST 2007


I have compiled AWS (svn version) with SHARED and XMLADA set to true. 
Everything is done right with demos compiled and running. The more 
impressive thing is that demos examples are really small (almost like C 
cgi apps). So, again, I ask for the equivalent of:
===============================
hello.gpr:
<<
with "aws";
project Hello is
    for Source_Dirs use (".");
    for Object_Dir use ".";
    for Main use ("hello_world.adb");
end Hello;
 >>

Then just run:

    $ gnatmake -Phello


===============================
to get a tiny "hello_world".
Thank you.

JK


More information about the AWS mailing list