diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-02-10 13:19:36 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-02-10 13:19:36 (GMT) |
commit | d2306cec4dc393a106aaac6b7c71a9b241be230d (patch) | |
tree | ce1368518c19fec7fbb18610f3172cb426d734ce /PCbuild | |
parent | 766af559ad967dcf5b2810331c331fe8773b8ef3 (diff) | |
download | cpython-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')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 3 |
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" /> |