-- 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 $Library_Type; for Source_Dirs use ($Includedir & "/adasyslog"); for Library_Dir use $Libdir; for Library_ALI_Dir use $Alidir & "/adasyslog"; for Externally_Built use "true"; end System_Log;