goldendict-ng/winlibs
Tvangeste 323ddaa34e Added submodule with MSVC++ 2012 prebuilt libraries
A submodule used instead of direct way of putting files into a repository
so that the official repo won't grow too much in size and since MSVC++
dependencies are not typically needed (on Linux/Mac and Windows with MinGW).

For those who don't need MSVC++ libs, they should just ignore the submodule.

Those who'd like to play with MSVC++ build should invoke:

git submodule init
git submodule update
2013-08-11 23:40:36 +02:00
..
include Win-specific: Update zLib to last official version 1.2.8 (issue #299) 2013-05-08 22:35:52 +04:00
lib Added submodule with MSVC++ 2012 prebuilt libraries 2013-08-11 23:40:36 +02:00
scripts Win-specific: Update zLib to last official version 1.2.8 (issue #299) 2013-05-08 22:35:52 +04:00
readme.txt Drop the src/ directory. It's superfluous. 2010-05-15 16:42:18 +04:00

This directory holds precompiled third-party libraries and their header files
used to build GoldenDict under Windows. Those are supplied merely to ease
the build process. No other platform except Windows uses those files, so they
can safely be removed for Linux builds etc.
Due credit goes to those created those libraries. The libraries are
copyrighted by their responsive copyright holders and distributed in
compliance to their respective licenses. No modifications were made except
those needed in order to build the libraries correctly. The source codes
aren't shipped here merely to shrink the size of the distribution, and can
be downloaded from the original libraries' websites separately.