File: gtkdial.gpr

package info (click to toggle)
libgtkada 2.24.1-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 18,276 kB
  • sloc: ada: 119,494; ansic: 4,792; perl: 3,838; sh: 2,790; xml: 1,909; python: 1,897; makefile: 773
file content (7 lines) | stat: -rw-r--r-- 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
--  The following with clause is the only thing necessary to compile and link
--  a GtkAda application

with "gtkada";
project GtkDial is
   for Main use ("dial_test.adb");
end GtkDial;