File: asistant.gpr

package info (click to toggle)
asis 2005-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,424 kB
  • ctags: 27
  • sloc: ada: 73,883; makefile: 201
file content (16 lines) | stat: -rw-r--r-- 511 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
with "../../asis_bld";
with "../../common";
project Asistant is
   for Main use ("asistant-driver.adb");

   package Naming is
      for Spec ("ASIStant.Interfacing") use "asistant-interface.ads";
      for Body ("ASIStant.Interfacing") use "asistant-interface.adb";
   end Naming;

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