fix directive
[mono.git] / man / mkbundle.1
index 465854fad8b11aadc0e86c2d0e283a794c0728f8..392ab7b065899eb52f39f4afe30fc1fb2ec56076 100644 (file)
@@ -87,6 +87,10 @@ 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"
@@ -99,7 +103,7 @@ under Windows.
 This program will load referenced assemblies from the Mono assembly
 cache. 
 .SH BUGS
-The options "--static" and "-z" are not supported under Windows.
+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.