Rev 264 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 264 | Rev 266 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | # see README for further Infos |
6 | # see README for further Infos |
Line 7... | Line 7... | ||
7 | 7 | ||
Line -... | Line 8... | ||
- | 8 | ||
- | 9 | resdir="res/" |
|
- | 10 | ||
- | 11 | if ARGV.include?("-l") |
|
- | 12 | puts "regenerating language strings" |
|
- | 13 | p `cd res ; ruby lang_gen.rb ; cd ..` |
|
- | 14 | ARGV.delete("-l") |
|
- | 15 | end |
|
- | 16 | ||
- | 17 | if ARGV.include?("-i") |
|
- | 18 | puts "regenerating images" |
|
- | 19 | p `cd res ; ruby image_gen.rb ; cd ..` |
|
- | 20 | ARGV.delete("-i") |
|
Line 8... | Line 21... | ||
8 | 21 | ||
9 | resdir="res/" |
22 | end |
10 | 23 | ||
11 | 24 |