2009-05-29 11:04 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
- contrib/examples
+ examples
* doc/dirstruc.txt
* doc/whatsnew.txt
* examples/hbdoc/Makefile
* examples/pp/Makefile
* examples/hboleold/Makefile
* examples/hbsqlit2/Makefile
* examples/misc/Makefile
* examples/hbapollo/Makefile
* examples/rdddbt/Makefile
* examples/guestbk/Makefile
* examples/pe/Makefile
* examples/hbgf/hbgfwin/Makefile
* examples/hbgf/hbgfos2/Makefile
* examples/hbgf/hbgfgtk/Makefile
* examples/hbgf/Makefile
* examples/uhttpd/readme.txt
* examples/dbu/Makefile
* examples/hscript/Makefile
* examples/hbwhat/Makefile
* examples/rl/Makefile
* examples/Makefile
* Moved to flatten our dir layout and sync the locations
in unified distro and source tree.
; TODO: As a next step I'll replace Makefiles with .hbm
files. This will allow users to build these parts
outside the source distribution.
This commit is contained in:
@@ -17,6 +17,42 @@
|
||||
past entries belonging to these authors: Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-05-29 11:04 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
- contrib/examples
|
||||
+ examples
|
||||
* doc/dirstruc.txt
|
||||
* doc/whatsnew.txt
|
||||
* examples/hbdoc/Makefile
|
||||
* examples/pp/Makefile
|
||||
* examples/hboleold/Makefile
|
||||
* examples/hbsqlit2/Makefile
|
||||
* examples/misc/Makefile
|
||||
* examples/hbapollo/Makefile
|
||||
* examples/rdddbt/Makefile
|
||||
* examples/guestbk/Makefile
|
||||
* examples/pe/Makefile
|
||||
* examples/hbgf/hbgfwin/Makefile
|
||||
* examples/hbgf/hbgfos2/Makefile
|
||||
* examples/hbgf/hbgfgtk/Makefile
|
||||
* examples/hbgf/Makefile
|
||||
* examples/uhttpd/readme.txt
|
||||
* examples/dbu/Makefile
|
||||
* examples/hscript/Makefile
|
||||
* examples/hbwhat/Makefile
|
||||
* examples/rl/Makefile
|
||||
* examples/Makefile
|
||||
* Moved to flatten our dir layout and sync the locations
|
||||
in unified distro and source tree.
|
||||
; TODO: As a next step I'll replace Makefiles with .hbm
|
||||
files. This will allow users to build these parts
|
||||
outside the source distribution.
|
||||
|
||||
* doc/man/hbmk.1
|
||||
* utils/hbmk2/examples/fwh.hbc
|
||||
* utils/hbmk2/examples/hmg.hbc
|
||||
* utils/hbmk2/examples/hwgui.hbc
|
||||
* .hbp -> .hbc
|
||||
|
||||
2009-05-29 03:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! Fixed typo causing -i Harbour option missed in make
|
||||
|
||||
@@ -38,50 +38,6 @@ track of all files (read the FAQ if you don't know what SVN is).
|
||||
+---contrib - Miscellaneous contribution files. Those are not
|
||||
| | part of the official Harbour project.
|
||||
| |
|
||||
| +---examples - Sample files and small applications.
|
||||
| | |
|
||||
| | +---dbu - Make files (without source) for CA-Cl*pper DBU.
|
||||
| | |
|
||||
| | +---guestbk - Harbour Guests Book.
|
||||
| | |
|
||||
| | +---hbsqlit2 - Interface for SQLite 2.x library.
|
||||
| | | |
|
||||
| | | +---tests - Test programs.
|
||||
| | |
|
||||
| | +---hscript - Harbour Script.
|
||||
| | |
|
||||
| | +---misc - A few humble demonstration.
|
||||
| | |
|
||||
| | +---pe - Editor.
|
||||
| | |
|
||||
| | +---pp - Harbour Preprocessor as a standalone module.
|
||||
| | |
|
||||
| | +---rdddbt - DBFDBT RDD.
|
||||
| | |
|
||||
| | +---rl - Make files (without source) for CA-Cl*pper RL.
|
||||
| | |
|
||||
| | +---terminal - Harbour terminal server/client.
|
||||
| | |
|
||||
| | +---uhttpd - uHTTPD micro web server.
|
||||
| | |
|
||||
| | +-home - Root directory for the web server.
|
||||
| | | |
|
||||
| | | +-cgi-bin - (*)
|
||||
| | | |
|
||||
| | | +-css -
|
||||
| | | |
|
||||
| | | +-images -
|
||||
| | | |
|
||||
| | | +-js -
|
||||
| | | |
|
||||
| | | +-xsl -
|
||||
| | |
|
||||
| | +-logs - Log files. (*)
|
||||
| | |
|
||||
| | +-modules -
|
||||
| | |
|
||||
| | +-sessions - (*)
|
||||
| |
|
||||
| |---gtalleg - GT subsystem based on Allegro with graphic
|
||||
| | extensions.
|
||||
| |
|
||||
@@ -266,6 +222,50 @@ track of all files (read the FAQ if you don't know what SVN is).
|
||||
| |
|
||||
| +---tests - Test programs.
|
||||
|
|
||||
+---examples - Sample files and small applications.
|
||||
| |
|
||||
| +---dbu - Make files (without source) for CA-Cl*pper DBU.
|
||||
| |
|
||||
| +---guestbk - Harbour Guests Book.
|
||||
| |
|
||||
| +---hbsqlit2 - Interface for SQLite 2.x library.
|
||||
| | |
|
||||
| | +---tests - Test programs.
|
||||
| |
|
||||
| +---hscript - Harbour Script.
|
||||
| |
|
||||
| +---misc - A few humble demonstration.
|
||||
| |
|
||||
| +---pe - Editor.
|
||||
| |
|
||||
| +---pp - Harbour Preprocessor as a standalone module.
|
||||
| |
|
||||
| +---rdddbt - DBFDBT RDD.
|
||||
| |
|
||||
| +---rl - Make files (without source) for CA-Cl*pper RL.
|
||||
| |
|
||||
| +---terminal - Harbour terminal server/client.
|
||||
| |
|
||||
| +---uhttpd - uHTTPD micro web server.
|
||||
| |
|
||||
| +-home - Root directory for the web server.
|
||||
| | |
|
||||
| | +-cgi-bin - (*)
|
||||
| | |
|
||||
| | +-css -
|
||||
| | |
|
||||
| | +-images -
|
||||
| | |
|
||||
| | +-js -
|
||||
| | |
|
||||
| | +-xsl -
|
||||
| |
|
||||
| +-logs - Log files. (*)
|
||||
| |
|
||||
| +-modules -
|
||||
| |
|
||||
| +-sessions - (*)
|
||||
|
|
||||
+---debian - Packaging information for Debian GNU/Linux.
|
||||
|
|
||||
+---doc - Documentation and white-paper.
|
||||
|
||||
@@ -70,8 +70,8 @@ show commands executed
|
||||
.IP "\fB-[no]run\fP" 10
|
||||
run/don't run the created executable
|
||||
|
||||
.IP "\fB-nohbp\fP" 10
|
||||
do not process .hbp files in current directory
|
||||
.IP "\fB-nohbc\fP" 10
|
||||
do not process .hbc files in current directory
|
||||
|
||||
.IP "\fB-hbcc, -hbcmp\fP" 10
|
||||
stop after creating the object files
|
||||
@@ -94,7 +94,7 @@ turn on informational messages
|
||||
.IP "\fB-quiet\fP" 10
|
||||
suppress all screen messages
|
||||
|
||||
<script> can be <@script> (.hbm file), <script.hbm> or <script.hbp>.
|
||||
<script> can be <@script> (.hbm file), <script.hbm> or <script.hbc>.
|
||||
|
||||
Regular Harbour compiler options are also accepted.
|
||||
|
||||
@@ -103,17 +103,17 @@ Multiple -l, -L and <script> parameters are accepted.
|
||||
hbmk.cfg option file in hbmk directory is always processed if it exists.
|
||||
On *nix platforms ~/.harbour, /etc/harbour, <base>/etc/harbour,
|
||||
<base>/etc are checked (in that order) before the hbmk directory.
|
||||
The file format is the same as .hbp.
|
||||
The file format is the same as .hbc.
|
||||
|
||||
.hbp option files in current dir are automatically processed.
|
||||
.hbc option files in current dir are automatically processed.
|
||||
|
||||
.hbp options (they should come in separate lines):
|
||||
.hbc options (they should come in separate lines):
|
||||
libs=[<libname[s]>], gt=[gtname], prgflags=[Harbour flags]
|
||||
cflags=[C compiler flags], ldflags=[Linker flags], libpaths=[lib paths]
|
||||
gui|mt|shared|nulrdd|debug|map|strip|run=[yes|no]
|
||||
Lines starting with '#' char are ignored
|
||||
|
||||
Platform filters are accepted in each .hbp line and with -l options.
|
||||
Platform filters are accepted in each .hbc line and with -l options.
|
||||
Filter format: {[!][<arch|comp>]}. Filters can be combined
|
||||
using '&', '|' operators and grouped by parantheses.
|
||||
Ex.: {win}, {gcc}, {linux|darwin}, {win&!pocc}, {(win|linux)&!owatcom}
|
||||
|
||||
@@ -386,7 +386,7 @@ Contrib
|
||||
with the same name.
|
||||
- hbhpdf fixed HPDF_SETINFODATEATTR() function.
|
||||
- Added experimental terminal server written in Harbour. Find it
|
||||
in contrib/examples.
|
||||
in /examples.
|
||||
- hbgt now properly checks for package version and includes
|
||||
feature accordingly.
|
||||
- hbwin added WAPI_GETCOMMANDLINE(), WIN_GETCOMMANDLINEPARAM(),
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ROOT = ../../
|
||||
ROOT = ../
|
||||
|
||||
DIRS=\
|
||||
guestbk \
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ROOT = ../../../
|
||||
ROOT = ../../
|
||||
|
||||
PRG_SOURCES=\
|
||||
DBU.PRG \
|
||||
@@ -14,7 +14,7 @@ PRG_SOURCES=\
|
||||
DBUSTRU.PRG \
|
||||
DBUUTIL.PRG \
|
||||
DBUVIEW.PRG \
|
||||
|
||||
|
||||
PRG_MAIN=DBU.PRG
|
||||
|
||||
LIBS=\
|
||||
@@ -2,13 +2,13 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ROOT = ../../../
|
||||
ROOT = ../../
|
||||
|
||||
PRG_SOURCES=\
|
||||
guestbk.prg \
|
||||
inifiles.prg \
|
||||
testcgi.prg \
|
||||
|
||||
|
||||
PRG_MAIN=guestbk.prg
|
||||
|
||||
LIBS=\
|
||||
@@ -2,7 +2,7 @@
|
||||
# $Id$
|
||||
#
|
||||
|
||||
ROOT = ../../../
|
||||
ROOT = ../../
|
||||
|
||||
LIBNAME=hbapollo
|
||||
|
||||
@@ -6,7 +6,7 @@ ifeq ($(HB_MAIN),)
|
||||
HB_MAIN = std
|
||||
endif
|
||||
|
||||
ROOT = ../../../
|
||||
ROOT = ../../
|
||||
|
||||
PRG_SOURCES=\
|
||||
hbdoc.prg \
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user