diff --git a/Makefile b/Makefile index c0f5aed..b9c5b68 100644 --- a/Makefile +++ b/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 diff --git a/tools/bannertool.exe b/tools/bannertool.exe new file mode 100755 index 0000000..64c2966 Binary files /dev/null and b/tools/bannertool.exe differ diff --git a/tools/makerom.exe b/tools/makerom.exe new file mode 100755 index 0000000..e98ef9a Binary files /dev/null and b/tools/makerom.exe differ