From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 05/10] build: add module definition file for windows Date: Wed, 03 Apr 2019 01:03:04 +0200 Message-ID: <3323224.tDCZblWWx8@xps> References: <20190306041634.12976-1-anand.rawat@intel.com> <20190402035458.14664-1-anand.rawat@intel.com> <20190402035458.14664-6-anand.rawat@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, pallavi.kadam@intel.com, ranjit.menon@intel.com, jeffrey.b.shaw@intel.com, bruce.richardson@intel.com To: Anand Rawat Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id BB7F55B3C for ; Wed, 3 Apr 2019 01:03:07 +0200 (CEST) In-Reply-To: <20190402035458.14664-6-anand.rawat@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > --- > lib/librte_eal/rte_eal_exports.def | 9 +++++++++ For info, this file is not listed in MAINTAINERS. Will add it.