Update for template changes.

This commit is contained in:
Steven Smith 2015-01-25 14:46:09 -08:00
parent d03772fca5
commit 68a00bd5bc

View File

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