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

4
.gitmodules vendored
View file

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