diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-02-10 14:19:36 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-02-10 14:19:36 +0100 |
commit | ec7729dfc2425044ab4d508165b4fb0a00c065d0 (patch) | |
tree | 1c6ce12497bf9bd8b32ee6a4af26ddafdc40da61 /PCbuild | |
parent | d3f4d3fd74ca4924bbca57433ba13435c164978e (diff) | |
download | cpython-master.tar.gz |
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 c18c174bf7..6b23d8ecac 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" /> |