mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
new files to .gitignores; go back to discarding build command output
This commit is contained in:
parent
3723cf08fa
commit
788f241238
6 changed files with 12 additions and 4 deletions
1
xwords4/android/XWords4-bt/.gitignore
vendored
1
xwords4/android/XWords4-bt/.gitignore
vendored
|
@ -1,5 +1,4 @@
|
||||||
*.apk
|
*.apk
|
||||||
ant_out.txt
|
|
||||||
local.properties
|
local.properties
|
||||||
bin
|
bin
|
||||||
gen
|
gen
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
in between standard targets -->
|
in between standard targets -->
|
||||||
|
|
||||||
<target name="-pre-build">
|
<target name="-pre-build">
|
||||||
<exec dir="." executable="../scripts/mkvariant.sh" >
|
<exec dir="." executable="../scripts/mkvariant.sh" output="/dev/null">
|
||||||
<arg value="--variant-name"/>
|
<arg value="--variant-name"/>
|
||||||
<arg value="xw4bt"/>
|
<arg value="xw4bt"/>
|
||||||
<arg value="--dest-dir"/>
|
<arg value="--dest-dir"/>
|
||||||
|
@ -62,10 +62,10 @@
|
||||||
<arg value="--dest-dir"/>
|
<arg value="--dest-dir"/>
|
||||||
<arg value="./assets"/>
|
<arg value="./assets"/>
|
||||||
</exec>
|
</exec>
|
||||||
<exec dir="." executable="../scripts/ndkbuild.sh" >
|
<exec dir="." executable="../scripts/ndkbuild.sh" output="/dev/null">
|
||||||
<arg value="-j3"/>
|
<arg value="-j3"/>
|
||||||
</exec>
|
</exec>
|
||||||
<exec dir=".." executable="./scripts/genvers.sh" output="ant_out.txt">
|
<exec dir=".." executable="./scripts/genvers.sh" output="/dev/null">
|
||||||
<arg value="XWords4-bt"/>
|
<arg value="XWords4-bt"/>
|
||||||
<arg value="xw4bt"/>
|
<arg value="xw4bt"/>
|
||||||
</exec>
|
</exec>
|
||||||
|
|
|
@ -2,3 +2,4 @@ git_string.xml
|
||||||
strings.xml
|
strings.xml
|
||||||
styles.xml
|
styles.xml
|
||||||
app_name.xml
|
app_name.xml
|
||||||
|
common_rsrc.xml
|
||||||
|
|
|
@ -21,3 +21,5 @@ stat_notify_sync.png
|
||||||
undo.png
|
undo.png
|
||||||
values.png
|
values.png
|
||||||
zoom.png
|
zoom.png
|
||||||
|
bluetooth_active.png
|
||||||
|
bluetooth_disabled.png
|
||||||
|
|
|
@ -25,3 +25,5 @@ prefs_w_buttons.xml
|
||||||
relay_game_config.xml
|
relay_game_config.xml
|
||||||
rename_game.xml
|
rename_game.xml
|
||||||
select_dialog_item.xml
|
select_dialog_item.xml
|
||||||
|
btinviter_item.xml
|
||||||
|
btinviter.xml
|
||||||
|
|
|
@ -47,3 +47,7 @@ XWListActivity.java
|
||||||
XWListAdapter.java
|
XWListAdapter.java
|
||||||
XWListItem.java
|
XWListItem.java
|
||||||
XWListPreference.java
|
XWListPreference.java
|
||||||
|
BTInviteActivity.java
|
||||||
|
BTReceiver.java
|
||||||
|
BTService.java
|
||||||
|
MultiMsgSink.java
|
||||||
|
|
Loading…
Reference in a new issue