mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
Add warning when ARCH not defined -- it doesn't belong in your default
ENV if you compile Linux kernel 2.6.x -- and turn on new features.
This commit is contained in:
parent
dfd4da9947
commit
2af1705f1c
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@
|
|||
PLATFORM = franklin
|
||||
COMMON = ../common
|
||||
|
||||
XW_DEFINES = -DPLATFORM_EBOOK -DPOINTER_SUPPORT -DKEY_SUPPORT -DSHOW_PROGRESS -DXWFEATURE_STANDALONE_ONLY -D__LITTLE_ENDIAN
|
||||
ifndef ARCH
|
||||
$(error "Franklin builds require the environment variable ARCH. ")
|
||||
endif
|
||||
|
||||
XW_DEFINES = -DPLATFORM_EBOOK -DPOINTER_SUPPORT -DKEY_SUPPORT -DSHOW_PROGRESS -DXWFEATURE_STANDALONE_ONLY -DFEATURE_TRAY_EDIT -DXWFEATURE_SEARCHLIMIT -DNODE_CAN_4 -D__LITTLE_ENDIAN
|
||||
include ../common/config.mk
|
||||
|
||||
APPNAME = xwords4
|
||||
|
|
Loading…
Reference in a new issue