Commit c112b9af authored by Reini Urban's avatar Reini Urban
Browse files

windows: --disable-shared sets DISABLE_DLLIMPORT

and skips the dllexport/dllimport attributes.
We can now build static-only on windows, which eases debugging

libtool sets the pic_flag -DDLL_EXPORT when building a shared lib on
windows, so we could have used that instead. But we need it later in test
executables to see if -lsafec is used at all, or overridden by -lc
dynamically when using shared libs. So we need it in the runtime config.
And with a different name.
parent 0ac49d49
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment