From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A0EC5A0096 for ; Sat, 13 Apr 2019 00:56:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 248AC1B3AD; Sat, 13 Apr 2019 00:56:18 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3B3A71B3A5 for ; Sat, 13 Apr 2019 00:56:15 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Apr 2019 15:56:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,343,1549958400"; d="scan'208";a="130983950" Received: from anandraw-mobl.amr.corp.intel.com (HELO [10.121.163.141]) ([10.121.163.141]) by orsmga007.jf.intel.com with ESMTP; 12 Apr 2019 15:56:14 -0700 To: Bruce Richardson , dev@dpdk.org Cc: Ranjit Menon References: <20190412082900.41784-1-bruce.richardson@intel.com> From: Anand Rawat Message-ID: Date: Fri, 12 Apr 2019 15:56:13 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190412082900.41784-1-bruce.richardson@intel.com> Content-Type: text/plain; charset="UTF-8"; format="flowed" Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] build: automatically create windows exports file X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190412225613.4UFyfl5Ha_LuyGnj6wChKdzYtENnVmwbi3ppep4sUMA@z> 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 -- Anand Rawat