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

View File

@@ -15,8 +15,8 @@ by wxWidgets with newer versions.
-------------
Normally all third party libraries should be managed using Git submodules.
Currently only zlib and libpng use them, but this will be extended to the other
third party libraries (i.e. expat, libjpeg and libtiff) soon.
Currently expat, zlib and libpng use them, but this will be extended to the
other third party libraries (i.e. libjpeg and libtiff) soon.
As always with submodules, updating a library involves updating its sources in
the submodule, pushing this submodule out and then committing the changes in