1prj2make(prj2make 1.0)                                  prj2make(prj2make 1.0)
2
3
4

NAME

6       prj2make  -  Makefile  generator  from  Visual Studio and Sharp Develop
7       solution files.
8

SYNOPSIS

10       prj2make options file
11

DESCRIPTIOn

13       The prj2make tool will produce Makefiles or NMakefiles from Visual Stu‐
14       dio  solution  files  (files ending in .sln or .csproj) or SharpDevelop
15       combine files (files ending in .cmbx or .prjx).
16
17       This tool is commonly used to compile on Unix  source  code  which  has
18       been originally developed with Visual Studio or SharpDevelop.
19
20       This tool can also be used to convert Visual Studio project files (.sln
21       or  .csproj)  into   Sharp   Develop   .prjx/.cmbx   files,   use   the
22       `-csproj2prjx' for this.
23
24       By  default  prj2make will produce Makefiles suitable to be consumed by
25       Unix Make.  If your application needs to target nmake, you can use  the
26       option `-isNmake'.
27

OPTIONS

29       -c , -isCsc
30              Use csc instead of mcs on the generated files.
31
32       -csproj2prjx
33              Runs  in  conversion  mode, and turns a csproj/sln into a set of
34              prjx/cmbx files.
35
36       -n , -isNmake
37              Produce makefiles suitable to be used by Nmake.
38

MAILING LISTS

40       Visit http://lists.ximian.com/mailman/listinfo/mono-list for details.
41

WEB SITE

43       Visit: http://www.mono-project.com for details
44

SEE ALSO

46       mcs(1),mono(1),make(1),mono-config(5)
47
48
49
50
51                                                        prj2make(prj2make 1.0)
Impressum