Replace Expat sources directory with a Git submodule

This will make it simpler to track upstream in the future.
This commit is contained in:
Vadim Zeitlin
2017-11-11 12:11:03 +01:00
parent e1c54ff032
commit 824134d427
156 changed files with 1297 additions and 73336 deletions

4
.gitmodules vendored
View File

@@ -9,3 +9,7 @@
path = src/png
url = https://github.com/wxWidgets/libpng.git
branch = wx
[submodule "src/expat"]
path = src/expat
url = https://github.com/wxWidgets/libexpat.git
branch = wx