Open aXe1 opened 13 years ago
These dlls are common to DLR, but not .NET Framework.
DLR is installed by default with latest versions of .NET Framework, isn't it?
.NET 4.0 includes System.Dynamic.dll only, it is equivalent to Microsoft.Dynamic.dll. Microsoft.Scripting*.dlls are still needed.
Irpack ignores Microsoft.Dynamic.dll, because it is not installed on .NET4. If you generate executables using .NET 3.5 version of IronRuby, Microsoft.Dynamic.dll would be included.
Why do you need to pack some dll's that seems to be preinstalled with DLR?
Without these dlls, result .exe will be much thiner.