Re: [dpdk-dev] [PATCH] build: automatically create windows exports file

2019-06-05 Thread Thomas Monjalon
12/04/2019 10:29, Bruce Richardson: > 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 For an unknown reason, this pat

Re: [dpdk-dev] [PATCH] build: automatically create windows exports file

2019-05-29 Thread Bruce Richardson
On Wed, Apr 17, 2019 at 06:21:29PM +0200, Thomas Monjalon wrote: > 13/04/2019 00:56, Anand Rawat: > > On 4/12/2019 1:29 AM, Bruce Richardson wrote: > > > Rather than having a separate version.map file for linux/BSD and an > > > exports definition file for windows for each library, generate the > >

Re: [dpdk-dev] [PATCH] build: automatically create windows exports file

2019-04-17 Thread Thomas Monjalon
13/04/2019 00:56, Anand Rawat: > On 4/12/2019 1:29 AM, Bruce Richardson wrote: > > 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-b

Re: [dpdk-dev] [PATCH] build: automatically create windows exports file

2019-04-12 Thread Anand Rawat
On 4/12/2019 1:29 AM, Bruce Richardson wrote: 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 Acked-by: Anand Rawat -- A

[dpdk-dev] [PATCH] build: automatically create windows exports file

2019-04-12 Thread Bruce Richardson
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 --- buildtools/map_to_def.py | 40 b