Replace tiff subdirectory with a Git submodule

Try to preserve most of the manual changes done to libtiff sources in
wxWidgets, dropping just some VC6-specific workarounds which are not
needed any more.
This commit is contained in:
Vadim Zeitlin
2017-11-11 20:46:42 +01:00
parent 2cee986e03
commit 03c81535ab
540 changed files with 8 additions and 198168 deletions

View File

@@ -14,9 +14,9 @@ by wxWidgets with newer versions.
1. Submodules
-------------
Normally all third party libraries should be managed using Git submodules.
Currently expat, zlib and libpng use them, but this will be extended to the
other third party libraries (i.e. libjpeg and libtiff) soon.
All third party libraries except libjpeg (which should be switched too soon)
are managed using Git submodules. This includes 3rdparty/catch and expat, jpeg,
png, tiff and zlib subdirectories of src.
As always with submodules, updating a library involves updating its sources in
the submodule, pushing this submodule out and then committing the changes in