mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
323ddaa34e
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
4 lines
120 B
Plaintext
4 lines
120 B
Plaintext
[submodule "winlibs/lib/msvc"]
|
|
path = winlibs/lib/msvc
|
|
url = git@github.com:Tvangeste/goldendict-winlibs-prebuilt.git
|