dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnet/csant csant.1,1.2,1.3


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/csant csant.1,1.2,1.3
Date: Thu, 25 Sep 2003 23:44:09 +0000

Update of /cvsroot/dotgnu-pnet/pnet/csant
In directory subversions:/tmp/cvs-serv4673/csant

Modified Files:
        csant.1 
Log Message:


Update the documentation for csant to include information about
the XML build file syntax.


Index: csant.1
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/csant/csant.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** csant.1     28 Jul 2003 00:28:39 -0000      1.2
--- csant.1     25 Sep 2003 23:44:07 -0000      1.3
***************
*** 14,18 ****
  .\" along with this program; if not, write to the Free Software
  .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
! .TH csant 1 "28 July 2003" "Southern Storm Software" "Portable.NET 
Development Tools"
  .SH NAME
  csant \- the C-Sharp compilation build tool
--- 14,18 ----
  .\" along with this program; if not, write to the Free Software
  .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
! .TH csant 1 "25 September 2003" "Southern Storm Software" "Portable.NET 
Development Tools"
  .SH NAME
  csant \- the C-Sharp compilation build tool
***************
*** 20,29 ****
  .ll +8
  .B csant
! [ options ]
  .I target
! \&...
  .SH DESCRIPTION
  .B Csant
! is an xml based build tool used mainly to compile C# (pronounced C-Sharp)
  projects.  \fBCsant\fR supports multiple compilers and generates appropriate 
  command line specifications for each compiler.
--- 20,29 ----
  .ll +8
  .B csant
! [ options ] [
  .I target
! \&... ]
  .SH DESCRIPTION
  .B Csant
! is an XML based build tool used mainly to compile C# (pronounced C-Sharp)
  projects.  \fBCsant\fR supports multiple compilers and generates appropriate 
  command line specifications for each compiler.
***************
*** 31,47 ****
  .TP
  .B \-\-file \fIname\fB, \-f \fIname\fR
! Specify the \fIname\fR of the build file to use.
  .TP
  .B \-\-base\-src\-dir \fIname\fB, \-b \fIname\fR
! Specify the base source directory for the build tree.
  .TP
  .B \-\-base\-build\-dir \fIname\fB, \-B \fIname\fR
! Specify the base build directory for the build tree.
  .TP
  .B \-D\fIname\fR=\fIvalue\fB, \-\-define \fIname\fB=\fIvalue\fR
! Define the property `name' and set it to `value'.
  .TP
  .B \-\-profile \fIname\fB, \-p \fIname\fR
! Specify the definition profile to use.
  .TP
  .B \-\-just\-print, \-n
--- 31,53 ----
  .TP
  .B \-\-file \fIname\fB, \-f \fIname\fR
! Specify the \fIname\fR of the build file to use.  If this option is not
! present, then csant will look for a file in the base source directory
! ending with the extension `\fB.csant\fR' or `\fB.build\fR'.
  .TP
  .B \-\-base\-src\-dir \fIname\fB, \-b \fIname\fR
! Specify the base source directory for the build tree.  By default,
! this is the current directory.
  .TP
  .B \-\-base\-build\-dir \fIname\fB, \-B \fIname\fR
! Specify the base build directory for the build tree.  By default,
! this is the current directory.
  .TP
  .B \-D\fIname\fR=\fIvalue\fB, \-\-define \fIname\fB=\fIvalue\fR
! Define the property `\fIname\fR' and set it to `\fIvalue\fR'.
  .TP
  .B \-\-profile \fIname\fB, \-p \fIname\fR
! Specify the definition profile to use.  The definition profile is
! loaded before the main build file, and typically modifies properties.
! This can be used to create multiple build configurations.
  .TP
  .B \-\-just\-print, \-n
***************
*** 64,68 ****
  .TP
  .B \-\-compiler \fIname\fB, \-C \fIname\fR
! Specify which compiler to use [`cscc' (default), `csc', or `mcs'].
  .TP
  .B \-\-version, \-v
--- 70,77 ----
  .TP
  .B \-\-compiler \fIname\fB, \-C \fIname\fR
! Specify which compiler to use (`\fBcscc\fR' (default), `\fBcsc\fR',
! or `\fBmcs\fR').  Whenever csant encounters a <compile> tag,
! it will launch the specified compiler, using the appropriate
! command-line options.
  .TP
  .B \-\-version, \-v





reply via email to

[Prev in Thread] Current Thread [Next in Thread]