Ty!
> -Mesaj original-
> De la: Gurucharan Shetty [mailto:shet...@nicira.com]
> Trimis: Tuesday, September 29, 2015 9:19 PM
> Către: Ben Pfaff
> Cc: Alin Serdean ;
> dev@openvswitch.org
> Subiect: Re: [ovs-dev] [PATCH v2 7/7] Add build system for compiling under
>
> I think that Guru already reviewed that (patch 7) and was just waiting
> for the prerequisite (what I pushed) to go in.
I applied this patch to master making some style changes to the documentation.
___
dev mailing list
dev@openvswitch.org
http://openvs
On Tue, Sep 29, 2015 at 04:23:52PM +, Alin Serdean wrote:
> Thx Ben :).
>
> http://openvswitch.org/pipermail/dev/2015-September/060357.html can be
> dropped.
>
> Could you take a look over the patch:
> http://openvswitch.org/pipermail/dev/2015-September/060441.html please.
I think that Gur
ra.com]
> Trimis: Tuesday, September 29, 2015 7:42 AM
> Către: Gurucharan Shetty
> Cc: Alin Serdean ;
> dev@openvswitch.org
> Subiect: Re: [ovs-dev] [PATCH v2 7/7] Add build system for compiling under
> MSVC x64
>
> On Mon, Sep 28, 2015 at 08:18:54AM -0700, Gurucharan Shetty wrot
On Mon, Sep 28, 2015 at 08:18:54AM -0700, Gurucharan Shetty wrote:
> On Wed, Sep 23, 2015 at 10:30 AM, Alin Serdean
> wrote:
> > This patch adds the modifications needed to compile under x64 under
> > Windows:
> > - created a new macro for testing if we are compiling under x64.
> > this will defin
On Wed, Sep 23, 2015 at 10:30 AM, Alin Serdean
wrote:
> This patch adds the modifications needed to compile under x64 under
> Windows:
> - created a new macro for testing if we are compiling under x64.
> this will define the linker flag: "/MACHINE:X64" as per documentation
> (https://msdn.microsof
This patch adds the modifications needed to compile under x64 under
Windows:
- created a new macro for testing if we are compiling under x64.
this will define the linker flag: "/MACHINE:X64" as per documentation
(https://msdn.microsoft.com/en-us/library/9yb4317s.aspx).
- added x64 pthread librarie