summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.vcxproj
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-07-25 11:52:14 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2014-07-25 11:52:14 (GMT)
commit973fe0ba7adb081b81f319b924f9bbb50b2b1345 (patch)
tree5b386540c29cbf34abbceb101c13377ae3760c71 /PCbuild/python.vcxproj
parentd6766ae434fd09130863af913a8193641e51b91c (diff)
downloadcpython-973fe0ba7adb081b81f319b924f9bbb50b2b1345.zip
cpython-973fe0ba7adb081b81f319b924f9bbb50b2b1345.tar.gz
cpython-973fe0ba7adb081b81f319b924f9bbb50b2b1345.tar.bz2
Issue #18093: Factor out the programs that embed the runtime
Diffstat (limited to 'PCbuild/python.vcxproj')
-rw-r--r--PCbuild/python.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/python.vcxproj b/PCbuild/python.vcxproj
index 5387343..6cb4ef5 100644
--- a/PCbuild/python.vcxproj
+++ b/PCbuild/python.vcxproj
@@ -510,7 +510,7 @@ echo @"$(OutDir)python$(PyDebugExt).exe" %%*&gt;&gt; "$(SolutionDir)..\python.ba
<ResourceCompile Include="..\PC\python_exe.rc" />
</ItemGroup>
<ItemGroup>
- <ClCompile Include="..\Modules\python.c" />
+ <ClCompile Include="..\Programs\python.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="pythoncore.vcxproj">