* harbour-ce-spec
* harbour-w32-spec
* harbour.spec
* common.mak
* make_b32.mak
* make_gcc.mak
* make_vc.mak
* make_vcce.mak
* make_tgz.sh
* debian/rules
- doc/man/hbdot.1
* doc/man/hbrun.1
- utils/hbdot
* utils/hbrun/Makefile
* utils/hbrun/hbrun.prg
- utils/hbrun/external.prg
* Replaced hbrun functionality with hbdot's.
- Removed separate hbdot tool.
* contrib/hbsqlit3/sqlite3/sqlite3.c
* contrib/hbsqlit3/make_vc.bat
! Fixed bug in foreign code (sqlite3.c) to compile in
MSVC C++ mode. (HANDLE -> HMODULE)
* C++ mode is no longer forced in non-GNU MSVC builds,
this way also avoiding a screen warning.
* contrib/examples/dbu/bld_b32.bat
* contrib/examples/dbu/bld_vc.bat
! Fixed to call 'patch' with '-N' so that it doesn't
ask to reverse patches when run multiple times.
+ utils/hbdoc/bld_b32.bat
+ utils/hbdoc/bld_vc.bat
+ Added non-GNU make batch files to build hbmake.
; This is a step towards detaching hbdoc from core.
* utils/hbdoc/hbdocdef.ch
! Fixed equality operators to be SET EXACT independent.
; Minor formatting.
35 lines
1.0 KiB
Groff
35 lines
1.0 KiB
Groff
.TH HBRUN 1
|
|
|
|
.SH NAME
|
|
hbrun \- "DOt Prompt" Console / runner for the Harbour Language
|
|
|
|
.SH SYNOPSIS
|
|
\fBhbrun\fP \fB[<file[.prg|.hrb]>\fP \fB[<parameters,...>]]\fP
|
|
|
|
.SH DESCRIPTION
|
|
\fBhbrun\fP is "DOt Prompt" console for the Harbour Language.
|
|
It can work as interpreter when run without parameters
|
|
or can execute xBase/Clipper source code in .prg file or compiled
|
|
Harbour Portable Objects (.hrb) given as first parameter.
|
|
Type of file is recognized by 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
|
|
It's enough to add in the first line of .prg file:
|
|
.PP
|
|
\fB#!/usr/bin/hbrun\fP
|
|
.PP
|
|
and set executable attribute.
|
|
|
|
.SH OPTIONS
|
|
.IP "\fB-h, -?, --help\fP" 10
|
|
When given as first parameter display help
|
|
.PP
|
|
This program has no other options. \fB<parameters,...>\fP are passed to
|
|
startup function in executed code coming from \fB<file[.prg|.hrb]>\fP.
|
|
|
|
.SH AUTHOR
|
|
|
|
Przemyslaw Czerpak, The Harbour Project (http://www.harbour-project.org)
|