]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Filter namespaceobject's files properly in the pythoncore VS project.
authorZachary Ware <zachary.ware@gmail.com>
Wed, 11 Dec 2013 23:12:34 +0000 (17:12 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 11 Dec 2013 23:12:34 +0000 (17:12 -0600)
PCbuild/pythoncore.vcxproj.filters

index 09b4bb4d027ee8363e6766cb8a8bf232291d8808..5647febdb76a50128bfa858416a054cd89886c3b 100644 (file)
     <ClInclude Include="..\Python\thread_nt.h">
       <Filter>Python</Filter>
     </ClInclude>
-    <ClInclude Include="..\Include\namespaceobject.h" />
     <ClInclude Include="..\Python\condvar.h">
       <Filter>Python</Filter>
     </ClInclude>
     <ClInclude Include="..\Python\ceval_gil.h">
       <Filter>Python</Filter>
     </ClInclude>
+    <ClInclude Include="..\Include\namespaceobject.h">
+      <Filter>Include</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\Modules\_bisectmodule.c">
     <ClCompile Include="..\Modules\_winapi.c">
       <Filter>PC</Filter>
     </ClCompile>
-    <ClCompile Include="..\Objects\namespaceobject.c" />
+    <ClCompile Include="..\Objects\namespaceobject.c">
+      <Filter>Objects</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ResourceCompile Include="..\PC\python_nt.rc">