|
|
@@ -0,0 +1,50 @@
|
|
|
+.\"
|
|
|
+.\" mono manual page.
|
|
|
+.\" Author:
|
|
|
+.\" Francisco Martinez
|
|
|
+.\"
|
|
|
+.de Sp \" Vertical space (when we can't use .PP)
|
|
|
+.if t .sp .5v
|
|
|
+.if n .sp
|
|
|
+..
|
|
|
+.TH prj2make "prj2make 1.0"
|
|
|
+.SH NAME
|
|
|
+prj2make \- Makefile generator from Visual Studio and Sharp Develop
|
|
|
+solution files.
|
|
|
+.SH SYNOPSIS
|
|
|
+.PP
|
|
|
+.B prj2make options file
|
|
|
+.SH DESCRIPTIOn
|
|
|
+The \fIprj2make\fP tool will produce Makefiles or NMakefiles from
|
|
|
+Visual Studio solution files (files ending in .sln or .csproj) or
|
|
|
+SharpDevelop combine files (files ending in .cmbx or .prjx).
|
|
|
+.PP
|
|
|
+This tool is commonly used to compile on Unix source code which has
|
|
|
+been originally developed with Visual Studio or SharpDevelop.
|
|
|
+.PP
|
|
|
+This tool can also be used to convert Visual Studio project files
|
|
|
+(.sln or .csproj) into Sharp Develop .prjx/.cmbx files, use the
|
|
|
+`-csproj2prjx' for this.
|
|
|
+.PP
|
|
|
+By default
|
|
|
+.I prj2make
|
|
|
+will produce Makefiles suitable to be consumed by Unix Make. If your
|
|
|
+application needs to target nmake, you can use the option `-isNmake'.
|
|
|
+.SH OPTIONS
|
|
|
+.TP
|
|
|
+.I "-c", "-isCsc"
|
|
|
+Use csc instead of mcs on the generated files.
|
|
|
+.TP
|
|
|
+.I "-csproj2prjx"
|
|
|
+Runs in conversion mode, and turns a csproj/sln into a set of
|
|
|
+prjx/cmbx files.
|
|
|
+.TP
|
|
|
+.I "-n", "-isNmake"
|
|
|
+Produce makefiles suitable to be used by Nmake.
|
|
|
+.SH MAILING LISTS
|
|
|
+Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
|
|
|
+.SH WEB SITE
|
|
|
+Visit: http://www.mono-project.com for details
|
|
|
+.SH SEE ALSO
|
|
|
+.BR mcs(1), mono(1), make(1), mono-config(5)
|
|
|
+
|