summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-10-21 05:39:39 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-10-21 05:39:39 (GMT)
commita2bc46da140fd87df7aac953295ed96b7c90668b (patch)
tree85277c48dd26aa017aa73c91ad82a90a335990fd /PCbuild
parenta1289c6841771e5ee3776c8f90a4ff5caa32a46e (diff)
parent4510e6de9d38987c5b00ce416da19fe9ffc2dde9 (diff)
downloadcpython-a2bc46da140fd87df7aac953295ed96b7c90668b.zip
cpython-a2bc46da140fd87df7aac953295ed96b7c90668b.tar.gz
cpython-a2bc46da140fd87df7aac953295ed96b7c90668b.tar.bz2
merge 3.6
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcxproj1
-rw-r--r--PCbuild/pythoncore.vcxproj.filters3
2 files changed, 0 insertions, 4 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index 769c643..963da89 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -356,7 +356,6 @@
<ClCompile Include="..\Python\ceval.c" />
<ClCompile Include="..\Python\codecs.c" />
<ClCompile Include="..\Python\compile.c" />
- <ClCompile Include="..\Python\dtrace_stubs.c" />
<ClCompile Include="..\Python\dynamic_annotations.c" />
<ClCompile Include="..\Python\dynload_win.c" />
<ClCompile Include="..\Python\errors.c" />
diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters
index a45b9d9..762210d 100644
--- a/PCbuild/pythoncore.vcxproj.filters
+++ b/PCbuild/pythoncore.vcxproj.filters
@@ -851,9 +851,6 @@
<ClCompile Include="..\Python\compile.c">
<Filter>Python</Filter>
</ClCompile>
- <ClCompile Include="..\Python\dtrace_stubs.c">
- <Filter>Python</Filter>
- </ClCompile>
<ClCompile Include="..\Python\dynamic_annotations.c">
<Filter>Python</Filter>
</ClCompile>