Rombobjörn

summaryrefslogtreecommitdiff
path: root/system_log.gpr
diff options
context:
space:
mode:
authorBjörn Persson <bjorn@rombobjörn.se>2013-02-13 23:23:53 +0100
committerBjörn Persson <bjorn@rombobjörn.se>2013-02-13 23:23:53 +0100
commit41cf063931a6d818ba66b95283392ac8a6e48022 (patch)
treeaff70df494543ac52eca48f57eb9cc37d852fe6b /system_log.gpr
parent8d23905093ecf9f9e008c189b51714b5a8c2ca08 (diff)
Added a convenient and flexible build system.
Diffstat (limited to 'system_log.gpr')
-rw-r--r--system_log.gpr18
1 files changed, 0 insertions, 18 deletions
diff --git a/system_log.gpr b/system_log.gpr
deleted file mode 100644
index 3b37702..0000000
--- a/system_log.gpr
+++ /dev/null
@@ -1,18 +0,0 @@
--- 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;