Rombobjörn

summaryrefslogtreecommitdiff
path: root/build_test_system_log.gpr
blob: b88047aae87130a5102704da0b947854362ca9a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
-- project file to compile Test_System_Log
-- Copyright 2012 - 2013 B. Persson, Bjorn@Rombobeorn.se
--
-- This project file is free software: you can redistribute it and/or modify it
-- under the terms of the GNU General Public License version 3, as published
-- by the Free Software Foundation.


with "comfignat.gpr";
with "build_system_log";  -- Link to the just compiled library.

standard project Build_Test_System_Log is

   for Main        use ("test_system_log");
   for Source_Dirs use ("test");
   for Object_Dir  use Comfignat.Objdir;
   for Exec_Dir    use Comfignat.Builddir;

   package Binder is
      for Default_Switches ("Ada") use ("-shared");
   end Binder;

end Build_Test_System_Log;