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
This commit is contained in:
Tvangeste 2013-08-11 23:40:36 +02:00
parent a9d2ba7c84
commit 323ddaa34e
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "winlibs/lib/msvc"]
path = winlibs/lib/msvc
url = git@github.com:Tvangeste/goldendict-winlibs-prebuilt.git

1
winlibs/lib/msvc Submodule

@ -0,0 +1 @@
Subproject commit 36a7611087f93eae4f645bbae6b8a71b3c8c986f