summaryrefslogtreecommitdiffhomepage
path: root/config.project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-01-01 06:14:35 -0500
committermidipix <writeonce@midipix.org>2019-01-01 06:14:35 -0500
commit3a9a7a11d952151489f8dfb6df4c20d03a0c40bc (patch)
tree6337dfd37e600f9f7407f0e855b0ad8bf1d5970e /config.project
parentba1d0d4d6670739e74fe8345eb586f447de42b44 (diff)
downloadsofort-3a9a7a11d952151489f8dfb6df4c20d03a0c40bc.tar.bz2
sofort-3a9a7a11d952151489f8dfb6df4c20d03a0c40bc.tar.xz
config.project: placed the most variable sections at the very top.
Diffstat (limited to 'config.project')
-rw-r--r--config.project27
1 files changed, 13 insertions, 14 deletions
diff --git a/config.project b/config.project
index f109ce4..a0d7eb1 100644
--- a/config.project
+++ b/config.project
@@ -4,9 +4,15 @@ mb_require_out_of_tree=no
mb_custom_install_headers=no
mb_avoid_version=no
-# ccenv
-mb_ccenv_create_log=
-mb_ccenv_skip_native=
+# config
+mb_all_static=
+mb_all_shared=
+mb_disable_frontend=yes
+mb_disable_static=yes
+mb_disable_shared=yes
+
+mb_use_custom_cfgdefs=no
+mb_use_custom_usrdefs=no
# pkgconfig
mb_pkgname='sofort'
@@ -18,6 +24,10 @@ mb_pkgdurl=
mb_pkgdefs=
mb_pkglibs=
+# ccenv
+mb_ccenv_create_log=
+mb_ccenv_skip_native=
+
# build
mb_default_build=
mb_default_host=
@@ -66,14 +76,3 @@ mb_default_pe_config_defs=
mb_default_elf_eh_frame=
mb_default_elf_hash_style=
mb_default_elf_config_defs=
-
-
-# config
-mb_all_static=
-mb_all_shared=
-mb_disable_frontend=yes
-mb_disable_static=yes
-mb_disable_shared=yes
-
-mb_use_custom_cfgdefs=no
-mb_use_custom_usrdefs=no