build: generate Windows exports file
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 12 Apr 2019 08:29:00 +0000 (09:29 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 5 Jun 2019 17:49:28 +0000 (19:49 +0200)
commit4c773788e05a3d5e2a55e134f015bea09350807b
treefd695f45c5b326f4be27b9434d0697bb35506b32
parent8cb511bb94ad92a76990f175cac76bb13d51daba
build: generate Windows exports file

Rather than having a separate version.map file for linux/BSD and an
exports definition file for windows for each library, generate the
latter from the former automatically at build time.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
buildtools/map_to_def.py [new file with mode: 0644]
buildtools/meson.build
buildtools/pmdinfogen/meson.build
lib/librte_kvargs/rte_kvargs_exports.def [deleted file]
lib/meson.build
meson.build