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

Sairam Venugopal vsairam at vmware.com
Fri Feb 26 18:36:38 UTC 2016


Acked-by: Sairam Venugopal <vsairam at vmware.com>


On 2/26/16, 5:59 AM, "Alin Serdean" <aserdean at cloudbasesolutions.com>
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.proofpoint.com/v2/url?u=https-3A__msdn.microsoft.com_en
>-2Dus_library_2kzt1wy3-2528v-3Dvs.120-2529.aspx&d=BQIGaQ&c=Sqcl0Ez6M0X8aeM
>67LKIiDJAXVeAw-YihVMNtXt-uEs&r=Dcruz40PROJ40ROzSpxyQSLw6fcrOWpJgEcEmNR3JEQ
>&m=x8FEMhKzMO1tiKP0kF-iI536-2nx_by1BcMOsw4K--0&s=kLr5pbRiAnqjaO0TjjKHrbibs
>FPsiJTBDxD164nIPWE&e=
>
>This helps shipping binaries and guaranteeing the runtime uses the
>specific
>version
>
>Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
>---
> build-aux/cccl | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/build-aux/cccl b/build-aux/cccl
>index afa0a6b..93f9c50 100644
>--- a/build-aux/cccl
>+++ b/build-aux/cccl
>@@ -90,11 +90,11 @@ EOF
>         ;;
> 
>     -O0)
>-        clopt="$clopt ${slash}Od ${slash}D_DEBUG"
>+        clopt="$clopt ${slash}Od ${slash}D_DEBUG ${slash}MTd"
>         ;;
> 
>     -O2)
>-        clopt="$clopt ${slash}O2"
>+        clopt="$clopt ${slash}O2 ${slash}MT"
>         ;;
> 
>     -L*)
>-- 
>1.9.5.msysgit.0
>_______________________________________________
>dev mailing list
>dev at openvswitch.org
>https://urldefense.proofpoint.com/v2/url?u=http-3A__openvswitch.org_mailma
>n_listinfo_dev&d=BQIGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=Dc
>ruz40PROJ40ROzSpxyQSLw6fcrOWpJgEcEmNR3JEQ&m=x8FEMhKzMO1tiKP0kF-iI536-2nx_b
>y1BcMOsw4K--0&s=jrD5-FrHiAT2dKuImCsZxCE8iTJE19aL7jRyhJXh7Ow&e= 




More information about the dev mailing list