Rombobjörn

summaryrefslogtreecommitdiff
path: root/system_log.gpr
blob: 3b37702fb500c9af0dc11efae5643091524711f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
-- Projects that use System_Log should import this file.
-- Copyright 2012 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 "directories";

project System_Log is
   for Library_Name     use "adasyslog";
   for Library_Kind     use "relocatable";
   for Source_Dirs      use (Directories.Includedir & "/adasyslog");
   for Library_Dir      use Directories.Libdir;
   for Library_ALI_Dir  use Directories.Libdir & "/adasyslog";
   for Externally_Built use "true";
end System_Log;