summaryrefslogtreecommitdiff
path: root/PCbuild/_testembed.vcxproj.filters
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-07-25 08:58:07 -0500
committerZachary Ware <zachary.ware@gmail.com>2014-07-25 08:58:07 -0500
commitf7152db99fbbeccec7ca734535836a9605cf932a (patch)
tree3dd5248a30d97248b44f5a0b74bf201d8962730d /PCbuild/_testembed.vcxproj.filters
parentefd5df9e5267fd337cde95b0dec319ea59187bf4 (diff)
downloadcpython-git-f7152db99fbbeccec7ca734535836a9605cf932a.tar.gz
Issue #18093: Give the Windows build _testembed.c's new location.
Diffstat (limited to 'PCbuild/_testembed.vcxproj.filters')
-rw-r--r--PCbuild/_testembed.vcxproj.filters2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_testembed.vcxproj.filters b/PCbuild/_testembed.vcxproj.filters
index dea54d4ad4..f7f9abeb1d 100644
--- a/PCbuild/_testembed.vcxproj.filters
+++ b/PCbuild/_testembed.vcxproj.filters
@@ -15,7 +15,7 @@
</Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="..\Modules\_testembed.c">
+ <ClCompile Include="..\Programs\_testembed.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>