From dacbb1958627bef2e76fc234f47871f651dd0bbc Mon Sep 17 00:00:00 2001 From: jmdaweb Date: Tue, 25 Nov 2014 14:44:59 +0100 Subject: [PATCH] added the windows dependencies as a git submodule, so the users can get them only if they plan to build a binary version --- .gitmodules | 3 +++ windows-dependencies | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 windows-dependencies diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..6b0168c9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "windows-dependencies"] + path = windows-dependencies + url = https://github.com/jmdaweb/TWBlue_deps_windows.git diff --git a/windows-dependencies b/windows-dependencies new file mode 160000 index 00000000..e34b9654 --- /dev/null +++ b/windows-dependencies @@ -0,0 +1 @@ +Subproject commit e34b965499b5b99239fd2e4a661cdcbf207c4cd4