[AWS] INSTALL variable

Pascal Obry pascal at obry.net
Wed Oct 10 18:13:51 CEST 2007


Thomas De Contes a écrit :
> well, it seems that there is nothing like `gtkada-config`

Consider using project files. This is a very powerful and cross-platform
solution.

> so, how should i do to compile my prgms ?
> ADA_PROJECT_PATH=~/Documents/info/bin/autoinstall/autre/ ?

For your own project just with "aws", a very simple example would be:

with "aws";
project My_Project is
   for Source_Dirs use ("src");
   for Object_Dir use "obj";
   for Main use ("my_main.adb");
end My_Project;

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|              http://www.obry.net
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595



More information about the AWS mailing list