HomePhabricator

build: add -DMINIUPNP_STATICLIB for new version
9f7f504efca2Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

build: add -DMINIUPNP_STATICLIB for new version

libminiupnpc changed their required static define to the much more sane
"MINIUPNP_STATICLIB". Sadly, they don't respect the old "STATICLIB" for
back-compat. Define them both since the old one didn't seem to be conflicting
anywhere.

Also go ahead and split out the cppflags so that they can be applied only where
they're needed. This will help us to build dll's from our libs without having
their import/export declspecs poisoned.

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Aug 26 2014, 19:17
deadalnixPushed on May 14 2017, 22:04
Parents
rABCf30801afbde7: qt: Add null check in setClientModel(0)
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rABC9f7f504efca2: build: add -DMINIUPNP_STATICLIB for new version (authored by Cory Fields <cory-nospam-@coryfields.com>).Aug 26 2014, 19:28