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:
@@ -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
|
||||
|
Reference in New Issue
Block a user