" However, it appears that building the "v2..." targets doesn't work right now"
This should be fixed now. Tomas -----Original Message----- From: users-boun...@lists.ironpython.com [mailto:users-boun...@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.bl...@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@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com