Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Jordan <robertj@gmx.net>2006-01-08 03:49:05 +0300
committerRobert Jordan <robertj@gmx.net>2006-01-08 03:49:05 +0300
commit2c663a0b53ee82b7360500e6eb762a6529fa86cc (patch)
tree0eec39e81ef169fe5d955923c54ff516c5a1026b /man/mkbundle.1
parent6d5db2e3d14570f17d1ac202b36c78119e0aa739 (diff)
2006-01-08 Robert Jordan <robertj@gmx.net>
* man/mkbundle.1: Documented environment variables and Windows issues. svn path=/trunk/mono/; revision=55198
Diffstat (limited to 'man/mkbundle.1')
-rw-r--r--man/mkbundle.113
1 files changed, 13 insertions, 0 deletions
diff --git a/man/mkbundle.1 b/man/mkbundle.1
index dec60d9111f..465854fad8b 100644
--- a/man/mkbundle.1
+++ b/man/mkbundle.1
@@ -87,9 +87,22 @@ 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 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 options "--static" and "-z" are 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