mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-05 19:41:43 +08:00
Support Windows compilation.
This commit is contained in:
parent
8343ce2628
commit
d03772fca5
5
Makefile
5
Makefile
@ -63,6 +63,11 @@ LIBDIRS := $(CTRULIB) ./lib
|
||||
MAKEROM = $(TOPDIR)/tools/makerom
|
||||
BANNERTOOL = $(TOPDIR)/tools/bannertool
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
MAKEROM += .exe
|
||||
BANNERTOOL += .exe
|
||||
endif
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# no real need to edit anything past this point unless you need to add additional
|
||||
|
BIN
tools/bannertool.exe
Executable file
BIN
tools/bannertool.exe
Executable file
Binary file not shown.
BIN
tools/makerom.exe
Executable file
BIN
tools/makerom.exe
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user