mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
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:
parent
a9d2ba7c84
commit
323ddaa34e
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
1
winlibs/lib/msvc
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 36a7611087f93eae4f645bbae6b8a71b3c8c986f
|
Loading…
Reference in a new issue