]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.5] bpo-31170: Fix inclusion of expat in Windows build projects. (#3751)
authorSteve Dower <steve.dower@microsoft.com>
Tue, 26 Sep 2017 13:00:28 +0000 (06:00 -0700)
committerlarryhastings <larry@hastings.org>
Tue, 26 Sep 2017 13:00:28 +0000 (06:00 -0700)
* bpo-31170: Fix inclusion of expat in Windows build projects.

* Fixes line endings

PCbuild/_elementtree.vcxproj
PCbuild/_elementtree.vcxproj.filters
PCbuild/pyexpat.vcxproj
PCbuild/pyexpat.vcxproj.filters

index 639ba479db578665aae9e55f6166e14c95159ce7..12f3bd2ac3820bbbfa9fd4567f98eef565078b04 100644 (file)
@@ -86,6 +86,7 @@
     <ClInclude Include="..\Modules\expat\xmltok.h" />
   </ItemGroup>
   <ItemGroup>
+    <ClCompile Include="..\Modules\expat\loadlibrary.c" />
     <ClCompile Include="..\Modules\_elementtree.c" />
     <ClCompile Include="..\Modules\expat\xmlparse.c" />
     <ClCompile Include="..\Modules\expat\xmlrole.c" />
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
+</Project>
\ No newline at end of file
index ee78295fa9494daff16cf285bff518619714cc00..e36301ca6a256e0bbadfd81e55ce31a002f3887c 100644 (file)
     <ClCompile Include="..\Modules\expat\xmltok.c">
       <Filter>Source Files</Filter>
     </ClCompile>
+    <ClCompile Include="..\Modules\expat\loadlibrary.c">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+  </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\PC\python_nt.rc" />
   </ItemGroup>
 </Project>
\ No newline at end of file
index a2763f02063cd585bbda52a224250aec46fe117a..0bed878dfc1af938c92439f903048bff4e1c785c 100644 (file)
@@ -67,6 +67,7 @@
     <ClInclude Include="..\Modules\expat\xmltok.h" />
   </ItemGroup>
   <ItemGroup>
+    <ClCompile Include="..\Modules\expat\loadlibrary.c" />
     <ClCompile Include="..\Modules\pyexpat.c" />
     <ClCompile Include="..\Modules\expat\xmlparse.c" />
     <ClCompile Include="..\Modules\expat\xmlrole.c" />
index abf362fb0bfa8a39091d450e35ec015fe4d576c9..919a9ad2b78a625c235f879e102cbf6ab2f13d92 100644 (file)
     <ClCompile Include="..\Modules\expat\xmltok.c">
       <Filter>Source Files</Filter>
     </ClCompile>
+    <ClCompile Include="..\Modules\expat\loadlibrary.c">
+      <Filter>Source Files</Filter>
+    </ClCompile>
+  </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="..\PC\python_nt.rc" />
   </ItemGroup>
 </Project>
\ No newline at end of file