J :
* Make debug compilation possible on PSP.
This commit is contained in:
@@ -15,7 +15,6 @@ TARGET = wagic
|
|||||||
endif
|
endif
|
||||||
ifeq ($(MAKECMDGOALS),debug)
|
ifeq ($(MAKECMDGOALS),debug)
|
||||||
DEFAULT_RULE = debug
|
DEFAULT_RULE = debug
|
||||||
TARGET_ARCHITECTURE = linux
|
|
||||||
endif
|
endif
|
||||||
ifeq ($(MAKECMDGOALS),linux)
|
ifeq ($(MAKECMDGOALS),linux)
|
||||||
DEFAULT_RULE = linux
|
DEFAULT_RULE = linux
|
||||||
@@ -67,6 +66,8 @@ debug: CXXFLAGS += -ggdb3 -D_DEBUG -DDEBUG
|
|||||||
ifeq ($(TARGET_ARCHITECTURE),psp)
|
ifeq ($(TARGET_ARCHITECTURE),psp)
|
||||||
include $(PSPSDK)/lib/build.mak
|
include $(PSPSDK)/lib/build.mak
|
||||||
|
|
||||||
|
debug: all
|
||||||
|
|
||||||
3xx:
|
3xx:
|
||||||
@echo Rule 3xx is deprecated. Did you want to use just "make" ?
|
@echo Rule 3xx is deprecated. Did you want to use just "make" ?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user