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:
authorGeoff Norton <grompf@sublimeintervention.com>2005-02-01 07:52:45 +0300
committerGeoff Norton <grompf@sublimeintervention.com>2005-02-01 07:52:45 +0300
commit844765999fdb22b8b0cf84367aa96f6eab1dd4ba (patch)
treefaefc0ff13b312c46e5a614bd73863ef3379a9a9 /man/macpack.1
parente4b34e75604bec819d67f7c9a371d0320350fd76 (diff)
2005-01-31 Geoff Norton <gnorton@customerdna.com>
* Initial import of macpack svn path=/trunk/mono/; revision=39906
Diffstat (limited to 'man/macpack.1')
-rw-r--r--man/macpack.152
1 files changed, 52 insertions, 0 deletions
diff --git a/man/macpack.1 b/man/macpack.1
new file mode 100644
index 00000000000..e88faec0628
--- /dev/null
+++ b/man/macpack.1
@@ -0,0 +1,52 @@
+..\"
+.\" macpack manual page.
+.\" (C) 2004 Geoff Norton
+.\" Author:
+.\" Geoff Norton (gnorton@customerdna.com)
+.\"
+.de Sp \" Vertical space (when we can't use .PP)
+.if t .sp .5v
+.if n .sp
+..
+.TH macpack "Mono 1.0"
+.SH NAME
+macpack \- Macintosh OS X Packager for managed gui assemblies
+.SH SYNOPSIS
+.PP
+.B macpack [options]
+.SH DESCRIPTION
+\fImacpack\fP is a tool used to package managed assemblies (like
+System.Windows.Forms or Cocoa#) that require gui availability for deployment
+on Mac OS X.
+.PP
+macpack will prepare a OS X compatible bundle from the provided assembly
+and resources.
+.PP
+.SH OPTIONS
+.I "-a" <assembly location>
+.Sp
+This option tells macpack where the managed assembly that you
+want to bundle resides.
+.Sp
+.I "-m" <mode>
+.Sp
+An integer parameter of the mode (Cocoa# or System.Windows.Forms).
+System.Windows.Forms = 1
+Cocoa# = 2
+.Sp
+.I "-n" <application name>
+.Sp
+This option specifies the application name of the emitted bundle.
+This is what you will see in Finder.
+.Sp
+.I "-o" <output path>
+.Sp
+This option specifies the path to output the generated Application.
+.Sp
+.I "-r" <resource>
+.Sp
+This option can be specified multiple times. It will place a copy of each resource
+into the bundles resources directory.
+.fi
+.SH WEB SITE
+Visit: http://www.mono-project.com for details