summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2021-02-21 14:37:59 -0500
committerJoe George <joe@zeroc.com>2021-02-21 14:37:59 -0500
commit977800a71815cf6c058a800be4b4e95ca11f7331 (patch)
tree35e2717bf19ef871732c2e2f542cedcffe4db651
parentFixes to icethunk.vcxproj (diff)
downloadice-977800a71815cf6c058a800be4b4e95ca11f7331.tar.bz2
ice-977800a71815cf6c058a800be4b4e95ca11f7331.tar.xz
ice-977800a71815cf6c058a800be4b4e95ca11f7331.zip
Fix python build deps on Windows
-rw-r--r--python/msbuild/ice.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/msbuild/ice.proj b/python/msbuild/ice.proj
index 90a5689e0b5..3cc976aa9fd 100644
--- a/python/msbuild/ice.proj
+++ b/python/msbuild/ice.proj
@@ -15,7 +15,7 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup>
- <CppDistTargets>c++98\slice2py;c++98\icessl;c++98\icediscovery;c++98\icelocatordiscovery;c++98\glacier2router;c++98\glacier2cryptpermissionsverifier</CppDistTargets>
+ <CppDistTargets>c++98\slice2py;c++98\icessl;c++98\icediscovery;c++98\icelocatordiscovery;c++11\glacier2router;c++11\glacier2cryptpermissionsverifier++11</CppDistTargets>
</PropertyGroup>
<Import Project="$(MSBuildThisFileDirectory)\..\..\config\ice.common.targets" />