diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-09-18 00:29:37 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-09-18 00:29:37 (GMT) |
commit | 17a564ecc9501e0cb33216e4cc2955b9b5ecc224 (patch) | |
tree | 3c208d4fb95995fd987a8fc4a2202f6c5c0175cb /PCbuild | |
parent | 1ec262be80f9439296918c20b55a5a6686af5347 (diff) | |
download | cpython-17a564ecc9501e0cb33216e4cc2955b9b5ecc224.zip cpython-17a564ecc9501e0cb33216e4cc2955b9b5ecc224.tar.gz cpython-17a564ecc9501e0cb33216e4cc2955b9b5ecc224.tar.bz2 |
Add file missed from backport
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 3a1b5ba..e5e96ad 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> |