diff options
author | midipix <writeonce@midipix.org> | 2021-04-09 13:31:49 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-10 20:54:47 +0000 |
commit | 9626c85a66a6565ee9f5a967c4e20e1aedf8fe86 (patch) | |
tree | 16a8bdc1124b0fab884c29bb3c82a8e37724e6c6 /sofort/config | |
parent | beafec94bca3b393131071254048a26c584139c9 (diff) | |
download | pemagine-9626c85a66a6565ee9f5a967c4e20e1aedf8fe86.tar.bz2 pemagine-9626c85a66a6565ee9f5a967c4e20e1aedf8fe86.tar.xz |
build system: posix make support: refactored build-flavor dependency schemes.
Diffstat (limited to 'sofort/config')
-rw-r--r-- | sofort/config/opt.vars | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sofort/config/opt.vars b/sofort/config/opt.vars index c2ff58d..e71ea56 100644 --- a/sofort/config/opt.vars +++ b/sofort/config/opt.vars @@ -1 +1,9 @@ version_opt + +shared_library_opt +static_library_opt + +app_frontend_opt +app_linking_opt + +install_headers_opt |