File: gtkada.gpr

package info (click to toggle)
libgtkada2 2.4.0-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 18,400 kB
  • ctags: 4,705
  • sloc: ada: 90,819; ansic: 32,798; perl: 4,017; sh: 2,747; makefile: 1,023
file content (19 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--  Using this project file:
--  From your own project, add:
--    with "gtkada";
--  Then make sure that the directory projects/ in the installation directory
--  GtkAda is in your ADA_PROJECT_PATH environment variable
--
--  Compilation can then be done as
--     gnatmake -Pyour_project.gpr main.adb

--  TODO:
--  This project file currently doesn't give access to libgtkada_gl or
--  libgtkada_glade, since there are some duplicated sources otherwise. 

with "gtkada_lib";
--  with "gtkada_gl", "gtkada_glade";
project GtkAda is
  for Source_Dirs use ();
  for Object_Dir use "../include/gtkada/";
end GtkAda;