From 323ddaa34e51648024c514f4b5bcbd4595016f6b Mon Sep 17 00:00:00 2001 From: Tvangeste Date: Sun, 11 Aug 2013 23:40:36 +0200 Subject: [PATCH] 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 --- .gitmodules | 3 +++ winlibs/lib/msvc | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 winlibs/lib/msvc diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..9492cdc8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "winlibs/lib/msvc"] + path = winlibs/lib/msvc + url = git@github.com:Tvangeste/goldendict-winlibs-prebuilt.git diff --git a/winlibs/lib/msvc b/winlibs/lib/msvc new file mode 160000 index 00000000..36a76110 --- /dev/null +++ b/winlibs/lib/msvc @@ -0,0 +1 @@ +Subproject commit 36a7611087f93eae4f645bbae6b8a71b3c8c986f