diff options
author | midipix <writeonce@midipix.org> | 2019-01-02 22:18:23 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-02 22:21:14 -0500 |
commit | 75f1da262705110de21e870cff9fb1f776ebff6f (patch) | |
tree | 6f57405d18e47fd9251e37c2afebe5754cf891ab /sofort/config | |
parent | 09eb64fbb1bf84a30ed0c724c252b52e53d883ec (diff) | |
download | ntcon-75f1da262705110de21e870cff9fb1f776ebff6f.tar.bz2 ntcon-75f1da262705110de21e870cff9fb1f776ebff6f.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 |