Minitrace default was missing from the win32 makefile
This commit is contained in:
@@ -200,6 +200,9 @@ endif
|
||||
ifndef RTMIDI
|
||||
RTMIDI := y
|
||||
endif
|
||||
ifndef MINITRACE
|
||||
MINITRACE := n
|
||||
endif
|
||||
ifeq ($(DYNAREC), y)
|
||||
ifeq ($(ARM), y)
|
||||
ifeq ($(NEW_DYNAREC), n)
|
||||
|
Reference in New Issue
Block a user