diff options
author | midipix <writeonce@midipix.org> | 2021-04-09 13:31:49 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-10 20:54:49 +0000 |
commit | b7afc0aee6fe565ac1f9ad20eb8117123464f38b (patch) | |
tree | 610948473fb1d720b7d33d29ad097a19779eeb04 /sofort/config | |
parent | 2e3df6a3070ae5e2871a5ea024c09e6461cedfa6 (diff) | |
download | perk-b7afc0aee6fe565ac1f9ad20eb8117123464f38b.tar.bz2 perk-b7afc0aee6fe565ac1f9ad20eb8117123464f38b.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 |