Sophie

Sophie

distrib > Fedora > 15 > x86_64 > by-pkgid > 0d2c760c00774fa1d350bb3c66520f68 > files > 8

GtkAda-doc-2.14.1-4.fc15.noarch.rpm

--  The following with clause is the only thing necessary to compile and link
--  a GtkAda application

with "gtkada";
project Default is
   for Main use ("main.adb");
end Default;