Support Windows compilation.

This commit is contained in:
Steven Smith 2015-01-25 13:52:28 -08:00
parent 8343ce2628
commit d03772fca5
3 changed files with 5 additions and 0 deletions

View File

@ -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

Binary file not shown.

BIN
tools/makerom.exe Executable file

Binary file not shown.