mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +08:00
Update for template changes.
This commit is contained in:
parent
d03772fca5
commit
68a00bd5bc
10
Makefile
10
Makefile
@ -60,12 +60,12 @@ LIBS := -lctru -lm
|
|||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
LIBDIRS := $(CTRULIB) ./lib
|
LIBDIRS := $(CTRULIB) ./lib
|
||||||
|
|
||||||
MAKEROM = $(TOPDIR)/tools/makerom
|
|
||||||
BANNERTOOL = $(TOPDIR)/tools/bannertool
|
|
||||||
|
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
MAKEROM += .exe
|
MAKEROM = $(TOPDIR)/tools/makerom.exe
|
||||||
BANNERTOOL += .exe
|
BANNERTOOL = $(TOPDIR)/tools/bannertool.exe
|
||||||
|
else
|
||||||
|
MAKEROM = $(TOPDIR)/tools/makerom
|
||||||
|
BANNERTOOL = $(TOPDIR)/tools/bannertool
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user