diff options
author | midipix <writeonce@midipix.org> | 2019-01-02 22:18:23 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-02 22:21:21 -0500 |
commit | 5e8603c2209233e1da912e6abc37c99b92ab1e58 (patch) | |
tree | 6aa7e0ed1f8fa9a0313b0558a0418021e03c9b4a /sofort/config | |
parent | f286901c5ade14bc161c837ab33fbb3fa0672fa2 (diff) | |
download | u16ports-5e8603c2209233e1da912e6abc37c99b92ab1e58.tar.bz2 u16ports-5e8603c2209233e1da912e6abc37c99b92ab1e58.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 |