Rev 219 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 219 | Rev 242 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | 7 | ||
Line 8... | Line -... | ||
8 | - | ||
9 | resdir="res/" |
- | |
10 | - | ||
11 | - | ||
12 | - | ||
13 | 8 | ||
14 | 9 | resdir="res/" |
|
- | 10 | ||
15 | 11 | ||
16 | 12 | if ARGV.length==2 |
|
17 | if ARGV.length==2 |
13 | bindir=ARGV[1] |
Line 92... | Line 88... | ||
92 | devicecontrol_modes=["on"] |
88 | devicecontrol_modes=["on"] |
93 | cldc11_modes=["on"] |
89 | cldc11_modes=["on"] |
94 | firmware_modes=["all_firmwares"] |
90 | firmware_modes=["all_firmwares"] |
Line 95... | Line 91... | ||
95 | 91 | ||
96 | else |
92 | else |
97 | screensizes=["128x128","176x220","200x300","240x320","340x400","480x640"] |
93 | # screensizes=["128x128","176x220","200x300","240x320","340x400","480x640"] |
98 | voice_modes=["no_voice","de_tts","de_64kbit_tts","en_speedy","wav"] |
94 | # voice_modes=["no_voice","de_tts","de_64kbit_tts","en_speedy","wav"] |
99 | bluetooth_modes=["on","off"] |
95 | # bluetooth_modes=["on","off"] |
100 | fileapi_modes=["on","off"] |
96 | # fileapi_modes=["on","off"] |
101 | devicecontrol_modes=["on","off"] |
97 | # devicecontrol_modes=["on","off"] |
102 | cldc11_modes=["on","off"] |
98 | # cldc11_modes=["on","off"] |
- | 99 | # firmware_modes=["no_firmwares","fc_mk3mag_firmware","all_firmwares"] |
|
103 | firmware_modes=["no_firmwares","fc_mk3mag_firmware","all_firmwares"] |
100 | puts "no valid profile given" |
104 | 101 | exit |
|
Line 105... | Line 102... | ||
105 | end |
102 | end |
106 | 103 | ||
107 | - | ||
108 | puts `mv build.props build.props.bak` |
104 | |
Line 109... | Line 105... | ||
109 | puts `ant clean` |
105 | puts `mv build.props build.props.bak` |