[Mono-list] [Mono-dev] Idea for use MonoCharge under Windows

Daniel Morgan monodanmorg at yahoo.com
Wed Sep 10 13:44:52 EDT 2008


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 <surfzoid at gmail.com> wrote:

> From: Petit Eric <surfzoid at gmail.com>
> Subject: [Mono-dev] Idea for use MonoCharge under Windows
> To: "Mono mailing list" <mono-list at lists.ximian.com>, "mono-devel" <mono-devel-list at lists.ximian.com>
> 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



      


More information about the Mono-list mailing list