Re: [dpdk-dev] [PATCH v8 05/10] build: add module definition file for windows

2019-04-02 Thread Thomas Monjalon
02/04/2019 05:54, Anand Rawat: > Updated lib/meson.build to create shared libraries on Windows. > Added DEF files to list the exports for the eal and kvargs libraries. > > Signed-off-by: Bruce Richardson > Signed-off-by: Anand Rawat > Reviewed-by: Pallavi Kadam > Reviewed-by: Ranjit Menon > --

[dpdk-dev] [PATCH v8 05/10] build: add module definition file for windows

2019-04-01 Thread Anand Rawat
Updated lib/meson.build to create shared libraries on Windows. Added DEF files to list the exports for the eal and kvargs libraries. Signed-off-by: Bruce Richardson Signed-off-by: Anand Rawat Reviewed-by: Pallavi Kadam Reviewed-by: Ranjit Menon --- lib/librte_eal/rte_eal_exports.def |