mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-09 12:01:44 +00:00
Added libraries as submodules
This commit is contained in:
parent
47e2df4c77
commit
a21bcf3320
4 changed files with 10 additions and 2 deletions
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
@ -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
|
4
Makefile
4
Makefile
|
@ -39,10 +39,10 @@ include $(DEVKITPRO)/libnx/switch_rules
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
TARGET := $(notdir $(CURDIR))
|
TARGET := $(notdir $(CURDIR))
|
||||||
BUILD := build
|
BUILD := build
|
||||||
SOURCES := source lib/minizip/source
|
SOURCES := source lib/zipper/source
|
||||||
RESOURCES := resources
|
RESOURCES := resources
|
||||||
DATA := data
|
DATA := data
|
||||||
INCLUDES := include lib/minizip/include
|
INCLUDES := include lib/zipper/include
|
||||||
APP_TITLE := All-in-One Switch Updater
|
APP_TITLE := All-in-One Switch Updater
|
||||||
APP_AUTHOR := HamletDuFromage
|
APP_AUTHOR := HamletDuFromage
|
||||||
APP_VERSION := 1.1.1
|
APP_VERSION := 1.1.1
|
||||||
|
|
1
lib/borealis
Submodule
1
lib/borealis
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b7092fd66c6ee96bf59c50eb6afb4ead723af8ea
|
1
lib/zipper
Submodule
1
lib/zipper
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 29f02751f063c2440d363f2049b0b59f5b330b20
|
Loading…
Reference in a new issue