mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-05 08:39:05 +00:00
Switch over to Universal-Core. (#18)
* Don't build here. * WIP: Switch to Universal-Core. * Update Submodule repo & azure-pipelines.
This commit is contained in:
@@ -75,9 +75,10 @@ endif
|
||||
#---------------------------------------------------------------------------------
|
||||
TARGET := Universal-Updater
|
||||
BUILD := build
|
||||
SOURCES := source source/download source/lang source/screens source/utils
|
||||
UNIVCORE := Universal-Core
|
||||
SOURCES := $(UNIVCORE) source source/download source/lang source/screens source/utils
|
||||
DATA := data
|
||||
INCLUDES := include include/download include/lang include/screens include/utils
|
||||
INCLUDES := $(UNIVCORE) include include/download include/lang include/screens include/utils
|
||||
GRAPHICS := assets/gfx
|
||||
#GFXBUILD := $(BUILD)
|
||||
ROMFS := romfs
|
||||
|
||||
Reference in New Issue
Block a user