X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=man%2Fmkbundle.1;h=392ab7b065899eb52f39f4afe30fc1fb2ec56076;hb=5bf79dae62dc8a9830bddc5ba242bd3a9fd6165f;hp=dec60d9111f39a9c2f2315bcfd426b061ef2ba59;hpb=4a2ab0336e97f3591eebbb881a1471d3051946c9;p=mono.git diff --git a/man/mkbundle.1 b/man/mkbundle.1 index dec60d9111f..392ab7b0658 100644 --- a/man/mkbundle.1 +++ b/man/mkbundle.1 @@ -87,9 +87,26 @@ When passed, DIR will be set for the MONO_CFG_DIR environment variable Compresses the assemblies before embedding. This results in smaller executable files, but increases startup time and requires zlib to be installed on the target system. +.SH WINDOWS +On Windows systems, it it necessary to have Unix-like toolchain to be +installed for mkbundle to work. You can use cygwin's and install gcc, +gcc-mingw and as packages. +.SH ENVIRONMENT VARIABLES +.TP +.I "AS" +Assembler command. The default is "as". +.TP +.I "CC" +C compiler command. The default is "cc" under Linux and "gcc -mno-cygwin" +under Windows. .SH FILES This program will load referenced assemblies from the Mono assembly cache. +.SH BUGS +The option "--static" is not supported under Windows. +Moreover, a full cygwin environment containing at least "gcc" and "as" +is required for the build process. The generated executable does not +depend on cygwin. .SH MAILING LISTS Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details. .SH WEB SITE