File: asistant.gpr

package info (click to toggle)
asis 2007-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,832 kB
  • ctags: 34
  • sloc: ada: 93,665; makefile: 225
file content (14 lines) | stat: -rw-r--r-- 377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
with "../../asis_bld";
with "../../common";
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;