diff options
author | midipix <writeonce@midipix.org> | 2018-11-25 05:05:44 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-11-25 09:23:33 -0500 |
commit | 48a7ea833128082e5ca68238561940ec940556e4 (patch) | |
tree | 03edd4bce87589983959e562bb61bc49f57f5079 /sysinfo/os/mingw.mk | |
parent | 97caf72b2fd8f5857c5b3117c586da24fc39cea9 (diff) | |
download | pemagine-48a7ea833128082e5ca68238561940ec940556e4.tar.bz2 pemagine-48a7ea833128082e5ca68238561940ec940556e4.tar.xz |
build system: PE, ELF: defined DSO_REF_VER, DSO_REF_SONAME, DSO_REF_SOLINK.
These definitions come in handy when a project generates alongside
its ``primary shared library'' one or more ``extension libraries''
that depend on it. When the rules for generating extension
libraries use the $^ directive, the above dependency must
be declared in a target-aware manner.
In most cases, one would want to express this dependency by way
of $(DSO_REF_SONAME), thereby pulling in lib/libfoo.so.$(MAJOR)
on ELF targets, lib/libfoo.$(MAJOR).lib.a on midipix targets,
and lib/libfoo.$(MAJOR).dll.a on win32 targets.
Diffstat (limited to 'sysinfo/os/mingw.mk')
0 files changed, 0 insertions, 0 deletions