summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-09 16:17:35 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-09 16:17:35 (GMT)
commit4db86bc1b465d6e5fa047ddafb9042fc12787459 (patch)
tree882ef4180040d396c73fd6f40988c3f90cc207d1 /PCbuild/pythoncore.vcxproj
parent783c9ef84dad5fc136a271ccd7fc30d2e556a58e (diff)
downloadcpython-4db86bc1b465d6e5fa047ddafb9042fc12787459.zip
cpython-4db86bc1b465d6e5fa047ddafb9042fc12787459.tar.gz
cpython-4db86bc1b465d6e5fa047ddafb9042fc12787459.tar.bz2
Changes pyvenv.cfg trick into an actual sys.path file.
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 69bd519..cad747e 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>shlwapi.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
<BaseAddress>0x1e000000</BaseAddress>
</Link>
</ItemDefinitionGroup>