File: asistant.gpr

package info (click to toggle)
asis 2008-5
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 9,724 kB
  • ctags: 615
  • sloc: ada: 95,867; makefile: 259; xml: 19
file content (15 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
with "../../asis_bld";
with "../../common";
with "../tool_utils/tool_utils";
project Asistant is
   for Main use ("asistant-driver.adb");

   package Builder is
      for Default_Switches ("ada") use Common.Builder'Default_Switches ("ada");
      for Executable ("asistant-driver.adb") use "asistant";
   end Builder;

   package Binder renames Common.Binder;

   package Ide renames Common.Ide;
end Asistant;