mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
wrap line
This commit is contained in:
parent
1cc517cca3
commit
8f7047a3f8
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ 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 -DUSE_PATTERNS
|
||||
XW_DEFINES = -DPLATFORM_EBOOK -DPOINTER_SUPPORT -DKEY_SUPPORT -DSHOW_PROGRESS \
|
||||
-DXWFEATURE_STANDALONE_ONLY -DFEATURE_TRAY_EDIT -DXWFEATURE_SEARCHLIMIT \
|
||||
-DNODE_CAN_4 -DUSE_PATTERNS -D__LITTLE_ENDIAN
|
||||
include ../common/config.mk
|
||||
|
||||
APPNAME = xwords4
|
||||
|
|
Loading…
Reference in a new issue