- fix for issue 390 (tokens available in shop)
- added "log" features in makefile
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-06-12 06:06:27 +00:00
parent b25cd5d041
commit d756005093
3 changed files with 14 additions and 2 deletions
+3
View File
@@ -60,12 +60,15 @@ LDFLAGS += $(LIBS)
debug: CXXFLAGS += -ggdb3 -D_DEBUG -DDEBUG
log: CXXFLAGS += -DDOLOG
ifeq ($(TARGET_ARCHITECTURE),psp)
include $(PSPSDK)/lib/build.mak
log: all
debug: all
3xx: