diff options
| author | Björn Persson <bjorn@rombobjörn.se> | 2013-08-06 19:53:55 +0200 | 
|---|---|---|
| committer | Björn Persson <bjorn@rombobjörn.se> | 2013-08-06 19:53:55 +0200 | 
| commit | 5401d93f6714727b0d96e1b7d2405a13d2f1c096 (patch) | |
| tree | 47ee0bdc0d36acee5fb2631f2182296e47c684e4 /system_log.gpr.in | |
| parent | 2829a608e497129489ffe05ad72d9c8b62aaa185 (diff) | |
Updated Comfignat to version 1.1.version_1.4
Diffstat (limited to 'system_log.gpr.in')
| -rw-r--r-- | system_log.gpr.in | 20 | 
1 files changed, 0 insertions, 20 deletions
| diff --git a/system_log.gpr.in b/system_log.gpr.in deleted file mode 100644 index bfd2521..0000000 --- a/system_log.gpr.in +++ /dev/null @@ -1,20 +0,0 @@ --- 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 Directory_GPR'Defined then -with $Directory_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; |