2007-10-24 21:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/debian/hbdot.1
  * harbour/debian/harbour.1
  * harbour/debian/hbrun.1
    * updated man files
This commit is contained in:
Przemyslaw Czerpak
2007-10-24 19:39:08 +00:00
parent e2e2d24604
commit 12f0dafac5
4 changed files with 13 additions and 7 deletions

View File

@@ -8,6 +8,12 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-10-24 21:38 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/debian/hbdot.1
* harbour/debian/harbour.1
* harbour/debian/hbrun.1
* updated man files
2007-10-24 20:57 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/source/rtl/hbbit.c
+ fixed HB_BITRESET()

View File

@@ -36,10 +36,6 @@ output type: Platform dependant object module
output type: Windows/DOS OBJ32 (.obj)
.IP "\fB-gh\fP" 10
output type: Harbour Portable Object (.hrb)
.IP "\fB-gj\fP" 10
output type: Java source (.java)
.IP "\fB-gi\fP" 10
output type: .NET platform (.il)
.IP "\fB-i<path>\fP" 10
#include file search path
.IP "\fB-k\fP" 10
@@ -58,6 +54,8 @@ no implicit starting procedure (default)
object file drive and/or path
.IP "\fB-p[<path>]\fP" 10
generate pre-processed output (.ppo) file
.IP "\fB-p+\fP" 10
generate pre-processor trace (.ppt) file
.IP "\fB-q\fP" 10
quiet
.IP "\fB-q0\fP" 10
@@ -68,6 +66,8 @@ set maximum number of preprocessor iterations
syntax check only
.IP "\fB-u[<file>]\fP" 10
use command def set in <file> (or none)
.IP "\fB-undef:<id>\fP" 10
#undef <id>
.IP "\fB-v\fP" 10
variables are assumed M->
.IP "\fB-w[<level>]\fP" 10

View File

@@ -21,7 +21,7 @@ and set executable attribute.
.SH OPTIONS
This program has no options. \fB<parameters,...>\fP are passed to
startup function in executed code.
startup function in executed code coming from \fB<file[.prg]>\fP.
.SH AUTHOR

View File

@@ -4,13 +4,13 @@
hbrun \- Harbour Project Runner
.SH SYNOPSIS
\fBhbrun\fP \fB<hrbfile[.hrb|.prg]>\fP \fB[<parameters,...>]\fP
\fBhbrun\fP \fB<file[.hrb|.prg]>\fP \fB[<parameters,...>]\fP
.SH DESCRIPTION
\fBhbrun\fP is the Harbour Project runner which can execute
xBase/Clipper source code in .prg files or compiled Harbour
Portable Objects - .hrb files. Type of file is recognized by
extension used with \fB<hrbfile>\fP parameter. If not given
extension used with \fB<file>\fP parameter. If not given
then .hrb is used.
.PP
\fBhbrun\fP can be also used to execute .prg files as scripts