Re: [ovs-dev] [PATCH] Build Windows include runtime

2016-03-14 Thread Alin Serdean
Ty! > -Mesaj original- > De la: Ben Pfaff [mailto:b...@ovn.org] > Trimis: Monday, March 14, 2016 7:25 PM > Către: Alin Serdean > Cc: dev@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH] Build Windows include runtime > > On Fri, Feb 26, 2016 at 01:59:10PM +

Re: [ovs-dev] [PATCH] Build Windows include runtime

2016-03-14 Thread Ben Pfaff
On Fri, Feb 26, 2016 at 01:59:10PM +, Alin Serdean wrote: > This patch adds the Visual Studio runtime to the binaries by adding > the code generation compile flags: MT (release version) and MTd (debug > version). > > More on the subject can be found under: > https://msdn.microsoft.com/en-us/li

Re: [ovs-dev] [PATCH] Build Windows include runtime

2016-03-01 Thread Alin Serdean
@vmware.com] > Trimis: Tuesday, March 1, 2016 1:17 AM > Către: Alin Serdean ; > dev@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH] Build Windows include runtime > > Alin, > Did you notice any change in the size of the binary? Eg. Ovs-vswitchd.exe? > > With or withou

Re: [ovs-dev] [PATCH] Build Windows include runtime

2016-02-29 Thread Nithin Raju
5:59 AM To: "dev@openvswitch.org" Subject: [ovs-dev] [PATCH] Build Windows include runtime >This patch adds the Visual Studio runtime to the binaries by adding >the code generation compile flags: MT (release version) and MTd (debug >version). > >More on the subject c

Re: [ovs-dev] [PATCH] Build Windows include runtime

2016-02-26 Thread Sairam Venugopal
Acked-by: Sairam Venugopal On 2/26/16, 5:59 AM, "Alin Serdean" wrote: >This patch adds the Visual Studio runtime to the binaries by adding >the code generation compile flags: MT (release version) and MTd (debug >version). > >More on the subject can be found under: >https://urldefense.proofpoin

[ovs-dev] [PATCH] Build Windows include runtime

2016-02-26 Thread Alin Serdean
This patch adds the Visual Studio runtime to the binaries by adding the code generation compile flags: MT (release version) and MTd (debug version). More on the subject can be found under: https://msdn.microsoft.com/en-us/library/2kzt1wy3%28v=vs.120%29.aspx This helps shipping binaries and guaran