This will not work if the runtime changes - more specifically, one of the internal calls changes. If so, then the mono runtime will need to be re-built.
If you're going to build the latest, you might as well learn Subversion and Cygwin. --- On Wed, 9/10/08, Petit Eric <[EMAIL PROTECTED]> wrote: > From: Petit Eric <[EMAIL PROTECTED]> > Subject: [Mono-dev] Idea for use MonoCharge under Windows > To: "Mono mailing list" <[email protected]>, "mono-devel" <[EMAIL > PROTECTED]> > Date: Wednesday, September 10, 2008, 12:09 PM > Hi > Here it is a simple idea to convert "recharge.sh" > in batch for windows. > Like this MonopWin32 can be updated with mono charge from > dailly build : > (of course my absolute path need to be adjusted) > @echo off > echo Mono version 1.9.1 Build 2 > echo Prepending > 'C:\PROGRA~1\MONO-1~1.1\bin' to PATH > PATH=C:\PROGRA~1\MONO-1~1.1\bin;%PATH% > > FOR %%F IN (*.dll) DO ( > mono > D:\temp\SharpDevelop\monocharge-20080910\monocharge-20080910\2.0\gacutil.exe > -i %%F > ) > pause _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
