summaryrefslogtreecommitdiff
path: root/man/prj2make.1
blob: 36127411a1e8ca3ac9a1ca7e26e191b4a2cf5b1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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)