| CODENOTIFIER | HelpYou are not signed inSign in |
Project: IronRuby
Revision: 129
Author: sanxiyn
Date: 13 Aug 2008 15:35:18
Changes:Diff:| ... | ...@@ -484,9 +484,11 @@ | |
| 484 | 484 | args[:resources].each_value { |res| cs_args << "resource:\"#{build_path + res}\"" } |
| 485 | 485 | end |
| 486 | 486 | |
| 487 | cs_args << "recurse:*.cs" | |
| 488 | ||
| 487 | 489 | switches = '' |
| 488 | 490 | cs_args.each { |opt| switches << ' /' + opt } |
| 489 | cmd = CS_COMPILER + switches + ' ' + get_compile_path_list.join(" ") | |
| 491 | cmd = CS_COMPILER + switches | |
| 490 | 492 | exec cmd |
| 491 | 493 | end |
| 492 | 494 | end |