diff options
author | midipix <writeonce@midipix.org> | 2019-01-02 22:18:23 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-02 22:21:19 -0500 |
commit | fc67fb448de12b2bcf1d6d15d849adb3dc8f94d5 (patch) | |
tree | 8c7a06f532d974a33a30a355a5e656b0c59bc139 /sofort/ccenv/ccenv.vars | |
parent | b5c11104509288a0955e68fc8eac31b12748a0ca (diff) | |
download | slibtool-fc67fb448de12b2bcf1d6d15d849adb3dc8f94d5.tar.bz2 slibtool-fc67fb448de12b2bcf1d6d15d849adb3dc8f94d5.tar.xz |
build system: moved handling of pe-specific variables to ccenv.
Diffstat (limited to 'sofort/ccenv/ccenv.vars')
-rw-r--r-- | sofort/ccenv/ccenv.vars | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sofort/ccenv/ccenv.vars b/sofort/ccenv/ccenv.vars index 1d68357..4775b37 100644 --- a/sofort/ccenv/ccenv.vars +++ b/sofort/ccenv/ccenv.vars @@ -80,3 +80,7 @@ ccenv_windrc= # cflags ccenv_cflags_os= ccenv_cflags_pic= + +# pe +ccenv_pe_subsystem= +ccenv_pe_image_base= |