summaryrefslogtreecommitdiff
path: root/PCbuild/pythoncore.vcxproj.filters
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-10-11 15:15:52 -0700
committerSteve Dower <steve.dower@microsoft.com>2015-10-11 15:15:52 -0700
commit5700ae877fc1a93cebe95739c6817d06768504c0 (patch)
treee2c62abc4d49f880654530adae2c935badd51f48 /PCbuild/pythoncore.vcxproj.filters
parent9c8213fbc166486a0adf5003e464dee35510fa4e (diff)
downloadcpython-git-5700ae877fc1a93cebe95739c6817d06768504c0.tar.gz
Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build
Diffstat (limited to 'PCbuild/pythoncore.vcxproj.filters')
-rw-r--r--PCbuild/pythoncore.vcxproj.filters6
1 files changed, 6 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters
index 3b275bb0de..837b73690a 100644
--- a/PCbuild/pythoncore.vcxproj.filters
+++ b/PCbuild/pythoncore.vcxproj.filters
@@ -435,6 +435,9 @@
<ClInclude Include="..\Modules\hashtable.h">
<Filter>Modules</Filter>
</ClInclude>
+ <ClInclude Include="..\Include\odictobject.h">
+ <Filter>Include</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\Modules\_bisectmodule.c">
@@ -968,6 +971,9 @@
<ClCompile Include="..\PC\invalid_parameter_handler.c">
<Filter>PC</Filter>
</ClCompile>
+ <ClCompile Include="..\Objects\odictobject.c">
+ <Filter>Objects</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\PC\python_nt.rc">