From a21bcf332088938115b1557363df3034a54caf98 Mon Sep 17 00:00:00 2001 From: flb Date: Tue, 22 Sep 2020 23:29:05 +0200 Subject: [PATCH] Added libraries as submodules --- .gitmodules | 6 ++++++ Makefile | 4 ++-- lib/borealis | 1 + lib/zipper | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 lib/borealis create mode 160000 lib/zipper diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..469d0ff --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "lib/zipper"] + path = lib/zipper + url = https://github.com/HamletDuFromage/zipper +[submodule "lib/borealis"] + path = lib/borealis + url = https://github.com/natinusala/borealis diff --git a/Makefile b/Makefile index 18cb7ef..32d2eca 100644 --- a/Makefile +++ b/Makefile @@ -39,10 +39,10 @@ include $(DEVKITPRO)/libnx/switch_rules #--------------------------------------------------------------------------------- TARGET := $(notdir $(CURDIR)) BUILD := build -SOURCES := source lib/minizip/source +SOURCES := source lib/zipper/source RESOURCES := resources DATA := data -INCLUDES := include lib/minizip/include +INCLUDES := include lib/zipper/include APP_TITLE := All-in-One Switch Updater APP_AUTHOR := HamletDuFromage APP_VERSION := 1.1.1 diff --git a/lib/borealis b/lib/borealis new file mode 160000 index 0000000..b7092fd --- /dev/null +++ b/lib/borealis @@ -0,0 +1 @@ +Subproject commit b7092fd66c6ee96bf59c50eb6afb4ead723af8ea diff --git a/lib/zipper b/lib/zipper new file mode 160000 index 0000000..29f0275 --- /dev/null +++ b/lib/zipper @@ -0,0 +1 @@ +Subproject commit 29f02751f063c2440d363f2049b0b59f5b330b20