diff options
author | Björn Persson <Bjorn@Rombobjörn.se> | 2016-02-20 23:38:58 +0100 |
---|---|---|
committer | Björn Persson <Bjorn@Rombobjörn.se> | 2016-02-20 23:38:58 +0100 |
commit | ab788c1b4841a58d8807b5846d1ee9323142ee9c (patch) | |
tree | 96f5ae753f7f950ea432da8c68bdbc41ff643c62 /INSTALL | |
parent | d460f7df9ef66028b3d2eb1c344d6f8aa42f0cfa (diff) |
Updated Comfignat to version 1.5 and enabled building System_Log as a static library.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -118,12 +118,21 @@ invoke Gnatprep. You may need to define them if you run Gnatprep manually. above will be used if the symbols are undefined. -Build Tools and Options ------------------------ +Building a Shared or Static Library +----------------------------------- + +System_Log can be built either as a shared library or as a static library. +The Make variable library_type controls which kind of library is built. The +valid values are "dynamic", "static", and "relocatable" which is an alias for +"dynamic". The default is to build a shared library, that is "dynamic". + + +Build Tools and their Arguments +------------------------------- The following variables, which may be set in the environment or on the Make command line, control which programs are invoked to do the build and which -options are passed to them: +arguments are passed to them: GNATPREP The command for invoking Gnatprep, in case you want to use a nondefault @@ -168,7 +177,7 @@ options are passed to them: Copyright of This File ---------------------- -Copyright 2013 B. Persson, Bjorn@Rombobeorn.se +Copyright 2013 - 2016 B. Persson, Bjorn@Rombobeorn.se This material is provided as is, with absolutely no warranty expressed or implied. Any use is at your own risk. |