summaryrefslogtreecommitdiffstats
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-02-10 13:19:36 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-02-10 13:19:36 (GMT)
commitd2306cec4dc393a106aaac6b7c71a9b241be230d (patch)
treece1368518c19fec7fbb18610f3172cb426d734ce /PCbuild/pythoncore.vcxproj
parent766af559ad967dcf5b2810331c331fe8773b8ef3 (diff)
downloadcpython-d2306cec4dc393a106aaac6b7c71a9b241be230d.zip
cpython-d2306cec4dc393a106aaac6b7c71a9b241be230d.tar.gz
cpython-d2306cec4dc393a106aaac6b7c71a9b241be230d.tar.bz2
Backed out changeset f23fa1f7b68f
Sorry, I didn't want to push this change before the review :-( I was pushing a change into the 2.7 branch.
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r--PCbuild/pythoncore.vcxproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj
index c18c174..6b23d8e 100644
--- a/PCbuild/pythoncore.vcxproj
+++ b/PCbuild/pythoncore.vcxproj
@@ -294,10 +294,9 @@
<ClCompile Include="..\Objects\abstract.c" />
<ClCompile Include="..\Objects\accu.c" />
<ClCompile Include="..\Objects\boolobject.c" />
- <ClCompile Include="..\Objects\bytearrayobject.c" />
<ClCompile Include="..\Objects\bytes_methods.c" />
+ <ClCompile Include="..\Objects\bytearrayobject.c" />
<ClCompile Include="..\Objects\bytesobject.c" />
- <ClCompile Include="..\Objects\call.c" />
<ClCompile Include="..\Objects\capsule.c" />
<ClCompile Include="..\Objects\cellobject.c" />
<ClCompile Include="..\Objects\classobject.c" />