summaryrefslogtreecommitdiff
path: root/windows/ovs-windows-installer
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2015-09-22 19:53:30 +0000
committerGurucharan Shetty <gshetty@nicira.com>2015-09-23 07:50:41 -0700
commitf821fe7f09ad0262b63c41f637aa77e02fa9ebfa (patch)
treefd4bd567c800910ba964604c08ee4caf6ecfb8fd /windows/ovs-windows-installer
parentc460a6a7bc751c1917981c326fedf45e15f06aed (diff)
downloadopenvswitch-f821fe7f09ad0262b63c41f637aa77e02fa9ebfa.tar.gz
Add x64 bit configuration to windows installer
This patch defines the x64 in the configuration of the visual studio solution: ovs-windows-installer.sln Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Diffstat (limited to 'windows/ovs-windows-installer')
-rw-r--r--windows/ovs-windows-installer/ovs-windows-installer.wixproj41
1 files changed, 40 insertions, 1 deletions
diff --git a/windows/ovs-windows-installer/ovs-windows-installer.wixproj b/windows/ovs-windows-installer/ovs-windows-installer.wixproj
index af22f4274..30b5d553c 100644
--- a/windows/ovs-windows-installer/ovs-windows-installer.wixproj
+++ b/windows/ovs-windows-installer/ovs-windows-installer.wixproj
@@ -24,6 +24,45 @@
<Pedantic>False</Pedantic>
<SuppressSpecificWarnings>1076;</SuppressSpecificWarnings>
</PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
+ <DefineConstants>Debug</DefineConstants>
+ <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
+ <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
+ <DefineConstants>BinariesPath=Binaries;SymbolsPath=Symbols;</DefineConstants>
+ <SuppressAllWarnings>False</SuppressAllWarnings>
+ <Pedantic>False</Pedantic>
+ <SuppressSpecificWarnings>1076;</SuppressSpecificWarnings>
+ <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
+ <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
+ <DefineConstants>Debug</DefineConstants>
+ <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
+ <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
+ <DefineConstants>BinariesPath=Binaries;SymbolsPath=Symbols;</DefineConstants>
+ <SuppressAllWarnings>False</SuppressAllWarnings>
+ <Pedantic>False</Pedantic>
+ <SuppressSpecificWarnings>1076;</SuppressSpecificWarnings>
+ <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
+ <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
+ <DefineConstants>Debug</DefineConstants>
+ <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
+ <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
+ <DefineConstants>BinariesPath=Binaries;SymbolsPath=Symbols;</DefineConstants>
+ <SuppressAllWarnings>False</SuppressAllWarnings>
+ <Pedantic>False</Pedantic>
+ <SuppressSpecificWarnings>1076;</SuppressSpecificWarnings>
+ <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
+ <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
+ </PropertyGroup>
<ItemGroup>
<Compile Include="Binaries.wxs" />
<Compile Include="CustomActions.wxs" />
@@ -76,4 +115,4 @@
<Target Name="AfterBuild">
</Target>
-->
-</Project> \ No newline at end of file
+</Project>