From c72e62e534f89cde0ffe3ef9199d4feb7b63939f Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 25 Sep 2017 14:24:28 -0700 Subject: [PATCH] Add submodule for simplefilewatcher --- .gitmodules | 3 +++ NOTICE.md | 3 +++ project/Build.xml | 10 ++++++++++ project/lib/simplefilewatcher | 1 + 4 files changed, 17 insertions(+) create mode 160000 project/lib/simplefilewatcher diff --git a/.gitmodules b/.gitmodules index 0b537db5f..3ee13ec05 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "project/lib/tinyfiledialogs"] path = project/lib/tinyfiledialogs url = https://github.com/native-toolkit/tinyfiledialogs +[submodule "project\\lib\\simplefilewatcher"] + path = project\\lib\\simplefilewatcher + url = https://github.com/native-toolkit/simplefilewatcher diff --git a/NOTICE.md b/NOTICE.md index 67929f748..aae7378fd 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -40,6 +40,9 @@ This product bundles libpng 1.6.12, which is available under a This product bundles SDL dev (22a0b777d7cd), which is available under a "zlib" (BSD-style) license. For details, see [project/lib/sdl/](project/lib). +This product bundles simplefilewatcher, which is available under a +"MIT" license. For details, see [project/lib/simplefilewatcher/](project/lib). + This product bundles tinyfiledialogs 2.9.3, which is available under a "zlib" (BSD-style) license. For details, see [project/lib/tinyfiledialogs/](project/lib). diff --git a/project/Build.xml b/project/Build.xml index 8077ef46d..ddf3d9c3e 100644 --- a/project/Build.xml +++ b/project/Build.xml @@ -26,6 +26,7 @@ + @@ -213,6 +214,13 @@ +
+ + + + +
+
@@ -291,6 +299,7 @@ + @@ -317,6 +326,7 @@ + diff --git a/project/lib/simplefilewatcher b/project/lib/simplefilewatcher new file mode 160000 index 000000000..c5ca9793a --- /dev/null +++ b/project/lib/simplefilewatcher @@ -0,0 +1 @@ +Subproject commit c5ca9793a82be709de267558df9cbae5a278e532