mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
better -D passing
This commit is contained in:
parent
638112600d
commit
5a9bd351be
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ ifneq (x$(BUILD_AS_PNOLET)x, xx)
|
|||
.PHONY : pnolet
|
||||
|
||||
pnolet: LocalizedStrIncludes.h
|
||||
$(MAKE) -f Makefile.PNO MYDEFINES="$(MYDEFINES) -DAPPID=\'$(APPID)\' -DXW_TARGET_PNO -D__LITTLE_ENDIAN"
|
||||
$(MAKE) -f Makefile.PNO MYDEFINES="$(MYDEFINES) -DAPPID=\'$(APPID)\'"
|
||||
endif
|
||||
|
||||
# GDB seems confused by relative paths these days. So generate the
|
||||
|
|
Loading…
Reference in a new issue