diff mbox series

[ovs-dev,3/6] installer-windows: Resolve WIX solution build type

Message ID 20171031172537.2292-4-aserdean@ovn.org
State Superseded
Headers show
Series installer fixes on msbuild64 | expand

Commit Message

Alin-Gabriel Serdean Oct. 31, 2017, 5:25 p.m. UTC
Until now the x64 build of the installer solution was pointing to the
x86 build of the WIX project.

This patch changes for them to match.

Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
---
 windows/ovs-windows-installer.sln | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Alin Balutoiu Nov. 2, 2017, 5:17 p.m. UTC | #1
Acked-by: Alin Balutoiu <abalutoiu@cloudbasesolutions.com>

> -----Original Message-----
> From: ovs-dev-bounces@openvswitch.org [mailto:ovs-dev-
> bounces@openvswitch.org] On Behalf Of Alin Gabriel Serdean
> Sent: Tuesday, October 31, 2017 6:26 PM
> To: dev@openvswitch.org
> Cc: Alin Gabriel Serdean <aserdean@ovn.org>
> Subject: [ovs-dev] [PATCH 3/6] installer-windows: Resolve WIX solution build
> type
> 
> Until now the x64 build of the installer solution was pointing to the
> x86 build of the WIX project.
> 
> This patch changes for them to match.
> 
> Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org>
> ---
>  windows/ovs-windows-installer.sln | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/windows/ovs-windows-installer.sln b/windows/ovs-windows-
> installer.sln
> index 09311f9..f563438 100644
> --- a/windows/ovs-windows-installer.sln
> +++ b/windows/ovs-windows-installer.sln
> @@ -10,8 +10,8 @@ Global
>  		Release|x86 = Release|x86
>  	EndGlobalSection
>  	GlobalSection(ProjectConfigurationPlatforms) = postSolution
> -		{259905A2-7434-4190-8A33-
> 8FBA67171DD6}.Release|x64.ActiveCfg = Release|x86
> -		{259905A2-7434-4190-8A33-
> 8FBA67171DD6}.Release|x64.Build.0 = Release|x86
> +		{259905A2-7434-4190-8A33-
> 8FBA67171DD6}.Release|x64.ActiveCfg = Release|x64
> +		{259905A2-7434-4190-8A33-
> 8FBA67171DD6}.Release|x64.Build.0 = Release|x64
>  		{259905A2-7434-4190-8A33-
> 8FBA67171DD6}.Release|x86.ActiveCfg = Release|x86
>  		{259905A2-7434-4190-8A33-
> 8FBA67171DD6}.Release|x86.Build.0 = Release|x86
>  	EndGlobalSection
> --
> 2.10.2.windows.1
> 
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
diff mbox series

Patch

diff --git a/windows/ovs-windows-installer.sln b/windows/ovs-windows-installer.sln
index 09311f9..f563438 100644
--- a/windows/ovs-windows-installer.sln
+++ b/windows/ovs-windows-installer.sln
@@ -10,8 +10,8 @@  Global
 		Release|x86 = Release|x86
 	EndGlobalSection
 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
-		{259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x64.ActiveCfg = Release|x86
-		{259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x64.Build.0 = Release|x86
+		{259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x64.ActiveCfg = Release|x64
+		{259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x64.Build.0 = Release|x64
 		{259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x86.ActiveCfg = Release|x86
 		{259905A2-7434-4190-8A33-8FBA67171DD6}.Release|x86.Build.0 = Release|x86
 	EndGlobalSection