mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
fixes to the merge
This commit is contained in:
parent
bb80cdfb08
commit
baba78535f
3 changed files with 1 additions and 4 deletions
|
@ -43,11 +43,10 @@ LOCAL_DEFINES += \
|
|||
-D__LITTLE_ENDIAN \
|
||||
|
||||
ifeq ($(CHAT_ENABLED),true)
|
||||
|
||||
LOCAL_DEFINES += -DXWFEATURE_CHAT
|
||||
endif
|
||||
ifeq ($(THUMBNAIL_ENABLED),true)
|
||||
local_DEFINES += -DXWFEATURE_ACTIVERECT
|
||||
LOCAL_DEFINES += -DXWFEATURE_ACTIVERECT
|
||||
endif
|
||||
|
||||
# -DXWFEATURE_SCOREONEPASS \
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
APP_ABI := armeabi x86
|
|
@ -154,7 +154,6 @@ public class BoardCanvas extends Canvas implements DrawCtx {
|
|||
R.string.bonus_w2x_summary ,
|
||||
R.string.bonus_l3x_summary,
|
||||
R.string.bonus_w3x_summary };
|
||||
res = activity.getResources();
|
||||
for ( int ii = 0; ii < ids.length; ++ii ) {
|
||||
m_bonusSummaries[ ii+1 ] = res.getString( ids[ii] );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue