summaryrefslogtreecommitdiff
path: root/PCbuild/pythoncore.vcxproj
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-02-10 14:19:36 +0100
committerVictor Stinner <victor.stinner@gmail.com>2017-02-10 14:19:36 +0100
commitec7729dfc2425044ab4d508165b4fb0a00c065d0 (patch)
tree1c6ce12497bf9bd8b32ee6a4af26ddafdc40da61 /PCbuild/pythoncore.vcxproj
parentd3f4d3fd74ca4924bbca57433ba13435c164978e (diff)
downloadcpython-master.tar.gz
Backed out changeset f23fa1f7b68fHEADmaster
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 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" />