[Mono-osx] General cross-platform issues and considerations

Alex Shulgin alexander.shulgin at yessoftware.com
Thu Oct 15 09:57:50 EDT 2009


Stifu wrote:
> So, like, doing:
> 
> mono MyApp.exe MONO_MWF_MAC_FORCE_X11

Like this:

MONO_MWF_MAC_FORCE_X11=whatever mono MyApp.exe

Or

#!/bin/sh
export MONO_MWF_MAC_FORCE_X11=whatever

mono MyApp.exe

--
Alex


More information about the Mono-osx mailing list