Files
harbour-core/harbour/doc/man/hbmake.1
Przemyslaw Czerpak 71e74d048d 2007-10-24 21:57 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
- harbour/debian/hbdot.1
  - harbour/debian/harbour.1
  - harbour/debian/hbmake.1
  - harbour/debian/hbtest.1
  - harbour/debian/hbpp.1
  - harbour/debian/hbrun.1
  - harbour/debian/hbdoc.1
  + harbour/doc/man
  + harbour/doc/man/hbdot.1
  + harbour/doc/man/harbour.1
  + harbour/doc/man/hbmake.1
  + harbour/doc/man/hbpp.1
  + harbour/doc/man/hbtest.1
  + harbour/doc/man/hbrun.1
  + harbour/doc/man/hbdoc.1
    * moved man files from ./debian directory to ./doc/man

  * harbour/debian/rules
    * updated for new man files location
  * harbour/bin/pack_src.sh
  * harbour/harbour.spec
    * added man files to RPMs
2007-10-24 19:57:49 +00:00

47 lines
1.3 KiB
Groff

.TH HBMAKE 1
.SH NAME
hbmake \- Harbour Project Make Utility
.SH SYNOPSIS
\fBhbmake\fP \fBcFile\fP \fB[options]\fP
.SH DESCRIPTION
\fBhbmake\fP is the Harbour Project make utility.
.SH OPTIONS
.IP "\fB-e[x]\fP" 10
Create a new Makefile. If /ex is used it creates a new make file in extended mode
.IP "\fB-el[x]\fP" 10
Create a new Makefile. If /elx is used it creates a new make file to build a library in extended mode
.IP "\fB-D\fP" 10
Define a macro
.IP "\fB-p\fP" 10
Print all commands and depedencies
.IP "\fB-b\fP" 10
Use BCC as C compiler
.IP "\fB-g\fP" 10
Use GCC as C compiler
.IP "\fB-gl\fP" 10
Use GCC as C compiler in Linux
.IP "\fB-v\fP" 10
Use MSVC as C compiler
.IP "\fB-f\fP" 10
Force recompilation of all files
.IP "\fB-i\fP" 10
Ignore errors returned by command
.IP "\fB-r\fP" 10
Recurse Source Directory
.IP "\fB-l[LANGID]\fP" 10
Specify the language to be used on hbmake Texts LANGID = (EN/PT/ES). On Windows
System, the default will be the SO language if is found. Otherwise, will be English.
On OS/2;FreeBSD/LINUX the default is English
.SH AUTHOR
Author of hbmake: The Harbour Project (http://www.harbour-project.org)
This manual page was written by Luis Mayoral <mayoral@linuxadicto.org>,
for the Debian GNU/Linux system (but may be used by others).