summaryrefslogtreecommitdiff
path: root/PCbuild/python.vcxproj
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-07-25 21:52:14 +1000
committerNick Coghlan <ncoghlan@gmail.com>2014-07-25 21:52:14 +1000
commit411d273e5dd17e0f6c0f4336316e4b8c01a6ed4a (patch)
tree8e4ab5b149923f30e64c5e0f2826cf07bd5938a1 /PCbuild/python.vcxproj
parentb8a20c8cbfd0d21f7c83131d6cb234595a67436e (diff)
downloadcpython-411d273e5dd17e0f6c0f4336316e4b8c01a6ed4a.tar.gz
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 538734367b..6cb4ef5370 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">