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 54D20A0096 for ; Wed, 5 Jun 2019 19:04:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 29E741B9C3; Wed, 5 Jun 2019 19:04:06 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 3A3D01B99B for ; Wed, 5 Jun 2019 19:04:05 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 5414622535; Wed, 5 Jun 2019 13:04:04 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 05 Jun 2019 13:04:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=sPdjYdNHnf2AMozEMB6q+Vp2/pTbmMpPnpPM2W3o1RY=; b=SOgMOvOdgfeV ERHrrPbgxgy0xeMShc7D3PgCsssMWnP9XSjZiTcyoHDg3oXPasXkPLQ9kRiHr/1N 3hXJSvH9+ZaRqlLSkcU+m6S9gpcsV8UBhEXPgdOuhCZhJF2OlWsM0QhqG36eXIf0 IZNon0vDhAgW1XhraD5eKKtWEEozy2s= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=sPdjYdNHnf2AMozEMB6q+Vp2/pTbmMpPnpPM2W3o1 RY=; b=ajl84eG0S9EvbT5iD71g0/Gax2EdbM7QknTixRwsAKtsAgAbMzRJD18FK A4plXNmW8p2pmBjiJcAZKjrc5oM35/5HpsCkhiqjvWYgO0CF3TuaB6+KTpjBz3R4 rKweT5ZfFvHszQcoQojTwjPOSqIomLFgXzrmQeZdfsU6HGikgq5PH0n95EjR4kic HuqQ8jv60duNgNhhSX8RbtJuJJSu0BeOfMlQ6sEaMdNu7AV6nB1LGpdFjtqElxin EwxYP2iKZjfmmmqrHJQ7K3aBkSYXl+DbUntDIXqdFSjGEyjnXyQglX1MFJYQCA04 Wiq2b9dV3sayIsu4nVqHIzRL3T+cQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudegvddgudduudcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc fkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpeht hhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 451E1380089; Wed, 5 Jun 2019 13:04:03 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Ranjit Menon , harini.ramakrishnan@microsoft.com Date: Wed, 05 Jun 2019 19:04:00 +0200 Message-ID: <23287851.0L2RQFMJ9e@xps> In-Reply-To: <20190412082900.41784-1-bruce.richardson@intel.com> References: <20190412082900.41784-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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" 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 patch was not tested in the Windows draft repo, but I choose to merge in master. Applied, thanks