diff options
author | midipix <writeonce@midipix.org> | 2019-01-02 22:18:23 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-09 22:43:12 -0500 |
commit | 9f05f20837b446ab1372d24f7ebc75d2766bdca8 (patch) | |
tree | c9370d13f03b68802d211c444a3697523338da65 /sofort/config | |
parent | 215a2cb19300b387c2fb9656c065be0de0e24ce0 (diff) | |
download | mmglue-9f05f20837b446ab1372d24f7ebc75d2766bdca8.tar.bz2 mmglue-9f05f20837b446ab1372d24f7ebc75d2766bdca8.tar.xz |
build system: moved handling of pe-specific variables to ccenv.
Diffstat (limited to 'sofort/config')
-rw-r--r-- | sofort/config/config.vars | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sofort/config/config.vars b/sofort/config/config.vars index 5cbc0e0..80d8535 100644 --- a/sofort/config/config.vars +++ b/sofort/config/config.vars @@ -92,7 +92,6 @@ user_cxx pe_subsystem pe_image_base -pe_config_defs native_cc native_cpp @@ -103,6 +102,9 @@ native_cfghost native_cflags native_ldflags +native_pe_subsystem +native_pe_image_base + all_shared all_static disable_frontend |