diff options
author | midipix <writeonce@midipix.org> | 2019-01-01 05:30:34 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-01 05:37:59 -0500 |
commit | b6f827d6939397e99d72b1dc8480c72364d8905c (patch) | |
tree | 74c198de06f27fa0e7fd8649838924ead5a879a6 /config.project | |
parent | b95a5b04a4a3b6bf0b86080abce1436f0b7aee1c (diff) | |
download | sofort-b6f827d6939397e99d72b1dc8480c72364d8905c.tar.bz2 sofort-b6f827d6939397e99d72b1dc8480c72364d8905c.tar.xz |
sofort: split-up: keep build-system elements, move extras to sofortex.
Diffstat (limited to 'config.project')
-rw-r--r-- | config.project | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.project b/config.project index 96914b5..4c5efa6 100644 --- a/config.project +++ b/config.project @@ -67,9 +67,9 @@ mb_default_elf_config_defs= # config mb_all_static= mb_all_shared= -mb_disable_frontend= -mb_disable_static= -mb_disable_shared= +mb_disable_frontend=yes +mb_disable_static=yes +mb_disable_shared=yes mb_use_custom_cfgdefs=no mb_use_custom_usrdefs=no |