Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 241 → Rev 242

/DUBwise/trunk/j2me/build.rb
9,13 → 9,9
resdir="res/"
 
 
 
 
 
 
 
if ARGV.length==2
bindir=ARGV[1]
puts `rm -rf #{bindir}`
else
bindir="bin"
end
94,20 → 90,20
firmware_modes=["all_firmwares"]
 
else
screensizes=["128x128","176x220","200x300","240x320","340x400","480x640"]
voice_modes=["no_voice","de_tts","de_64kbit_tts","en_speedy","wav"]
bluetooth_modes=["on","off"]
fileapi_modes=["on","off"]
devicecontrol_modes=["on","off"]
cldc11_modes=["on","off"]
firmware_modes=["no_firmwares","fc_mk3mag_firmware","all_firmwares"]
 
# screensizes=["128x128","176x220","200x300","240x320","340x400","480x640"]
# voice_modes=["no_voice","de_tts","de_64kbit_tts","en_speedy","wav"]
# bluetooth_modes=["on","off"]
# fileapi_modes=["on","off"]
# devicecontrol_modes=["on","off"]
# cldc11_modes=["on","off"]
# firmware_modes=["no_firmwares","fc_mk3mag_firmware","all_firmwares"]
puts "no valid profile given"
exit
end
 
 
puts `mv build.props build.props.bak`
puts `ant clean`
#puts `rm -rf #{bindir}`
puts `mkdir #{bindir}`