mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
pass debug -D options to .rcp files to to include debug menus
This commit is contained in:
parent
0f271d707f
commit
31532c06ca
1 changed files with 3 additions and 2 deletions
|
@ -18,8 +18,9 @@
|
|||
PLATFORM=obj_palm
|
||||
|
||||
ifeq ($(MEMDEBUG),TRUE)
|
||||
DEBUG = -DMEM_DEBUG -DDEBUG
|
||||
PLATFORM := $(PLATFORM)_memdebug
|
||||
CFLAGS += -DMEM_DEBUG -DDEBUG -g -O0
|
||||
CFLAGS += $(DEBUG) -g -O0
|
||||
CSFLAGS += -O0 -g
|
||||
NAME = "CrossDbg"
|
||||
ICONTEXT = "CrossDbg"
|
||||
|
@ -274,7 +275,7 @@ $(PLATFORM)/res.prc: xwords4.rcp $(HEADERS) StrL03e8.bin $(FNAVS) $(PNOLET)
|
|||
rm -f $< *.bin
|
||||
|
||||
xwords4.rcp: l10n/xwords4_$(LANG).rcp.pre xwords4defines.h $(BITMAP_RSRCS)
|
||||
gcc -x c -E -P $(INCLUDES) $(MYDEFS_68K) \
|
||||
gcc -x c -E -P $(INCLUDES) $(MYDEFS_68K) $(DEBUG) \
|
||||
-DICONTEXT=\"$(ICONTEXT)\" $< > $@
|
||||
|
||||
LocalizedStrIncludes.h StrL03e8.bin: ./l10n/StrRes_$(LANG).pre ./l10n/mkstrsres.c
|
||||
|
|
Loading…
Reference in a new issue