summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2019-09-26 05:07:09 (GMT)
committerGitHub <noreply@github.com>2019-09-26 05:07:09 (GMT)
commit90b4e49c98dd0ff948e13dd0618240c2294eb23d (patch)
treef39050322f4d0b7583837733149b565643033769
parente73b93ab3e0bc2e5a3591f125f465353e025ecaf (diff)
downloadcpython-90b4e49c98dd0ff948e13dd0618240c2294eb23d.zip
cpython-90b4e49c98dd0ff948e13dd0618240c2294eb23d.tar.gz
cpython-90b4e49c98dd0ff948e13dd0618240c2294eb23d.tar.bz2
bpo-38174 follow up: Remove loadlibrary.c from VS9.0. (GH-16411)
-rw-r--r--PC/VS9.0/_elementtree.vcproj4
-rw-r--r--PC/VS9.0/pyexpat.vcproj4
2 files changed, 0 insertions, 8 deletions
diff --git a/PC/VS9.0/_elementtree.vcproj b/PC/VS9.0/_elementtree.vcproj
index 2915eb3..f89409c 100644
--- a/PC/VS9.0/_elementtree.vcproj
+++ b/PC/VS9.0/_elementtree.vcproj
@@ -595,10 +595,6 @@
>
</File>
<File
- RelativePath="..\..\Modules\expat\loadlibrary.c"
- >
- </File>
- <File
RelativePath="..\..\Modules\expat\xmlparse.c"
>
</File>
diff --git a/PC/VS9.0/pyexpat.vcproj b/PC/VS9.0/pyexpat.vcproj
index 7a2474e..76b698f 100644
--- a/PC/VS9.0/pyexpat.vcproj
+++ b/PC/VS9.0/pyexpat.vcproj
@@ -535,10 +535,6 @@
>
</File>
<File
- RelativePath="..\..\Modules\expat\loadlibrary.c"
- >
- </File>
- <File
RelativePath="..\..\Modules\expat\xmlparse.c"
>
</File>