From 67bda4b246ee01749b68172affe2d1cbf0193502 Mon Sep 17 00:00:00 2001 From: Björn Persson Date: Sun, 8 Jan 2012 08:23:22 +0000 Subject: Added project files. --- system_log.gpr | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 system_log.gpr (limited to 'system_log.gpr') diff --git a/system_log.gpr b/system_log.gpr new file mode 100644 index 0000000..3b37702 --- /dev/null +++ b/system_log.gpr @@ -0,0 +1,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; -- cgit v1.2.3