From 5401d93f6714727b0d96e1b7d2405a13d2f1c096 Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Tue, 6 Aug 2013 19:53:55 +0200 Subject: Updated Comfignat to version 1.1. --- system_log.gpr.gp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 system_log.gpr.gp (limited to 'system_log.gpr.gp') diff --git a/system_log.gpr.gp b/system_log.gpr.gp new file mode 100644 index 0000000..c9f6f76 --- /dev/null +++ b/system_log.gpr.gp @@ -0,0 +1,20 @@ +-- Projects that use System_Log should import this file. +-- 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. + + +#if Directories_GPR'Defined then +with $Directories_GPR; +#end if; + +library project System_Log is + for Library_Name use "adasyslog"; + for Library_Kind use "dynamic"; + for Source_Dirs use ($Includedir & "/adasyslog"); + for Library_Dir use $Libdir; + for Library_ALI_Dir use $Libdir & "/adasyslog"; + for Externally_Built use "true"; +end System_Log; -- cgit v1.2.3