mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
pass -D options to gen_pace.pl
This commit is contained in:
parent
959357f0f6
commit
d1c36681f3
1 changed files with 6 additions and 1 deletions
|
@ -37,6 +37,11 @@ INCLUDE += \
|
||||||
ifneq (, $(findstring XWFEATURE_FIVEWAY,$(MYDEFS)))
|
ifneq (, $(findstring XWFEATURE_FIVEWAY,$(MYDEFS)))
|
||||||
INCLUDE += -I/usr/local/share/palmdev/Handspring5
|
INCLUDE += -I/usr/local/share/palmdev/Handspring5
|
||||||
INCLUDE += -I/usr/local/share/palmdev/Handspring5/68K
|
INCLUDE += -I/usr/local/share/palmdev/Handspring5/68K
|
||||||
|
GENDEFS += -DXWFEATURE_FIVEWAY
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifneq (, $(findstring XWFEATURE_BLUETOOTH,$(MYDEFS)))
|
||||||
|
GENDEFS += -DXWFEATURE_BLUETOOTH
|
||||||
endif
|
endif
|
||||||
|
|
||||||
INCLUDE += \
|
INCLUDE += \
|
||||||
|
@ -119,7 +124,7 @@ pace_gen.c pace_gen.h: ./gen_pace.pl funcfile.txt
|
||||||
-file $(PALMDIR)/Extensions/ExpansionMgr \
|
-file $(PALMDIR)/Extensions/ExpansionMgr \
|
||||||
-file $(PALMDIR)/Extensions/Bluetooth \
|
-file $(PALMDIR)/Extensions/Bluetooth \
|
||||||
-file /usr/local/share/palmdev/Handspring5/68K/System \
|
-file /usr/local/share/palmdev/Handspring5/68K/System \
|
||||||
-oc pace_gen.c -oh pace_gen.h
|
-oc pace_gen.c -oh pace_gen.h $(GENDEFS)
|
||||||
rm -f _dirList
|
rm -f _dirList
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in a new issue