summaryrefslogtreecommitdiff
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-17 17:29:37 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-09-17 17:29:37 -0700
commit17a564ecc9501e0cb33216e4cc2955b9b5ecc224 (patch)
tree3c208d4fb95995fd987a8fc4a2202f6c5c0175cb /PCbuild/pythoncore.vcxproj
parent1ec262be80f9439296918c20b55a5a6686af5347 (diff)
downloadcpython-git-17a564ecc9501e0cb33216e4cc2955b9b5ecc224.tar.gz
Add file missed from backport
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r--PCbuild/pythoncore.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 3a1b5ba8be..e5e96ad65e 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -69,7 +69,7 @@
<PreprocessorDefinitions>_USRDLL;Py_BUILD_CORE;Py_ENABLE_SHARED;MS_DLL_ID="$(SysWinVer)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
- <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>version.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<BaseAddress>0x1e000000</BaseAddress>
</Link>
</ItemDefinitionGroup>