[IronPython] Building IronPython/IronRuby for Mono? Yes!

Tomas Matousek Tomas.Matousek at microsoft.com
Wed Mar 23 17:13:07 CET 2011


" However, it appears that building the "v2..." targets doesn't work right now"

This should be fixed now.

Tomas

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Jeff Hardy
Sent: Wednesday, March 23, 2011 8:05 AM
To: Doug Blank
Cc: Discussion of IronPython
Subject: Re: [IronPython] Building IronPython/IronRuby for Mono? Yes!

On Wed, Mar 23, 2011 at 7:13 AM, Doug Blank <doug.blank at gmail.com> wrote:
> Questions:
>
> 1) How to build a Release version rather than Debug?
> 2) How to set the framework to use 2.0 rather than 4.0?

1) msbuild Solutions/Dlr.sln /p:Configuration="Release"
2) msbuild Solutions/Dlr.sln /p:Configuration="v2Debug" (or "v2Release")

I assume xbuild's command line matches msbuild's.

However, it appears that building the "v2..." targets doesn't work right now, which I was kinda afraid of. I think there's a discrepancy between the Microsoft.Scripting DLR and the .NET 4 DLR.

- Jeff
_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com







More information about the Ironpython-users mailing list