mirror of
https://github.com/wiiu-env/FunctionPatcherModule.git
synced 2026-09-03 06:35:17 -05:00
Improve logging to include module name
This commit is contained in:
7
Makefile
7
Makefile
@@ -21,7 +21,7 @@ WUT_ROOT := $(DEVKITPRO)/wut
|
||||
#-------------------------------------------------------------------------------
|
||||
TARGET := FunctionPatcherModule
|
||||
BUILD := build
|
||||
SOURCES := source
|
||||
SOURCES := source source/utils
|
||||
DATA := data
|
||||
INCLUDES := source
|
||||
|
||||
@@ -43,6 +43,11 @@ CXXFLAGS += -DDEBUG -g
|
||||
CFLAGS += -DDEBUG -g
|
||||
endif
|
||||
|
||||
ifeq ($(DEBUG),VERBOSE)
|
||||
CXXFLAGS += -DDEBUG -DVERBOSE_DEBUG -g
|
||||
CFLAGS += -DDEBUG -DVERBOSE_DEBUG -g
|
||||
endif
|
||||
|
||||
LIBS := -lwums -lwut -lkernel
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user