Hey,
This patch fixes a case issue when building with rake. Could it be applied?
Thanks,
--
Jb Evain <[email protected]>
diff --git a/Merlin/Main/Languages/Ruby/context.rb b/Merlin/Main/Languages/Ruby/context.rb
index 3a5ae7f..595f13b 100644
--- a/Merlin/Main/Languages/Ruby/context.rb
+++ b/Merlin/Main/Languages/Ruby/context.rb
@@ -399,7 +399,7 @@ IronRubyCompiler = CSProjCompiler.new do
:dir => '../../../../ndp/fx/src/Core/Microsoft/Scripting'
dlr_libs :references => ['Microsoft.Scripting.Core.dll', '!System.Xml.dll', '!System.dll', '!System.Configuration.dll', 'Microsoft.Scripting.ExtensionAttribute.dll','!System.Runtime.Remoting.dll'],
:switches => ['target:library'],
- :resources => {Pathname.new('math') + 'MathResources.resx' => Pathname.new('Microsoft.Scripting.Math.MathResources.resources')},
+ :resources => {Pathname.new('Math') + 'MathResources.resx' => Pathname.new('Microsoft.Scripting.Math.MathResources.resources')},
:output => 'Microsoft.Scripting.dll',
:csproj => 'Microsoft.Scripting.csproj',
:dir => '../../Runtime/Microsoft.Scripting'
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core