diff --git a/ChangeLog.txt b/ChangeLog.txt index 0d01899502..73a2d1a74b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,20 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2014-01-21 20:41 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * Makefile + * config/* + * contrib/* + * doc/* + * extras/* + * include/* + * lib/* + * package/* + * src/* + * tests/* + * utils/* + * removed empty lines left after removed '$' + 'Id' + '$' identifiers + 2014-01-21 20:35 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbct/ctnet.c ! fixed copy and past typo in previous commit diff --git a/Makefile b/Makefile index 63a1b381c4..81d4a97f84 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ - ROOT := ./ include $(ROOT)config/global.mk diff --git a/config/aix/gcc.mk b/config/aix/gcc.mk index 2f6acb134f..e9750433aa 100644 --- a/config/aix/gcc.mk +++ b/config/aix/gcc.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := g++ else diff --git a/config/aix/global.mk b/config/aix/global.mk index 3270e22c9b..83bcbd3331 100644 --- a/config/aix/global.mk +++ b/config/aix/global.mk @@ -1,4 +1,3 @@ - all : first BIN_EXT := diff --git a/config/aix/libs.mk b/config/aix/libs.mk index c41095248f..fe0450b4ad 100644 --- a/config/aix/libs.mk +++ b/config/aix/libs.mk @@ -1,4 +1,3 @@ - # When compiling and linking with -pthread, the library search path should # include -L/usr/lib/threads at the beginning of the path. # http://www.ibm.com/developerworks/aix/library/au-gnu.html diff --git a/config/android/gcc.mk b/config/android/gcc.mk index 4d10356943..82ba8ec628 100644 --- a/config/android/gcc.mk +++ b/config/android/gcc.mk @@ -1,2 +1 @@ - include $(TOP)$(ROOT)config/linux/gcc.mk diff --git a/config/android/gccarm.mk b/config/android/gccarm.mk index b57cc8b992..d0c85c4bb0 100644 --- a/config/android/gccarm.mk +++ b/config/android/gccarm.mk @@ -1,2 +1 @@ - include $(TOP)$(ROOT)config/$(HB_PLATFORM)/gcc.mk diff --git a/config/android/global.mk b/config/android/global.mk index bd50bb151b..3100b96272 100644 --- a/config/android/global.mk +++ b/config/android/global.mk @@ -1,2 +1 @@ - include $(TOP)$(ROOT)config/linux/global.mk diff --git a/config/android/libs.mk b/config/android/libs.mk index 823ad6b467..135f361464 100644 --- a/config/android/libs.mk +++ b/config/android/libs.mk @@ -1,4 +1,3 @@ - include $(TOP)$(ROOT)config/linux/libs.mk SYSLIBS := $(filter-out rt pthread, $(SYSLIBS)) diff --git a/config/beos/gcc.mk b/config/beos/gcc.mk index 669a16bb5a..1a24d5c895 100644 --- a/config/beos/gcc.mk +++ b/config/beos/gcc.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := g++ else diff --git a/config/beos/global.mk b/config/beos/global.mk index 5d0b50d6be..041e3ba806 100644 --- a/config/beos/global.mk +++ b/config/beos/global.mk @@ -1,4 +1,3 @@ - all : first BIN_EXT := diff --git a/config/beos/libs.mk b/config/beos/libs.mk index 7caa02f039..eaef30dc24 100644 --- a/config/beos/libs.mk +++ b/config/beos/libs.mk @@ -1,4 +1,3 @@ - SYSLIBPATHS := /system/lib ifneq ($(HB_LINKING_RTL),) diff --git a/config/bin.mk b/config/bin.mk index 493c3a8445..3d3e533418 100644 --- a/config/bin.mk +++ b/config/bin.mk @@ -1,4 +1,3 @@ - include $(TOP)$(ROOT)config/global.mk ifneq ($(HB_PLATFORM),) diff --git a/config/bsd/clang.mk b/config/bsd/clang.mk index b35cd32cb4..1fae39827a 100644 --- a/config/bsd/clang.mk +++ b/config/bsd/clang.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) ifneq ($(findstring clang$(subst x, ,x)version$(subst x, ,x)1,$(shell clang --version)),) HB_BUILD_MODE := c diff --git a/config/bsd/gcc.mk b/config/bsd/gcc.mk index 4f60ab10a8..e13ee35ab5 100644 --- a/config/bsd/gcc.mk +++ b/config/bsd/gcc.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_CMP),) ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := g++ diff --git a/config/bsd/global.mk b/config/bsd/global.mk index 473017e18b..41b4ae0c95 100644 --- a/config/bsd/global.mk +++ b/config/bsd/global.mk @@ -1,4 +1,3 @@ - all : first BIN_EXT := diff --git a/config/bsd/libs.mk b/config/bsd/libs.mk index 7db0d5bbc2..63bf3f262f 100644 --- a/config/bsd/libs.mk +++ b/config/bsd/libs.mk @@ -1,4 +1,3 @@ - SYSLIBPATHS := ifneq ($(HB_LINKING_RTL),) diff --git a/config/bsd/pcc.mk b/config/bsd/pcc.mk index 59700adec2..e25454ec25 100644 --- a/config/bsd/pcc.mk +++ b/config/bsd/pcc.mk @@ -1,4 +1,3 @@ - # TODO: No autodetection ifeq ($(HB_BUILD_MODE),cpp) diff --git a/config/c.mk b/config/c.mk index df3d5a1996..e159cff07a 100644 --- a/config/c.mk +++ b/config/c.mk @@ -1,4 +1,3 @@ - C_OBJS := $(C_SOURCES:.c=$(OBJ_EXT)) $(CPP_SOURCES:.cpp=$(OBJ_EXT)) $(OBJC_SOURCES:.m=$(OBJ_EXT)) S_OBJS := $(S_SOURCES:.s=$(OBJ_EXT)) $(SX_SOURCES:.sx=$(OBJ_EXT)) diff --git a/config/common/watcom.mk b/config/common/watcom.mk index 168e6655ee..9447c195cf 100644 --- a/config/common/watcom.mk +++ b/config/common/watcom.mk @@ -1,4 +1,3 @@ - # GNU Make file for Open Watcom C/C++ compiler # (shell specific rules) diff --git a/config/cygwin/gcc.mk b/config/cygwin/gcc.mk index 0e596773c0..b1c3a9d144 100644 --- a/config/cygwin/gcc.mk +++ b/config/cygwin/gcc.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := g++ else diff --git a/config/cygwin/global.mk b/config/cygwin/global.mk index d2c5f252cf..23d915fe5a 100644 --- a/config/cygwin/global.mk +++ b/config/cygwin/global.mk @@ -1,4 +1,3 @@ - all : first BIN_EXT := .exe diff --git a/config/cygwin/libs.mk b/config/cygwin/libs.mk index ef7ba8212b..54ceeb3b3a 100644 --- a/config/cygwin/libs.mk +++ b/config/cygwin/libs.mk @@ -1,4 +1,3 @@ - SYSLIBPATHS := ifneq ($(HB_LINKING_RTL),) diff --git a/config/darwin/clang.mk b/config/darwin/clang.mk index d056a19a46..088185f116 100644 --- a/config/darwin/clang.mk +++ b/config/darwin/clang.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) ifneq ($(findstring clang$(subst x, ,x)version$(subst x, ,x)1,$(shell clang --version)),) HB_BUILD_MODE := c diff --git a/config/darwin/gcc.mk b/config/darwin/gcc.mk index 1f5dea30b8..2ff5a412f7 100644 --- a/config/darwin/gcc.mk +++ b/config/darwin/gcc.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := g++ else diff --git a/config/darwin/global.mk b/config/darwin/global.mk index 76946ff113..c2d0dafa34 100644 --- a/config/darwin/global.mk +++ b/config/darwin/global.mk @@ -1,4 +1,3 @@ - all : first BIN_EXT := diff --git a/config/darwin/icc.mk b/config/darwin/icc.mk index 8586a5bd4e..e69f5ded80 100644 --- a/config/darwin/icc.mk +++ b/config/darwin/icc.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := icpc else diff --git a/config/darwin/libs.mk b/config/darwin/libs.mk index 49e84cd7ee..2eb0e6a801 100644 --- a/config/darwin/libs.mk +++ b/config/darwin/libs.mk @@ -1,4 +1,3 @@ - SYSLIBPATHS := ifneq ($(HB_LINKING_RTL),) diff --git a/config/dir.mk b/config/dir.mk index e4b203b721..0d29cb3542 100644 --- a/config/dir.mk +++ b/config/dir.mk @@ -1,4 +1,3 @@ - include $(TOP)$(ROOT)config/global.mk ifneq ($(HB_PLATFORM),) diff --git a/config/dirsh.mk b/config/dirsh.mk index efdb36b1c7..d0539893d0 100644 --- a/config/dirsh.mk +++ b/config/dirsh.mk @@ -1,4 +1,3 @@ - ifneq ($(HB_SHELL),sh) MK_OS := $(subst /,\,$(MK)) DIRS_OS := $(subst /,\,$(DIRS)) diff --git a/config/doc.mk b/config/doc.mk index 38783daeef..7c2a10cfc1 100644 --- a/config/doc.mk +++ b/config/doc.mk @@ -1,4 +1,3 @@ - include $(TOP)$(ROOT)config/global.mk ifneq ($(HB_PLATFORM),) diff --git a/config/dos/djgpp.mk b/config/dos/djgpp.mk index ddc9d8d544..a3d0e08fb0 100644 --- a/config/dos/djgpp.mk +++ b/config/dos/djgpp.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := gpp else diff --git a/config/dos/global.mk b/config/dos/global.mk index c09d32f0b2..9bb102bb60 100644 --- a/config/dos/global.mk +++ b/config/dos/global.mk @@ -1,4 +1,3 @@ - all : first BIN_EXT := .exe diff --git a/config/dos/watcom.mk b/config/dos/watcom.mk index 7cb8b39393..bfb08d9d5a 100644 --- a/config/dos/watcom.mk +++ b/config/dos/watcom.mk @@ -1,4 +1,3 @@ - OBJ_EXT := .obj LIB_PREF := LIB_EXT := .lib diff --git a/config/dyn.mk b/config/dyn.mk index fd8e4e645d..c3d05c4877 100644 --- a/config/dyn.mk +++ b/config/dyn.mk @@ -1,4 +1,3 @@ - include $(TOP)$(ROOT)config/global.mk ifneq ($(HB_PLATFORM),) diff --git a/config/header.mk b/config/header.mk index e8d14cf862..68b8fe2b28 100644 --- a/config/header.mk +++ b/config/header.mk @@ -1,4 +1,3 @@ - include $(TOP)$(ROOT)config/global.mk ifneq ($(HB_PLATFORM),) diff --git a/config/hpux/gcc.mk b/config/hpux/gcc.mk index f98eb87f27..8d3627ee9d 100644 --- a/config/hpux/gcc.mk +++ b/config/hpux/gcc.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := g++ else diff --git a/config/hpux/global.mk b/config/hpux/global.mk index f7b4450e8b..2b43fb30b0 100644 --- a/config/hpux/global.mk +++ b/config/hpux/global.mk @@ -1,4 +1,3 @@ - all : first BIN_EXT := diff --git a/config/hpux/libs.mk b/config/hpux/libs.mk index 580e4eee95..c5d77fd753 100644 --- a/config/hpux/libs.mk +++ b/config/hpux/libs.mk @@ -1,4 +1,3 @@ - SYSLIBPATHS := ifneq ($(HB_LINKING_RTL),) diff --git a/config/install.mk b/config/install.mk index 55b1bd42e4..f7406c59b5 100644 --- a/config/install.mk +++ b/config/install.mk @@ -1,4 +1,3 @@ - include $(TOP)$(ROOT)config/instsh.mk ifneq ($(INSTALL_RULE),) diff --git a/config/instsh.mk b/config/instsh.mk index 06c6f93383..2f4e3bfb5f 100644 --- a/config/instsh.mk +++ b/config/instsh.mk @@ -1,4 +1,3 @@ - INSTALL_RULE := INSTALL_FILES := $(strip $(INSTALL_FILES)) diff --git a/config/lib.mk b/config/lib.mk index 1e180c25aa..21970a5cf1 100644 --- a/config/lib.mk +++ b/config/lib.mk @@ -1,4 +1,3 @@ - include $(TOP)$(ROOT)config/global.mk ifneq ($(HB_PLATFORM),) diff --git a/config/libbin.mk b/config/libbin.mk index 174508f061..07fe4908b8 100644 --- a/config/libbin.mk +++ b/config/libbin.mk @@ -1,4 +1,3 @@ - include $(TOP)$(ROOT)config/global.mk ifneq ($(HB_PLATFORM),) diff --git a/config/linux/clang.mk b/config/linux/clang.mk index b35cd32cb4..1fae39827a 100644 --- a/config/linux/clang.mk +++ b/config/linux/clang.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) ifneq ($(findstring clang$(subst x, ,x)version$(subst x, ,x)1,$(shell clang --version)),) HB_BUILD_MODE := c diff --git a/config/linux/gcc.mk b/config/linux/gcc.mk index bdbecb25c5..47f40456dd 100644 --- a/config/linux/gcc.mk +++ b/config/linux/gcc.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_CMP),) ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := g++ diff --git a/config/linux/global.mk b/config/linux/global.mk index 5d0b50d6be..041e3ba806 100644 --- a/config/linux/global.mk +++ b/config/linux/global.mk @@ -1,4 +1,3 @@ - all : first BIN_EXT := diff --git a/config/linux/icc.mk b/config/linux/icc.mk index 5c47d585ba..a6c7c41800 100644 --- a/config/linux/icc.mk +++ b/config/linux/icc.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := icpc else diff --git a/config/linux/libs.mk b/config/linux/libs.mk index 0475df4ece..0350e6d0d8 100644 --- a/config/linux/libs.mk +++ b/config/linux/libs.mk @@ -1,4 +1,3 @@ - SYSLIBPATHS := ifneq ($(HB_LINKING_RTL),) diff --git a/config/linux/open64.mk b/config/linux/open64.mk index 455b226ed7..f13b5b0740 100644 --- a/config/linux/open64.mk +++ b/config/linux/open64.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := openCC else diff --git a/config/linux/sunpro.mk b/config/linux/sunpro.mk index d3314f9bd5..1f45c3d700 100644 --- a/config/linux/sunpro.mk +++ b/config/linux/sunpro.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := sunCC else diff --git a/config/linux/watcom.mk b/config/linux/watcom.mk index 8491f51522..dfe7ac8e33 100644 --- a/config/linux/watcom.mk +++ b/config/linux/watcom.mk @@ -1,4 +1,3 @@ - OBJ_EXT := .o LIB_PREF := LIB_EXT := .lib diff --git a/config/minix/clang.mk b/config/minix/clang.mk index 39ce2a988d..736a67f6fb 100644 --- a/config/minix/clang.mk +++ b/config/minix/clang.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := clang++ else diff --git a/config/minix/gcc.mk b/config/minix/gcc.mk index 0d88134c3f..29d1bdeab0 100644 --- a/config/minix/gcc.mk +++ b/config/minix/gcc.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_CMP),) ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := g++ diff --git a/config/minix/global.mk b/config/minix/global.mk index 5d0b50d6be..041e3ba806 100644 --- a/config/minix/global.mk +++ b/config/minix/global.mk @@ -1,4 +1,3 @@ - all : first BIN_EXT := diff --git a/config/minix/libs.mk b/config/minix/libs.mk index dd6a63a8ae..8657ba4d04 100644 --- a/config/minix/libs.mk +++ b/config/minix/libs.mk @@ -1,4 +1,3 @@ - SYSLIBPATHS := /usr/lib /usr/pkg/lib ifneq ($(HB_LINKING_RTL),) diff --git a/config/none.mk b/config/none.mk index bb414b92b0..b0b60dcd0e 100644 --- a/config/none.mk +++ b/config/none.mk @@ -1,4 +1,3 @@ - include $(TOP)$(ROOT)config/global.mk ifneq ($(HB_PLATFORM),) diff --git a/config/os2/gcc.mk b/config/os2/gcc.mk index a4e88480d3..0932715a27 100644 --- a/config/os2/gcc.mk +++ b/config/os2/gcc.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := g++ else diff --git a/config/os2/gccomf.mk b/config/os2/gccomf.mk index 1781caad65..b5bcbce0f9 100644 --- a/config/os2/gccomf.mk +++ b/config/os2/gccomf.mk @@ -1,4 +1,3 @@ - # GCC with OMF object format. # # This is available with GCC 3.3.5 as an option, diff --git a/config/os2/global.mk b/config/os2/global.mk index 23037b9b26..c9f1e0159b 100644 --- a/config/os2/global.mk +++ b/config/os2/global.mk @@ -1,4 +1,3 @@ - all : first RES_EXT := .res diff --git a/config/os2/watcom.mk b/config/os2/watcom.mk index a9f6d4d218..19b156fa23 100644 --- a/config/os2/watcom.mk +++ b/config/os2/watcom.mk @@ -1,4 +1,3 @@ - OBJ_EXT := .obj LIB_PREF := LIB_EXT := .lib diff --git a/config/prg.mk b/config/prg.mk index df37a3d59c..3d19d553ca 100644 --- a/config/prg.mk +++ b/config/prg.mk @@ -1,4 +1,3 @@ - PRG_C_SOURCES := $(PRG_SOURCES:.prg=.c) PRG_OBJS := $(PRG_SOURCES:.prg=$(OBJ_EXT)) PRG_EXES := $(PRG_SOURCES:.prg=$(BIN_EXT)) diff --git a/config/qnx/gcc.mk b/config/qnx/gcc.mk index 1164f880a8..814de9f912 100644 --- a/config/qnx/gcc.mk +++ b/config/qnx/gcc.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_CMP),) ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := g++ diff --git a/config/qnx/gccarm.mk b/config/qnx/gccarm.mk index b57cc8b992..d0c85c4bb0 100644 --- a/config/qnx/gccarm.mk +++ b/config/qnx/gccarm.mk @@ -1,2 +1 @@ - include $(TOP)$(ROOT)config/$(HB_PLATFORM)/gcc.mk diff --git a/config/qnx/global.mk b/config/qnx/global.mk index 5d0b50d6be..041e3ba806 100644 --- a/config/qnx/global.mk +++ b/config/qnx/global.mk @@ -1,4 +1,3 @@ - all : first BIN_EXT := diff --git a/config/qnx/libs.mk b/config/qnx/libs.mk index a455b976a8..ef9e8f67d8 100644 --- a/config/qnx/libs.mk +++ b/config/qnx/libs.mk @@ -1,4 +1,3 @@ - SYSLIBPATHS := ifneq ($(HB_LINKING_RTL),) diff --git a/config/res.mk b/config/res.mk index f4c231d578..982ef233a8 100644 --- a/config/res.mk +++ b/config/res.mk @@ -1,2 +1 @@ - ALL_RC_OBJS := $(RC_SOURCES:.rc=$(RES_EXT)) diff --git a/config/rules.mk b/config/rules.mk index ec78bdbb04..b863174260 100644 --- a/config/rules.mk +++ b/config/rules.mk @@ -1,4 +1,3 @@ - # How to run yacc. YACC := bison YACC_FLAGS := -d $(YACC_FLAGS) diff --git a/config/sunos/gcc.mk b/config/sunos/gcc.mk index 4c495bd90b..b28f5515d1 100644 --- a/config/sunos/gcc.mk +++ b/config/sunos/gcc.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_CMP),) ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := g++ diff --git a/config/sunos/global.mk b/config/sunos/global.mk index b10d3d613b..8debc722f7 100644 --- a/config/sunos/global.mk +++ b/config/sunos/global.mk @@ -1,4 +1,3 @@ - all : first BIN_EXT := diff --git a/config/sunos/libs.mk b/config/sunos/libs.mk index ab8d201d45..6d74cbcbbd 100644 --- a/config/sunos/libs.mk +++ b/config/sunos/libs.mk @@ -1,4 +1,3 @@ - SYSLIBPATHS := ifneq ($(HB_LINKING_RTL),) diff --git a/config/sunos/sunpro.mk b/config/sunos/sunpro.mk index 1f2604882c..d8533ce317 100644 --- a/config/sunos/sunpro.mk +++ b/config/sunos/sunpro.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := sunCC else diff --git a/config/symbian/gcc.mk b/config/symbian/gcc.mk index d9b69e084c..b68673d65d 100644 --- a/config/symbian/gcc.mk +++ b/config/symbian/gcc.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_CMP),) ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := g++ diff --git a/config/symbian/global.mk b/config/symbian/global.mk index 43384a59d2..e48ac403d1 100644 --- a/config/symbian/global.mk +++ b/config/symbian/global.mk @@ -1,4 +1,3 @@ - all : first BIN_EXT := .exe diff --git a/config/symbian/libs.mk b/config/symbian/libs.mk index 29a000a827..600d104114 100644 --- a/config/symbian/libs.mk +++ b/config/symbian/libs.mk @@ -1,3 +1,2 @@ - SYSLIBPATHS := SYSLIBS += diff --git a/config/vxworks/diab.mk b/config/vxworks/diab.mk index 479219dd1c..41983232ac 100644 --- a/config/vxworks/diab.mk +++ b/config/vxworks/diab.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_CMP),) ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := dplus diff --git a/config/vxworks/gcc.mk b/config/vxworks/gcc.mk index 8c7e705ab0..1daab6e6d6 100644 --- a/config/vxworks/gcc.mk +++ b/config/vxworks/gcc.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_CMP),) ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := g++ diff --git a/config/vxworks/global.mk b/config/vxworks/global.mk index a5255d9f82..c629ae2abe 100644 --- a/config/vxworks/global.mk +++ b/config/vxworks/global.mk @@ -1,4 +1,3 @@ - all : first BIN_EXT := .vxe diff --git a/config/vxworks/libs.mk b/config/vxworks/libs.mk index c6276f3e68..8663c6eb06 100644 --- a/config/vxworks/libs.mk +++ b/config/vxworks/libs.mk @@ -1,4 +1,3 @@ - SYSLIBPATHS := ifeq ($(HB_CPU),x86) diff --git a/config/wce/global.mk b/config/wce/global.mk index be57c8c082..7c39279475 100644 --- a/config/wce/global.mk +++ b/config/wce/global.mk @@ -1,4 +1,3 @@ - all : first RES_EXT := .res diff --git a/config/wce/mingw.mk b/config/wce/mingw.mk index bbf40ad753..b303a22c21 100644 --- a/config/wce/mingw.mk +++ b/config/wce/mingw.mk @@ -1,2 +1 @@ - include $(TOP)$(ROOT)config/$(HB_PLATFORM)/mingwarm.mk diff --git a/config/wce/mingwarm.mk b/config/wce/mingwarm.mk index 8749209ccf..9ab512b24f 100644 --- a/config/wce/mingwarm.mk +++ b/config/wce/mingwarm.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := g++ else diff --git a/config/wce/msvcarm.mk b/config/wce/msvcarm.mk index 25e1d7d8a2..b0aba4324c 100644 --- a/config/wce/msvcarm.mk +++ b/config/wce/msvcarm.mk @@ -1,4 +1,3 @@ - OBJ_EXT := .obj LIB_PREF := LIB_EXT := .lib diff --git a/config/wce/poccarm.mk b/config/wce/poccarm.mk index 94f5d71db8..71a93968c5 100644 --- a/config/wce/poccarm.mk +++ b/config/wce/poccarm.mk @@ -1,4 +1,3 @@ - OBJ_EXT := .obj LIB_PREF := LIB_EXT := .lib diff --git a/config/win/bcc.mk b/config/win/bcc.mk index 3ff7c829a2..1e734c46ae 100644 --- a/config/win/bcc.mk +++ b/config/win/bcc.mk @@ -1,4 +1,3 @@ - # GNU Make file for Borland/CodeGear/Embarcadero C/C++ 32-bit (4.x-) ifeq ($(HB_COMPILER),bcc64) diff --git a/config/win/bcc64.mk b/config/win/bcc64.mk index 5add96d90d..2ab857f17e 100644 --- a/config/win/bcc64.mk +++ b/config/win/bcc64.mk @@ -1,2 +1 @@ - include $(TOP)$(ROOT)config/$(HB_PLATFORM)/bcc.mk diff --git a/config/win/clang.mk b/config/win/clang.mk index e25b038082..6573664451 100644 --- a/config/win/clang.mk +++ b/config/win/clang.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := clang++ else diff --git a/config/win/gcc.mk b/config/win/gcc.mk index 22d1bcf246..866eb3822e 100644 --- a/config/win/gcc.mk +++ b/config/win/gcc.mk @@ -1,2 +1 @@ - include $(TOP)$(ROOT)config/$(HB_PLATFORM)/mingw.mk diff --git a/config/win/global.mk b/config/win/global.mk index 86e6329c7e..8a173f73a5 100644 --- a/config/win/global.mk +++ b/config/win/global.mk @@ -1,4 +1,3 @@ - all : first RES_EXT := .res diff --git a/config/win/icc.mk b/config/win/icc.mk index f0b4442a35..29d072c493 100644 --- a/config/win/icc.mk +++ b/config/win/icc.mk @@ -1,4 +1,3 @@ - # Intel(R) C/C++ Compiler (usage is largely compatible with msvc) OBJ_EXT := .obj diff --git a/config/win/iccia64.mk b/config/win/iccia64.mk index 9a0bfb7a37..e7ce4d2dee 100644 --- a/config/win/iccia64.mk +++ b/config/win/iccia64.mk @@ -1,2 +1 @@ - include $(TOP)$(ROOT)config/$(HB_PLATFORM)/icc.mk diff --git a/config/win/mingw.mk b/config/win/mingw.mk index 47bc37f5f2..d1d27177f3 100644 --- a/config/win/mingw.mk +++ b/config/win/mingw.mk @@ -1,4 +1,3 @@ - ifeq ($(HB_BUILD_MODE),cpp) HB_CMP := g++ else diff --git a/config/win/mingw64.mk b/config/win/mingw64.mk index 22d1bcf246..866eb3822e 100644 --- a/config/win/mingw64.mk +++ b/config/win/mingw64.mk @@ -1,2 +1 @@ - include $(TOP)$(ROOT)config/$(HB_PLATFORM)/mingw.mk diff --git a/config/win/msvc.mk b/config/win/msvc.mk index 3e33417389..7a1d1735d3 100644 --- a/config/win/msvc.mk +++ b/config/win/msvc.mk @@ -1,4 +1,3 @@ - OBJ_EXT := .obj LIB_PREF := LIB_EXT := .lib diff --git a/config/win/msvc64.mk b/config/win/msvc64.mk index ceb98b0c2a..2e04a9fd0e 100644 --- a/config/win/msvc64.mk +++ b/config/win/msvc64.mk @@ -1,2 +1 @@ - include $(TOP)$(ROOT)config/$(HB_PLATFORM)/msvc.mk diff --git a/config/win/msvcia64.mk b/config/win/msvcia64.mk index ceb98b0c2a..2e04a9fd0e 100644 --- a/config/win/msvcia64.mk +++ b/config/win/msvcia64.mk @@ -1,2 +1 @@ - include $(TOP)$(ROOT)config/$(HB_PLATFORM)/msvc.mk diff --git a/config/win/pocc.mk b/config/win/pocc.mk index d03c5c4d48..4a5af82ae9 100644 --- a/config/win/pocc.mk +++ b/config/win/pocc.mk @@ -1,4 +1,3 @@ - # GNU Make file for Pelles ISO C Compiler OBJ_EXT := .obj diff --git a/config/win/pocc64.mk b/config/win/pocc64.mk index 258331aeb1..fedc29a5aa 100644 --- a/config/win/pocc64.mk +++ b/config/win/pocc64.mk @@ -1,2 +1 @@ - include $(TOP)$(ROOT)config/$(HB_PLATFORM)/pocc.mk diff --git a/config/win/tcc.mk b/config/win/tcc.mk index 532510bf93..13e4cc23dd 100644 --- a/config/win/tcc.mk +++ b/config/win/tcc.mk @@ -1,4 +1,3 @@ - HB_BUILD_SHARED := no OBJ_EXT := .o diff --git a/config/win/watcom.mk b/config/win/watcom.mk index f42b09066b..a03b8b011f 100644 --- a/config/win/watcom.mk +++ b/config/win/watcom.mk @@ -1,4 +1,3 @@ - OBJ_EXT := .obj LIB_PREF := LIB_EXT := .lib diff --git a/config/win/xcc.mk b/config/win/xcc.mk index e5278d8fff..4622167248 100644 --- a/config/win/xcc.mk +++ b/config/win/xcc.mk @@ -1,4 +1,3 @@ - # GNU Make file for xHarbour.com POCC compiler OBJ_EXT := .obj diff --git a/contrib/3rd/sqlite3/sqlite3.hbc b/contrib/3rd/sqlite3/sqlite3.hbc index 7e56a5bcee..59551b7e7e 100644 --- a/contrib/3rd/sqlite3/sqlite3.hbc +++ b/contrib/3rd/sqlite3/sqlite3.hbc @@ -1,4 +1,3 @@ - libs=${hb_name} cflags=-DSQLITE_OMIT_LOAD_EXTENSION=1{minix} diff --git a/contrib/3rd/sqlite3/sqlite3.hbp b/contrib/3rd/sqlite3/sqlite3.hbp index 23bb532fc1..5f1c9053bf 100644 --- a/contrib/3rd/sqlite3/sqlite3.hbp +++ b/contrib/3rd/sqlite3/sqlite3.hbp @@ -1,4 +1,3 @@ - -stop{hbdyn} -stop{poccarm} diff --git a/contrib/Makefile b/contrib/Makefile index 1761703a2d..4f7310dfa1 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,3 @@ - ROOT := ../ include $(ROOT)config/global.mk diff --git a/contrib/gtalleg/gtalleg.hbc b/contrib/gtalleg/gtalleg.hbc index 9827d0c717..9dbc3b688b 100644 --- a/contrib/gtalleg/gtalleg.hbc +++ b/contrib/gtalleg/gtalleg.hbc @@ -1,4 +1,3 @@ - description=GT for Allegro GUI backend gt=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} diff --git a/contrib/gtalleg/gtalleg.hbm b/contrib/gtalleg/gtalleg.hbm index 4cd57258b4..5112824d10 100644 --- a/contrib/gtalleg/gtalleg.hbm +++ b/contrib/gtalleg/gtalleg.hbm @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/gtalleg/gtalleg.hbp b/contrib/gtalleg/gtalleg.hbp index d6598c0845..895ab5a5ee 100644 --- a/contrib/gtalleg/gtalleg.hbp +++ b/contrib/gtalleg/gtalleg.hbp @@ -1,4 +1,3 @@ - gtalleg.hbm gtallegs.hbp diff --git a/contrib/gtalleg/gtallegs.hbp b/contrib/gtalleg/gtallegs.hbp index b26d68d3a1..1357d9baea 100644 --- a/contrib/gtalleg/gtallegs.hbp +++ b/contrib/gtalleg/gtallegs.hbp @@ -1,4 +1,3 @@ - gtalleg.hbm -stop{!msvc} diff --git a/contrib/gtalleg/tests/hbmk.hbm b/contrib/gtalleg/tests/hbmk.hbm index 23e2857a3b..a3bae75c94 100644 --- a/contrib/gtalleg/tests/hbmk.hbm +++ b/contrib/gtalleg/tests/hbmk.hbm @@ -1,4 +1,3 @@ - gtalleg.hbc -w3 -es2 diff --git a/contrib/gtalleg/tests/test.prg b/contrib/gtalleg/tests/test.prg index db243af4ab..743d97a487 100644 --- a/contrib/gtalleg/tests/test.prg +++ b/contrib/gtalleg/tests/test.prg @@ -1,4 +1,3 @@ - #require "gtalleg" PROCEDURE Main() diff --git a/contrib/gtqtc/gtqtc.hbc b/contrib/gtqtc/gtqtc.hbc index 08093dca65..7b9d36f971 100644 --- a/contrib/gtqtc/gtqtc.hbc +++ b/contrib/gtqtc/gtqtc.hbc @@ -1,4 +1,3 @@ - description=Multi-Platform QT based GUI console (QTC) gt=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} diff --git a/contrib/gtqtc/gtqtc.hbp b/contrib/gtqtc/gtqtc.hbp index f6f7e0840a..0904ad41bf 100644 --- a/contrib/gtqtc/gtqtc.hbp +++ b/contrib/gtqtc/gtqtc.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/gtwvg/gtwvg.hbc b/contrib/gtwvg/gtwvg.hbc index c4b922d8e6..62f63c5fc8 100644 --- a/contrib/gtwvg/gtwvg.hbc +++ b/contrib/gtwvg/gtwvg.hbc @@ -1,4 +1,3 @@ - description=GTWVG (an extension of GTWVT, win-only) skip={!win} diff --git a/contrib/gtwvg/gtwvg.hbp b/contrib/gtwvg/gtwvg.hbp index 08c58c38d9..84576e65f2 100644 --- a/contrib/gtwvg/gtwvg.hbp +++ b/contrib/gtwvg/gtwvg.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/gtwvg/tests/hbmk.hbm b/contrib/gtwvg/tests/hbmk.hbm index 0c3269ab27..875c78a62b 100644 --- a/contrib/gtwvg/tests/hbmk.hbm +++ b/contrib/gtwvg/tests/hbmk.hbm @@ -1,4 +1,3 @@ - gtwvg.hbc -w3 -es2 diff --git a/contrib/hbamf/hbamf.hbc b/contrib/hbamf/hbamf.hbc index 2234fcb6f6..da9e1e7988 100644 --- a/contrib/hbamf/hbamf.hbc +++ b/contrib/hbamf/hbamf.hbc @@ -1,4 +1,3 @@ - description=AMF file format handling incpaths=. diff --git a/contrib/hbamf/hbamf.hbp b/contrib/hbamf/hbamf.hbp index 82b77ebf84..c7e40bd241 100644 --- a/contrib/hbamf/hbamf.hbp +++ b/contrib/hbamf/hbamf.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbamf/issues.txt b/contrib/hbamf/issues.txt index ec54261ff3..74a6a7d1cf 100644 --- a/contrib/hbamf/issues.txt +++ b/contrib/hbamf/issues.txt @@ -1,4 +1,3 @@ - * amf3enc.c * amf3dec.c ; amf3_Encode(), amf3_Decode() diff --git a/contrib/hbamf/readme.txt b/contrib/hbamf/readme.txt index d01acecf37..2b04c8f920 100644 --- a/contrib/hbamf/readme.txt +++ b/contrib/hbamf/readme.txt @@ -1,4 +1,3 @@ - -------------------------------------- Short description of Harbour functions -------------------------------------- diff --git a/contrib/hbamf/tests/hbmk.hbm b/contrib/hbamf/tests/hbmk.hbm index 1e18ac0079..ede59f1fc2 100644 --- a/contrib/hbamf/tests/hbmk.hbm +++ b/contrib/hbamf/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbamf.hbc -w3 -es2 diff --git a/contrib/hbamf/tests/test.prg b/contrib/hbamf/tests/test.prg index b3b81d6902..4d733012cb 100644 --- a/contrib/hbamf/tests/test.prg +++ b/contrib/hbamf/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbamf" #require "hbtest" diff --git a/contrib/hbblat/hbblat.hbc b/contrib/hbblat/hbblat.hbc index 8de079daec..ebbc90002e 100644 --- a/contrib/hbblat/hbblat.hbc +++ b/contrib/hbblat/hbblat.hbc @@ -1,4 +1,3 @@ - description=Blat wrapper (e-mailing, win-only) skip={!win} diff --git a/contrib/hbblat/hbblat.hbp b/contrib/hbblat/hbblat.hbp index c62d9196f7..c9fbc83887 100644 --- a/contrib/hbblat/hbblat.hbp +++ b/contrib/hbblat/hbblat.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbblat/readme.txt b/contrib/hbblat/readme.txt index 9d46b5fe19..88230ccfd9 100644 --- a/contrib/hbblat/readme.txt +++ b/contrib/hbblat/readme.txt @@ -1,4 +1,3 @@ - Blat v2.6.2 w/GSS encryption (build : Feb 25 2007 12:06:19) diff --git a/contrib/hbblat/tests/hbmk.hbm b/contrib/hbblat/tests/hbmk.hbm index bb575ad7ef..c5ceb077dd 100644 --- a/contrib/hbblat/tests/hbmk.hbm +++ b/contrib/hbblat/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbblat.hbc -w3 -es2 diff --git a/contrib/hbblink/hbblink.hbc b/contrib/hbblink/hbblink.hbc index 36f42914fc..81ff3084a5 100644 --- a/contrib/hbblink/hbblink.hbc +++ b/contrib/hbblink/hbblink.hbc @@ -1,4 +1,3 @@ - description=Blinker compatibility incpaths=. diff --git a/contrib/hbblink/hbblink.hbp b/contrib/hbblink/hbblink.hbp index 894ecf7b55..e3e380d46b 100644 --- a/contrib/hbblink/hbblink.hbp +++ b/contrib/hbblink/hbblink.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbbz2/3rd/bz2/bz2.hbc b/contrib/hbbz2/3rd/bz2/bz2.hbc index 1b9404bcb1..29ba581e0f 100644 --- a/contrib/hbbz2/3rd/bz2/bz2.hbc +++ b/contrib/hbbz2/3rd/bz2/bz2.hbc @@ -1,2 +1 @@ - libs=${hb_name} diff --git a/contrib/hbbz2/3rd/bz2/bz2.hbp b/contrib/hbbz2/3rd/bz2/bz2.hbp index 70fc184497..490825c539 100644 --- a/contrib/hbbz2/3rd/bz2/bz2.hbp +++ b/contrib/hbbz2/3rd/bz2/bz2.hbp @@ -1,4 +1,3 @@ - -stop{hbdyn} -stop{wce|pocc64} diff --git a/contrib/hbbz2/hbbz2.hbc b/contrib/hbbz2/hbbz2.hbc index 45bc423eb9..7d08c0905c 100644 --- a/contrib/hbbz2/hbbz2.hbc +++ b/contrib/hbbz2/hbbz2.hbc @@ -1,4 +1,3 @@ - description=bz2 wrapper (compression) incpaths=. diff --git a/contrib/hbbz2/hbbz2.hbp b/contrib/hbbz2/hbbz2.hbp index a900f1f100..d87b448466 100644 --- a/contrib/hbbz2/hbbz2.hbp +++ b/contrib/hbbz2/hbbz2.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbbz2/tests/hbmk.hbm b/contrib/hbbz2/tests/hbmk.hbm index 5846f5731e..42c9a0946f 100644 --- a/contrib/hbbz2/tests/hbmk.hbm +++ b/contrib/hbbz2/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbbz2.hbc -w3 -es2 diff --git a/contrib/hbbz2/tests/test.prg b/contrib/hbbz2/tests/test.prg index c17f75445b..bc81d7790d 100644 --- a/contrib/hbbz2/tests/test.prg +++ b/contrib/hbbz2/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbbz2" #include "simpleio.ch" diff --git a/contrib/hbcairo/hbcairo.hbc b/contrib/hbcairo/hbcairo.hbc index 1f1fb1e252..aac97cefa1 100644 --- a/contrib/hbcairo/hbcairo.hbc +++ b/contrib/hbcairo/hbcairo.hbc @@ -1,4 +1,3 @@ - description=Cairo wrapper (imaging) incpaths=. diff --git a/contrib/hbcairo/tests/fancytxt.prg b/contrib/hbcairo/tests/fancytxt.prg index 1724b760ff..f8fc67f954 100644 --- a/contrib/hbcairo/tests/fancytxt.prg +++ b/contrib/hbcairo/tests/fancytxt.prg @@ -1,4 +1,3 @@ - #require "hbcairo" PROCEDURE Main() diff --git a/contrib/hbcairo/tests/glyphdbg.prg b/contrib/hbcairo/tests/glyphdbg.prg index 941078550c..316ae845b6 100644 --- a/contrib/hbcairo/tests/glyphdbg.prg +++ b/contrib/hbcairo/tests/glyphdbg.prg @@ -1,4 +1,3 @@ - #require "hbcairo" PROCEDURE Main() diff --git a/contrib/hbcairo/tests/hbmk.hbm b/contrib/hbcairo/tests/hbmk.hbm index e0d91d66b7..f2151439e9 100644 --- a/contrib/hbcairo/tests/hbmk.hbm +++ b/contrib/hbcairo/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbcairo.hbc -w3 -es2 diff --git a/contrib/hbcairo/tests/hellow.prg b/contrib/hbcairo/tests/hellow.prg index 2d210dfa95..b627cf6084 100644 --- a/contrib/hbcairo/tests/hellow.prg +++ b/contrib/hbcairo/tests/hellow.prg @@ -1,4 +1,3 @@ - #require "hbcairo" REQUEST HB_CODEPAGE_LTWIN diff --git a/contrib/hbcairo/tests/lightnin.prg b/contrib/hbcairo/tests/lightnin.prg index 18b34ae9a3..d023bf1a6f 100644 --- a/contrib/hbcairo/tests/lightnin.prg +++ b/contrib/hbcairo/tests/lightnin.prg @@ -1,4 +1,3 @@ - #require "hbcairo" PROCEDURE Main() diff --git a/contrib/hbcairo/tests/table.prg b/contrib/hbcairo/tests/table.prg index 9c6c1c058b..9298147cc3 100644 --- a/contrib/hbcairo/tests/table.prg +++ b/contrib/hbcairo/tests/table.prg @@ -1,4 +1,3 @@ - #require "hbcairo" PROCEDURE Main() diff --git a/contrib/hbcomm/hbcomm.hbc b/contrib/hbcomm/hbcomm.hbc index e7f5f954a7..778f0aa012 100644 --- a/contrib/hbcomm/hbcomm.hbc +++ b/contrib/hbcomm/hbcomm.hbc @@ -1,4 +1,3 @@ - description=HBCOMM (xhb.com, MiniGUI) compatibility (serial communication) incpaths=. diff --git a/contrib/hbcomm/hbcomm.hbp b/contrib/hbcomm/hbcomm.hbp index 6f659fbe8a..18e97339f8 100644 --- a/contrib/hbcomm/hbcomm.hbp +++ b/contrib/hbcomm/hbcomm.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbcomm/tests/hbmk.hbm b/contrib/hbcomm/tests/hbmk.hbm index d241110dc0..52c07b09da 100644 --- a/contrib/hbcomm/tests/hbmk.hbm +++ b/contrib/hbcomm/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbcomm.hbc -w3 -es2 diff --git a/contrib/hbct/doc/en/addascii.txt b/contrib/hbct/doc/en/addascii.txt index 16b3861e55..eaa084b33c 100644 --- a/contrib/hbct/doc/en/addascii.txt +++ b/contrib/hbct/doc/en/addascii.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ AddAscii() diff --git a/contrib/hbct/doc/en/asciisum.txt b/contrib/hbct/doc/en/asciisum.txt index d8d5fe83e9..9f5b745d51 100644 --- a/contrib/hbct/doc/en/asciisum.txt +++ b/contrib/hbct/doc/en/asciisum.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ AsciiSum() diff --git a/contrib/hbct/doc/en/ascpos.txt b/contrib/hbct/doc/en/ascpos.txt index 268ed09ffa..024399d265 100644 --- a/contrib/hbct/doc/en/ascpos.txt +++ b/contrib/hbct/doc/en/ascpos.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ AscPos() diff --git a/contrib/hbct/doc/en/atadjust.txt b/contrib/hbct/doc/en/atadjust.txt index 9f7bb1130e..f4d5656203 100644 --- a/contrib/hbct/doc/en/atadjust.txt +++ b/contrib/hbct/doc/en/atadjust.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ AtAdjust() diff --git a/contrib/hbct/doc/en/atnum.txt b/contrib/hbct/doc/en/atnum.txt index b1e352baab..f33e9c329c 100644 --- a/contrib/hbct/doc/en/atnum.txt +++ b/contrib/hbct/doc/en/atnum.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ AfterAtNum() diff --git a/contrib/hbct/doc/en/atrepl.txt b/contrib/hbct/doc/en/atrepl.txt index f318dee00d..0d46463f26 100644 --- a/contrib/hbct/doc/en/atrepl.txt +++ b/contrib/hbct/doc/en/atrepl.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ AtRepl() diff --git a/contrib/hbct/doc/en/charevod.txt b/contrib/hbct/doc/en/charevod.txt index 4fd78dde02..49b3fdcd06 100644 --- a/contrib/hbct/doc/en/charevod.txt +++ b/contrib/hbct/doc/en/charevod.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CharEven() diff --git a/contrib/hbct/doc/en/charlihb.txt b/contrib/hbct/doc/en/charlihb.txt index 3f227c9074..538c72f504 100644 --- a/contrib/hbct/doc/en/charlihb.txt +++ b/contrib/hbct/doc/en/charlihb.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CharSList() diff --git a/contrib/hbct/doc/en/charlist.txt b/contrib/hbct/doc/en/charlist.txt index fdd763b357..f33c2f00db 100644 --- a/contrib/hbct/doc/en/charlist.txt +++ b/contrib/hbct/doc/en/charlist.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CharList() diff --git a/contrib/hbct/doc/en/charmirr.txt b/contrib/hbct/doc/en/charmirr.txt index 70182d76fe..4ee1eb88ae 100644 --- a/contrib/hbct/doc/en/charmirr.txt +++ b/contrib/hbct/doc/en/charmirr.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CharMirr() diff --git a/contrib/hbct/doc/en/charmix.txt b/contrib/hbct/doc/en/charmix.txt index 5fe1a98bc2..fdf89c9122 100644 --- a/contrib/hbct/doc/en/charmix.txt +++ b/contrib/hbct/doc/en/charmix.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CharMix() diff --git a/contrib/hbct/doc/en/charone.txt b/contrib/hbct/doc/en/charone.txt index 0be4855b91..d5c80789b3 100644 --- a/contrib/hbct/doc/en/charone.txt +++ b/contrib/hbct/doc/en/charone.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CharOne() diff --git a/contrib/hbct/doc/en/charonly.txt b/contrib/hbct/doc/en/charonly.txt index 8e8b5bd912..8607a7f83b 100644 --- a/contrib/hbct/doc/en/charonly.txt +++ b/contrib/hbct/doc/en/charonly.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CharOnly() diff --git a/contrib/hbct/doc/en/charop.txt b/contrib/hbct/doc/en/charop.txt index 9186d32dd1..95f4b7867f 100644 --- a/contrib/hbct/doc/en/charop.txt +++ b/contrib/hbct/doc/en/charop.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CharAdd() diff --git a/contrib/hbct/doc/en/charophb.txt b/contrib/hbct/doc/en/charophb.txt index f21654e271..52261b5e2f 100644 --- a/contrib/hbct/doc/en/charophb.txt +++ b/contrib/hbct/doc/en/charophb.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CharSub() diff --git a/contrib/hbct/doc/en/charrepl.txt b/contrib/hbct/doc/en/charrepl.txt index 7d426e69c1..0d7ebdf543 100644 --- a/contrib/hbct/doc/en/charrepl.txt +++ b/contrib/hbct/doc/en/charrepl.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CharRepl() diff --git a/contrib/hbct/doc/en/charsort.txt b/contrib/hbct/doc/en/charsort.txt index 2e68f062ec..60f13d9332 100644 --- a/contrib/hbct/doc/en/charsort.txt +++ b/contrib/hbct/doc/en/charsort.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CharSort() diff --git a/contrib/hbct/doc/en/charswap.txt b/contrib/hbct/doc/en/charswap.txt index 1b13cc5689..0298500c53 100644 --- a/contrib/hbct/doc/en/charswap.txt +++ b/contrib/hbct/doc/en/charswap.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CharSwap() diff --git a/contrib/hbct/doc/en/color.txt b/contrib/hbct/doc/en/color.txt index 9376db9e1c..099352272f 100644 --- a/contrib/hbct/doc/en/color.txt +++ b/contrib/hbct/doc/en/color.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ InvertAttr() diff --git a/contrib/hbct/doc/en/count.txt b/contrib/hbct/doc/en/count.txt index 0df5dc4141..b61b9ef8be 100644 --- a/contrib/hbct/doc/en/count.txt +++ b/contrib/hbct/doc/en/count.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CountLeft() diff --git a/contrib/hbct/doc/en/ct.txt b/contrib/hbct/doc/en/ct.txt index fc89f5f315..68c4889628 100644 --- a/contrib/hbct/doc/en/ct.txt +++ b/contrib/hbct/doc/en/ct.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ctinit() diff --git a/contrib/hbct/doc/en/ctc.txt b/contrib/hbct/doc/en/ctc.txt index 5d4e58743c..05cfd3faf1 100644 --- a/contrib/hbct/doc/en/ctc.txt +++ b/contrib/hbct/doc/en/ctc.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CSetArgErr() diff --git a/contrib/hbct/doc/en/ctmath.txt b/contrib/hbct/doc/en/ctmath.txt index 23e4657437..ff5218a7f2 100644 --- a/contrib/hbct/doc/en/ctmath.txt +++ b/contrib/hbct/doc/en/ctmath.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ SetPREC() diff --git a/contrib/hbct/doc/en/ctmath2.txt b/contrib/hbct/doc/en/ctmath2.txt index 5bb511836c..7918553028 100644 --- a/contrib/hbct/doc/en/ctmath2.txt +++ b/contrib/hbct/doc/en/ctmath2.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ Floor() diff --git a/contrib/hbct/doc/en/ctpad.txt b/contrib/hbct/doc/en/ctpad.txt index bb6f278e95..4728755d13 100644 --- a/contrib/hbct/doc/en/ctpad.txt +++ b/contrib/hbct/doc/en/ctpad.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ PadLeft() diff --git a/contrib/hbct/doc/en/ctstr.txt b/contrib/hbct/doc/en/ctstr.txt index a5fecf00bc..f7691fe959 100644 --- a/contrib/hbct/doc/en/ctstr.txt +++ b/contrib/hbct/doc/en/ctstr.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CSetRef() diff --git a/contrib/hbct/doc/en/datetime.txt b/contrib/hbct/doc/en/datetime.txt index 7b2e74fa9c..3a37e1ffc7 100644 --- a/contrib/hbct/doc/en/datetime.txt +++ b/contrib/hbct/doc/en/datetime.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ BoM() diff --git a/contrib/hbct/doc/en/dattime2.txt b/contrib/hbct/doc/en/dattime2.txt index 53934c93fe..c58d9d4898 100644 --- a/contrib/hbct/doc/en/dattime2.txt +++ b/contrib/hbct/doc/en/dattime2.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CToDoW() diff --git a/contrib/hbct/doc/en/dattime3.txt b/contrib/hbct/doc/en/dattime3.txt index cc1e83fd74..9c9f0a4aa2 100644 --- a/contrib/hbct/doc/en/dattime3.txt +++ b/contrib/hbct/doc/en/dattime3.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ WaitPeriod() diff --git a/contrib/hbct/doc/en/exponent.txt b/contrib/hbct/doc/en/exponent.txt index 51e176bf70..75d31dbf1f 100644 --- a/contrib/hbct/doc/en/exponent.txt +++ b/contrib/hbct/doc/en/exponent.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ Mantissa() diff --git a/contrib/hbct/doc/en/finan.txt b/contrib/hbct/doc/en/finan.txt index 28a4c150bd..9e10043e52 100644 --- a/contrib/hbct/doc/en/finan.txt +++ b/contrib/hbct/doc/en/finan.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ FV() diff --git a/contrib/hbct/doc/en/ftoc.txt b/contrib/hbct/doc/en/ftoc.txt index be059231e8..5df0c28cd7 100644 --- a/contrib/hbct/doc/en/ftoc.txt +++ b/contrib/hbct/doc/en/ftoc.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ FToC() diff --git a/contrib/hbct/doc/en/justify.txt b/contrib/hbct/doc/en/justify.txt index 11fcad08c2..11e0610ba9 100644 --- a/contrib/hbct/doc/en/justify.txt +++ b/contrib/hbct/doc/en/justify.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ JustLeft() diff --git a/contrib/hbct/doc/en/keyset.txt b/contrib/hbct/doc/en/keyset.txt index 3d1bb48fca..31ed62bc94 100644 --- a/contrib/hbct/doc/en/keyset.txt +++ b/contrib/hbct/doc/en/keyset.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ KSetIns() diff --git a/contrib/hbct/doc/en/misc1.txt b/contrib/hbct/doc/en/misc1.txt index ca89ad59d2..e6a68d6657 100644 --- a/contrib/hbct/doc/en/misc1.txt +++ b/contrib/hbct/doc/en/misc1.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ XToC() diff --git a/contrib/hbct/doc/en/num1.txt b/contrib/hbct/doc/en/num1.txt index b1273af471..9ecb4da9d7 100644 --- a/contrib/hbct/doc/en/num1.txt +++ b/contrib/hbct/doc/en/num1.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ Celsius() diff --git a/contrib/hbct/doc/en/numat.txt b/contrib/hbct/doc/en/numat.txt index cdfbfef92a..1be29bd46b 100644 --- a/contrib/hbct/doc/en/numat.txt +++ b/contrib/hbct/doc/en/numat.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ NumAt() diff --git a/contrib/hbct/doc/en/numconv.txt b/contrib/hbct/doc/en/numconv.txt index 82b9df6a1e..9fb04cdd61 100644 --- a/contrib/hbct/doc/en/numconv.txt +++ b/contrib/hbct/doc/en/numconv.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ NToC() diff --git a/contrib/hbct/doc/en/pos1.txt b/contrib/hbct/doc/en/pos1.txt index ebb731f5b0..22679d2ee6 100644 --- a/contrib/hbct/doc/en/pos1.txt +++ b/contrib/hbct/doc/en/pos1.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ PosAlpha() diff --git a/contrib/hbct/doc/en/pos2.txt b/contrib/hbct/doc/en/pos2.txt index 4fc9f79259..9de14d6d62 100644 --- a/contrib/hbct/doc/en/pos2.txt +++ b/contrib/hbct/doc/en/pos2.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ PosChar() diff --git a/contrib/hbct/doc/en/posdiff.txt b/contrib/hbct/doc/en/posdiff.txt index 208506f11f..b057e39a16 100644 --- a/contrib/hbct/doc/en/posdiff.txt +++ b/contrib/hbct/doc/en/posdiff.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ PosDiff() diff --git a/contrib/hbct/doc/en/print.txt b/contrib/hbct/doc/en/print.txt index 8ca60a25f7..57156a6a07 100644 --- a/contrib/hbct/doc/en/print.txt +++ b/contrib/hbct/doc/en/print.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ PrintStat() diff --git a/contrib/hbct/doc/en/range.txt b/contrib/hbct/doc/en/range.txt index 9f190ac843..cd9cf2a26e 100644 --- a/contrib/hbct/doc/en/range.txt +++ b/contrib/hbct/doc/en/range.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ RangeRem() diff --git a/contrib/hbct/doc/en/relation.txt b/contrib/hbct/doc/en/relation.txt index ab98d1aced..410443cfbb 100644 --- a/contrib/hbct/doc/en/relation.txt +++ b/contrib/hbct/doc/en/relation.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CharRelA() diff --git a/contrib/hbct/doc/en/remove.txt b/contrib/hbct/doc/en/remove.txt index 4df2ea441e..8f30cdfea8 100644 --- a/contrib/hbct/doc/en/remove.txt +++ b/contrib/hbct/doc/en/remove.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ RemAll() diff --git a/contrib/hbct/doc/en/replace.txt b/contrib/hbct/doc/en/replace.txt index 8739e93228..5204c5ab80 100644 --- a/contrib/hbct/doc/en/replace.txt +++ b/contrib/hbct/doc/en/replace.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ReplAll() diff --git a/contrib/hbct/doc/en/screen1.txt b/contrib/hbct/doc/en/screen1.txt index a874fc9088..ff364c672c 100644 --- a/contrib/hbct/doc/en/screen1.txt +++ b/contrib/hbct/doc/en/screen1.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ScreenAttr() diff --git a/contrib/hbct/doc/en/strdiff.txt b/contrib/hbct/doc/en/strdiff.txt index 95afe5d925..40cdff3304 100644 --- a/contrib/hbct/doc/en/strdiff.txt +++ b/contrib/hbct/doc/en/strdiff.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ StrDiff() diff --git a/contrib/hbct/doc/en/strswap.txt b/contrib/hbct/doc/en/strswap.txt index bdf153ed9e..44ea05ad52 100644 --- a/contrib/hbct/doc/en/strswap.txt +++ b/contrib/hbct/doc/en/strswap.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ StrSwap() diff --git a/contrib/hbct/doc/en/tab.txt b/contrib/hbct/doc/en/tab.txt index 1d73d637ff..9d5b0d350f 100644 --- a/contrib/hbct/doc/en/tab.txt +++ b/contrib/hbct/doc/en/tab.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ TabExpand() diff --git a/contrib/hbct/doc/en/token1.txt b/contrib/hbct/doc/en/token1.txt index e2a555ab2c..69c58f2009 100644 --- a/contrib/hbct/doc/en/token1.txt +++ b/contrib/hbct/doc/en/token1.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ AtToken() diff --git a/contrib/hbct/doc/en/token2.txt b/contrib/hbct/doc/en/token2.txt index 0916c2d422..9eba78a75b 100644 --- a/contrib/hbct/doc/en/token2.txt +++ b/contrib/hbct/doc/en/token2.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ TokenInit() diff --git a/contrib/hbct/doc/en/trig.txt b/contrib/hbct/doc/en/trig.txt index f12937ef3b..76ec261e93 100644 --- a/contrib/hbct/doc/en/trig.txt +++ b/contrib/hbct/doc/en/trig.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ Pi() diff --git a/contrib/hbct/doc/en/video.txt b/contrib/hbct/doc/en/video.txt index 3309331af4..427c8753c2 100644 --- a/contrib/hbct/doc/en/video.txt +++ b/contrib/hbct/doc/en/video.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CharPix() diff --git a/contrib/hbct/doc/en/wordrepl.txt b/contrib/hbct/doc/en/wordrepl.txt index 4b7802c649..3f0fc44a80 100644 --- a/contrib/hbct/doc/en/wordrepl.txt +++ b/contrib/hbct/doc/en/wordrepl.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ WordRepl() diff --git a/contrib/hbct/doc/en/wordtoch.txt b/contrib/hbct/doc/en/wordtoch.txt index 56d1c0606e..cd92b58631 100644 --- a/contrib/hbct/doc/en/wordtoch.txt +++ b/contrib/hbct/doc/en/wordtoch.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ WordToChar() diff --git a/contrib/hbct/hbct.hbc b/contrib/hbct/hbct.hbc index 0d1efde917..091791b45e 100644 --- a/contrib/hbct/hbct.hbc +++ b/contrib/hbct/hbct.hbc @@ -1,4 +1,3 @@ - description=CA-Cl*pper Tools [compatibility] incpaths=. diff --git a/contrib/hbct/hbct.hbp b/contrib/hbct/hbct.hbp index 0594ce7bfa..445c7bbb5a 100644 --- a/contrib/hbct/hbct.hbp +++ b/contrib/hbct/hbct.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbct/readme.txt b/contrib/hbct/readme.txt index 7ba18bbe8b..add7c41bb4 100644 --- a/contrib/hbct/readme.txt +++ b/contrib/hbct/readme.txt @@ -1,4 +1,3 @@ - CA-T**ls Compatible Library for Harbour ======================================= diff --git a/contrib/hbct/tests/dates4.prg b/contrib/hbct/tests/dates4.prg index a880554d5b..e8e41cd5b0 100644 --- a/contrib/hbct/tests/dates4.prg +++ b/contrib/hbct/tests/dates4.prg @@ -1,4 +1,3 @@ - #ifdef __HARBOUR__ #require "hbct" #endif diff --git a/contrib/hbct/tests/hbmk.hbm b/contrib/hbct/tests/hbmk.hbm index 7c3bdbff11..313af7f5e7 100644 --- a/contrib/hbct/tests/hbmk.hbm +++ b/contrib/hbct/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbct.hbc -w3 -es2 diff --git a/contrib/hbct/tests/test.prg b/contrib/hbct/tests/test.prg index ce4283e5a9..fc3f10d25e 100644 --- a/contrib/hbct/tests/test.prg +++ b/contrib/hbct/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbct" #require "hbtest" diff --git a/contrib/hbcups/hbcups.hbc b/contrib/hbcups/hbcups.hbc index bddf3eb0db..7a9673a076 100644 --- a/contrib/hbcups/hbcups.hbc +++ b/contrib/hbcups/hbcups.hbc @@ -1,4 +1,3 @@ - description=Cups wrapper (*nix printing) incpaths=. diff --git a/contrib/hbcups/hbcups.hbp b/contrib/hbcups/hbcups.hbp index fe7fda8af7..a6d193510e 100644 --- a/contrib/hbcups/hbcups.hbp +++ b/contrib/hbcups/hbcups.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbcups/readme.txt b/contrib/hbcups/readme.txt index 579c5be7e9..5ff52d1d02 100644 --- a/contrib/hbcups/readme.txt +++ b/contrib/hbcups/readme.txt @@ -1,4 +1,3 @@ - hbcups provides access to the CUPS printing library. Function Reference diff --git a/contrib/hbcups/tests/hbmk.hbm b/contrib/hbcups/tests/hbmk.hbm index a810d546d6..bf00d90f75 100644 --- a/contrib/hbcups/tests/hbmk.hbm +++ b/contrib/hbcups/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbcups.hbc -w3 -es2 diff --git a/contrib/hbcups/tests/test.prg b/contrib/hbcups/tests/test.prg index 20cb4053c8..341aab2ed1 100644 --- a/contrib/hbcups/tests/test.prg +++ b/contrib/hbcups/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbcups" PROCEDURE Main( cFile ) diff --git a/contrib/hbcurl/hbcurl.hbc b/contrib/hbcurl/hbcurl.hbc index f4253bf420..968f41d02f 100644 --- a/contrib/hbcurl/hbcurl.hbc +++ b/contrib/hbcurl/hbcurl.hbc @@ -1,4 +1,3 @@ - description=libcurl wrapper (IP communication) incpaths=. diff --git a/contrib/hbcurl/hbcurl.hbm b/contrib/hbcurl/hbcurl.hbm index 5b4d7ede86..2d981aa68f 100644 --- a/contrib/hbcurl/hbcurl.hbm +++ b/contrib/hbcurl/hbcurl.hbm @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbcurl/hbcurl.hbp b/contrib/hbcurl/hbcurl.hbp index 3b884e8773..e285d04659 100644 --- a/contrib/hbcurl/hbcurl.hbp +++ b/contrib/hbcurl/hbcurl.hbp @@ -1,4 +1,3 @@ - hbcurl.hbm -depimplibs=curl:../libcurl.dll diff --git a/contrib/hbcurl/hbcurls.hbp b/contrib/hbcurl/hbcurls.hbp index eb853dc587..b519d941fd 100644 --- a/contrib/hbcurl/hbcurls.hbp +++ b/contrib/hbcurl/hbcurls.hbp @@ -1,4 +1,3 @@ - hbcurl.hbm -stop{!allwin|hbdyn} diff --git a/contrib/hbcurl/tests/hbmk.hbm b/contrib/hbcurl/tests/hbmk.hbm index 4157dce8e8..015a780abc 100644 --- a/contrib/hbcurl/tests/hbmk.hbm +++ b/contrib/hbcurl/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbcurl.hbc -w3 -es2 diff --git a/contrib/hbexpat/3rd/expat/expat.hbc b/contrib/hbexpat/3rd/expat/expat.hbc index 1b9404bcb1..29ba581e0f 100644 --- a/contrib/hbexpat/3rd/expat/expat.hbc +++ b/contrib/hbexpat/3rd/expat/expat.hbc @@ -1,2 +1 @@ - libs=${hb_name} diff --git a/contrib/hbexpat/3rd/expat/expat.hbp b/contrib/hbexpat/3rd/expat/expat.hbp index 39633faf79..57e40cd21c 100644 --- a/contrib/hbexpat/3rd/expat/expat.hbp +++ b/contrib/hbexpat/3rd/expat/expat.hbp @@ -1,4 +1,3 @@ - -stop{hbdyn} -hblib diff --git a/contrib/hbexpat/hbexpat.hbc b/contrib/hbexpat/hbexpat.hbc index b5d3e758b4..c30c1d3cb5 100644 --- a/contrib/hbexpat/hbexpat.hbc +++ b/contrib/hbexpat/hbexpat.hbc @@ -1,4 +1,3 @@ - description=libexpat wrapper (XML parser) incpaths=. diff --git a/contrib/hbexpat/hbexpat.hbp b/contrib/hbexpat/hbexpat.hbp index 8d19fe27d9..6a0e0a0243 100644 --- a/contrib/hbexpat/hbexpat.hbp +++ b/contrib/hbexpat/hbexpat.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbexpat/tests/hbmk.hbm b/contrib/hbexpat/tests/hbmk.hbm index bf6a0d09fb..080c9b2322 100644 --- a/contrib/hbexpat/tests/hbmk.hbm +++ b/contrib/hbexpat/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbexpat.hbc -w3 -es2 diff --git a/contrib/hbfbird/hbfbird.hbc b/contrib/hbfbird/hbfbird.hbc index 685ffeaad2..32839f8aeb 100644 --- a/contrib/hbfbird/hbfbird.hbc +++ b/contrib/hbfbird/hbfbird.hbc @@ -1,4 +1,3 @@ - description=Firebird wrapper (SQL) incpaths=. diff --git a/contrib/hbfbird/hbfbird.hbp b/contrib/hbfbird/hbfbird.hbp index 2381093262..6c18bdc0cd 100644 --- a/contrib/hbfbird/hbfbird.hbp +++ b/contrib/hbfbird/hbfbird.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbfbird/readme.txt b/contrib/hbfbird/readme.txt index 8aa26c8142..978f4e363d 100644 --- a/contrib/hbfbird/readme.txt +++ b/contrib/hbfbird/readme.txt @@ -1,4 +1,3 @@ - README 2003-12-23 - Harbour Low Level api for Firebird and Interbase RDBMS This work is not finished yet. It's to be seem like Harbour TMysql routines. diff --git a/contrib/hbfbird/tests/hbmk.hbm b/contrib/hbfbird/tests/hbmk.hbm index e3d5680737..011800a196 100644 --- a/contrib/hbfbird/tests/hbmk.hbm +++ b/contrib/hbfbird/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbfbird.hbc -w3 -es2 diff --git a/contrib/hbfbird/tests/simple.prg b/contrib/hbfbird/tests/simple.prg index be19af5edb..148d020810 100644 --- a/contrib/hbfbird/tests/simple.prg +++ b/contrib/hbfbird/tests/simple.prg @@ -1,4 +1,3 @@ - #require "hbfbird" PROCEDURE Main() diff --git a/contrib/hbfbird/tests/test.prg b/contrib/hbfbird/tests/test.prg index 5e6f8c06bd..0ad43cc278 100644 --- a/contrib/hbfbird/tests/test.prg +++ b/contrib/hbfbird/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbfbird" PROCEDURE Main() diff --git a/contrib/hbfbird/tests/testapi.c b/contrib/hbfbird/tests/testapi.c index fb7640b36b..27900b7693 100644 --- a/contrib/hbfbird/tests/testapi.c +++ b/contrib/hbfbird/tests/testapi.c @@ -1,4 +1,3 @@ - #include #include #include diff --git a/contrib/hbfimage/hbfimage.hbc b/contrib/hbfimage/hbfimage.hbc index a25e0cce24..a988add7ce 100644 --- a/contrib/hbfimage/hbfimage.hbc +++ b/contrib/hbfimage/hbfimage.hbc @@ -1,4 +1,3 @@ - description=FreeImage wrapper (imaging) skip={dos} diff --git a/contrib/hbfimage/hbfimage.hbp b/contrib/hbfimage/hbfimage.hbp index 447b67fe5b..159b85252b 100644 --- a/contrib/hbfimage/hbfimage.hbp +++ b/contrib/hbfimage/hbfimage.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbfimage/tests/hbmk.hbm b/contrib/hbfimage/tests/hbmk.hbm index c7127a079a..8219fa7210 100644 --- a/contrib/hbfimage/tests/hbmk.hbm +++ b/contrib/hbfimage/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbfimage.hbc -w3 -es2 diff --git a/contrib/hbformat/hbformat.hbc b/contrib/hbformat/hbformat.hbc index 3fe549d72f..eb6dd37f66 100644 --- a/contrib/hbformat/hbformat.hbc +++ b/contrib/hbformat/hbformat.hbc @@ -1,4 +1,3 @@ - description=Harbour source code formatter libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} diff --git a/contrib/hbformat/hbformat.hbp b/contrib/hbformat/hbformat.hbp index 88e47d2dbd..5e8fa25250 100644 --- a/contrib/hbformat/hbformat.hbp +++ b/contrib/hbformat/hbformat.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbformat/utils/hbformat.hbp b/contrib/hbformat/utils/hbformat.hbp index 43a5e6e79f..61ec9d69fd 100644 --- a/contrib/hbformat/utils/hbformat.hbp +++ b/contrib/hbformat/utils/hbformat.hbp @@ -1,4 +1,3 @@ - hbformat.hbc -w3 -es2 -l diff --git a/contrib/hbfoxpro/hbfoxpro.hbc b/contrib/hbfoxpro/hbfoxpro.hbc index e882a5e4c0..2b9e5bfd19 100644 --- a/contrib/hbfoxpro/hbfoxpro.hbc +++ b/contrib/hbfoxpro/hbfoxpro.hbc @@ -1,4 +1,3 @@ - description=FoxPro compatibility incpaths=. diff --git a/contrib/hbfoxpro/hbfoxpro.hbp b/contrib/hbfoxpro/hbfoxpro.hbp index 7c1b15cd6f..ce36120d53 100644 --- a/contrib/hbfoxpro/hbfoxpro.hbp +++ b/contrib/hbfoxpro/hbfoxpro.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbfship/hbfship.hbc b/contrib/hbfship/hbfship.hbc index b8930d1010..d0de225c1c 100644 --- a/contrib/hbfship/hbfship.hbc +++ b/contrib/hbfship/hbfship.hbc @@ -1,4 +1,3 @@ - description=FlagShip compatibility incpaths=. diff --git a/contrib/hbfship/hbfship.hbp b/contrib/hbfship/hbfship.hbp index 1c83660447..65e4a38248 100644 --- a/contrib/hbfship/hbfship.hbp +++ b/contrib/hbfship/hbfship.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbgd/doc/en/hbgd.txt b/contrib/hbgd/doc/en/hbgd.txt index 46927422c6..64955e0dd1 100644 --- a/contrib/hbgd/doc/en/hbgd.txt +++ b/contrib/hbgd/doc/en/hbgd.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ The GD Library diff --git a/contrib/hbgd/hbgd.hbc b/contrib/hbgd/hbgd.hbc index 622e57fad2..a8097f7fad 100644 --- a/contrib/hbgd/hbgd.hbc +++ b/contrib/hbgd/hbgd.hbc @@ -1,4 +1,3 @@ - description=libgd wrapper (imaging) incpaths=. diff --git a/contrib/hbgd/hbgd.hbp b/contrib/hbgd/hbgd.hbp index c0251d3f18..4fee02adc1 100644 --- a/contrib/hbgd/hbgd.hbp +++ b/contrib/hbgd/hbgd.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbgd/tests/barcode.prg b/contrib/hbgd/tests/barcode.prg index eddb5f5ecc..748f50592b 100644 --- a/contrib/hbgd/tests/barcode.prg +++ b/contrib/hbgd/tests/barcode.prg @@ -1,4 +1,3 @@ - #require "hbgd" #define IMAGES_OUT "imgs_out" + hb_ps() diff --git a/contrib/hbgd/tests/barcode2.prg b/contrib/hbgd/tests/barcode2.prg index 4d0eb496ed..ab83b71bf1 100644 --- a/contrib/hbgd/tests/barcode2.prg +++ b/contrib/hbgd/tests/barcode2.prg @@ -1,4 +1,3 @@ - #require "hbgd" #define IMAGES_OUT "imgs_out" + hb_ps() diff --git a/contrib/hbgd/tests/hbmk.hbm b/contrib/hbgd/tests/hbmk.hbm index e73921c048..27b858a68d 100644 --- a/contrib/hbgd/tests/hbmk.hbm +++ b/contrib/hbgd/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbgd.hbc -w3 -es2 diff --git a/contrib/hbgd/tests/test.prg b/contrib/hbgd/tests/test.prg index 597f0cda00..43dedf05ae 100644 --- a/contrib/hbgd/tests/test.prg +++ b/contrib/hbgd/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbgd" #define IMAGES_OUT "imgs_out" + hb_ps() diff --git a/contrib/hbgs/hbgs.hbc b/contrib/hbgs/hbgs.hbc index 5995d6ce2c..39fdb1a2f4 100644 --- a/contrib/hbgs/hbgs.hbc +++ b/contrib/hbgs/hbgs.hbc @@ -1,4 +1,3 @@ - description=Ghostscript wrapper (imaging) skip={dos|wce} diff --git a/contrib/hbgs/hbgs.hbp b/contrib/hbgs/hbgs.hbp index dbee5c8c5a..d2ba725888 100644 --- a/contrib/hbgs/hbgs.hbp +++ b/contrib/hbgs/hbgs.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbgs/tests/hbmk.hbm b/contrib/hbgs/tests/hbmk.hbm index fff9d082ba..d20ab214d6 100644 --- a/contrib/hbgs/tests/hbmk.hbm +++ b/contrib/hbgs/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbgs.hbc -w3 -es2 diff --git a/contrib/hbgt/doc/en/hbgt.txt b/contrib/hbgt/doc/en/hbgt.txt index 2557ac6a38..578182d401 100644 --- a/contrib/hbgt/doc/en/hbgt.txt +++ b/contrib/hbgt/doc/en/hbgt.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ gt_AscPos() diff --git a/contrib/hbgt/hbgt.hbc b/contrib/hbgt/hbgt.hbc index ead644bbc0..9c866c79e1 100644 --- a/contrib/hbgt/hbgt.hbc +++ b/contrib/hbgt/hbgt.hbc @@ -1,4 +1,3 @@ - description=GT library libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} diff --git a/contrib/hbgt/hbgt.hbp b/contrib/hbgt/hbgt.hbp index 7cb014d322..8fe3f963c0 100644 --- a/contrib/hbgt/hbgt.hbp +++ b/contrib/hbgt/hbgt.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbgt/tests/hbmk.hbm b/contrib/hbgt/tests/hbmk.hbm index d2f9e1201f..9ec8bcb3d1 100644 --- a/contrib/hbgt/tests/hbmk.hbm +++ b/contrib/hbgt/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbgt.hbc -w3 -es2 diff --git a/contrib/hbgt/tests/test.prg b/contrib/hbgt/tests/test.prg index 9d194b3cb4..a45c5120fd 100644 --- a/contrib/hbgt/tests/test.prg +++ b/contrib/hbgt/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbgt" #require "hbtest" diff --git a/contrib/hbhpdf/3rd/libhpdf/libhpdf.hbc b/contrib/hbhpdf/3rd/libhpdf/libhpdf.hbc index b55ec0b5c5..f352d75f58 100644 --- a/contrib/hbhpdf/3rd/libhpdf/libhpdf.hbc +++ b/contrib/hbhpdf/3rd/libhpdf/libhpdf.hbc @@ -1,3 +1,2 @@ - libs=${hb_name} libs=png diff --git a/contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp b/contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp index 81d9c19401..f0c74de2df 100644 --- a/contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp +++ b/contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp @@ -1,4 +1,3 @@ - -stop{hbdyn} # pocc64 version 6.0 is OK, version 5.0 is not (->internal error). diff --git a/contrib/hbhpdf/hbhpdf.hbc b/contrib/hbhpdf/hbhpdf.hbc index 7e8fc05e3d..9aa0d22ff3 100644 --- a/contrib/hbhpdf/hbhpdf.hbc +++ b/contrib/hbhpdf/hbhpdf.hbc @@ -1,4 +1,3 @@ - description=libharu wrapper (PDF) incpaths=. diff --git a/contrib/hbhpdf/hbhpdf.hbp b/contrib/hbhpdf/hbhpdf.hbp index 0ca063fcbb..e4c7348272 100644 --- a/contrib/hbhpdf/hbhpdf.hbp +++ b/contrib/hbhpdf/hbhpdf.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbhpdf/tests/hbmk.hbm b/contrib/hbhpdf/tests/hbmk.hbm index 50f3dbc46d..bbba6c4369 100644 --- a/contrib/hbhpdf/tests/hbmk.hbm +++ b/contrib/hbhpdf/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbhpdf.hbc -w3 -es2 diff --git a/contrib/hbhpdf/tests/test.prg b/contrib/hbhpdf/tests/test.prg index 7f93ac4c93..9b88856b65 100644 --- a/contrib/hbhpdf/tests/test.prg +++ b/contrib/hbhpdf/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbhpdf" PROCEDURE Main() diff --git a/contrib/hbhttpd/hbhttpd.hbc b/contrib/hbhttpd/hbhttpd.hbc index 2dec571bd2..73ab5ef81b 100644 --- a/contrib/hbhttpd/hbhttpd.hbc +++ b/contrib/hbhttpd/hbhttpd.hbc @@ -1,4 +1,3 @@ - description=HTTP server incpaths=. diff --git a/contrib/hbhttpd/hbhttpd.hbp b/contrib/hbhttpd/hbhttpd.hbp index e4c6f533e3..2e8b47c5d1 100644 --- a/contrib/hbhttpd/hbhttpd.hbp +++ b/contrib/hbhttpd/hbhttpd.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbhttpd/readme.txt b/contrib/hbhttpd/readme.txt index 6e4e0788af..4e9e958063 100644 --- a/contrib/hbhttpd/readme.txt +++ b/contrib/hbhttpd/readme.txt @@ -1,4 +1,3 @@ - Date: Fri, 12 Jun 2009 19:47:37 +0300 From: Mindaugas Kavaliauskas To: "Harbour Project Main Developer List." diff --git a/contrib/hbhttpd/tests/hbmk.hbm b/contrib/hbhttpd/tests/hbmk.hbm index cc6bb52a40..a2e52950d2 100644 --- a/contrib/hbhttpd/tests/hbmk.hbm +++ b/contrib/hbhttpd/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbhttpd.hbc hbssl.hbc diff --git a/contrib/hblzf/3rd/liblzf/lzf.hbc b/contrib/hblzf/3rd/liblzf/lzf.hbc index 23fcb200ae..9f53e5835e 100644 --- a/contrib/hblzf/3rd/liblzf/lzf.hbc +++ b/contrib/hblzf/3rd/liblzf/lzf.hbc @@ -1,4 +1,3 @@ - libs=${hb_name} cflags=-DAVOID_ERRNO=1{wce} diff --git a/contrib/hblzf/3rd/liblzf/lzf.hbp b/contrib/hblzf/3rd/liblzf/lzf.hbp index 1e144c45f0..0a82279cfc 100644 --- a/contrib/hblzf/3rd/liblzf/lzf.hbp +++ b/contrib/hblzf/3rd/liblzf/lzf.hbp @@ -1,4 +1,3 @@ - -stop{hbdyn} -hblib diff --git a/contrib/hblzf/hblzf.hbc b/contrib/hblzf/hblzf.hbc index 6b3a444d4b..1629efe06d 100644 --- a/contrib/hblzf/hblzf.hbc +++ b/contrib/hblzf/hblzf.hbc @@ -1,4 +1,3 @@ - description=LZF wrapper (compression) incpaths=. diff --git a/contrib/hblzf/hblzf.hbp b/contrib/hblzf/hblzf.hbp index 946e7d33df..9bd03709c4 100644 --- a/contrib/hblzf/hblzf.hbp +++ b/contrib/hblzf/hblzf.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hblzf/tests/hbmk.hbm b/contrib/hblzf/tests/hbmk.hbm index 627732a09c..31f5e3556d 100644 --- a/contrib/hblzf/tests/hbmk.hbm +++ b/contrib/hblzf/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hblzf.hbc -w3 -es2 diff --git a/contrib/hblzf/tests/test.prg b/contrib/hblzf/tests/test.prg index d3c48208bd..a01a8863db 100644 --- a/contrib/hblzf/tests/test.prg +++ b/contrib/hblzf/tests/test.prg @@ -1,4 +1,3 @@ - #require "hblzf" #define TEST_STRING "This is test of LZF extension" diff --git a/contrib/hblzf/tests/test2.prg b/contrib/hblzf/tests/test2.prg index aaabc724ca..99c14b088b 100644 --- a/contrib/hblzf/tests/test2.prg +++ b/contrib/hblzf/tests/test2.prg @@ -1,4 +1,3 @@ - #require "hbbz2" #require "hblzf" diff --git a/contrib/hbmagic/hbmagic.hbc b/contrib/hbmagic/hbmagic.hbc index 248ea00e76..a465568944 100644 --- a/contrib/hbmagic/hbmagic.hbc +++ b/contrib/hbmagic/hbmagic.hbc @@ -1,4 +1,3 @@ - description=libmagic wrapper (file identification) incpaths=. diff --git a/contrib/hbmagic/hbmagic.hbp b/contrib/hbmagic/hbmagic.hbp index 4c9720c2d0..1e6ab1c235 100644 --- a/contrib/hbmagic/hbmagic.hbp +++ b/contrib/hbmagic/hbmagic.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbmagic/tests/hbmk.hbm b/contrib/hbmagic/tests/hbmk.hbm index 1e1994a2f1..bb84ef99ae 100644 --- a/contrib/hbmagic/tests/hbmk.hbm +++ b/contrib/hbmagic/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbmagic.hbc -w3 -es2 diff --git a/contrib/hbmemio/hbmemio.hbc b/contrib/hbmemio/hbmemio.hbc index d70f10368e..6c9097e3bf 100644 --- a/contrib/hbmemio/hbmemio.hbc +++ b/contrib/hbmemio/hbmemio.hbc @@ -1,4 +1,3 @@ - description=MEMIO file I/O for RDDs libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} diff --git a/contrib/hbmemio/hbmemio.hbp b/contrib/hbmemio/hbmemio.hbp index f3739db51f..cf9f36d4f8 100644 --- a/contrib/hbmemio/hbmemio.hbp +++ b/contrib/hbmemio/hbmemio.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbmemio/tests/hbmk.hbm b/contrib/hbmemio/tests/hbmk.hbm index 6290f40903..9143c52a7c 100644 --- a/contrib/hbmemio/tests/hbmk.hbm +++ b/contrib/hbmemio/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbmemio.hbc -w3 -es2 diff --git a/contrib/hbmemio/tests/test.prg b/contrib/hbmemio/tests/test.prg index f638e77766..df631c074b 100644 --- a/contrib/hbmemio/tests/test.prg +++ b/contrib/hbmemio/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbmemio" REQUEST HB_MEMIO diff --git a/contrib/hbmisc/doc/en/dates2.txt b/contrib/hbmisc/doc/en/dates2.txt index f86e83334d..63b4fdb4c2 100644 --- a/contrib/hbmisc/doc/en/dates2.txt +++ b/contrib/hbmisc/doc/en/dates2.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ AMonths() diff --git a/contrib/hbmisc/doc/en/ht_class.txt b/contrib/hbmisc/doc/en/ht_class.txt index 7599c1b7dd..143de9f583 100644 --- a/contrib/hbmisc/doc/en/ht_class.txt +++ b/contrib/hbmisc/doc/en/ht_class.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ TFileRead() diff --git a/contrib/hbmisc/doc/en/ht_conv.txt b/contrib/hbmisc/doc/en/ht_conv.txt index f32a0d9ec9..6c44f3883e 100644 --- a/contrib/hbmisc/doc/en/ht_conv.txt +++ b/contrib/hbmisc/doc/en/ht_conv.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ IsBin() diff --git a/contrib/hbmisc/doc/en/ht_file.txt b/contrib/hbmisc/doc/en/ht_file.txt index 1b43a2fce3..bdb7725b9c 100644 --- a/contrib/hbmisc/doc/en/ht_file.txt +++ b/contrib/hbmisc/doc/en/ht_file.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ CD() diff --git a/contrib/hbmisc/doc/en/ht_str.txt b/contrib/hbmisc/doc/en/ht_str.txt index 453a316fb5..d07ea70266 100644 --- a/contrib/hbmisc/doc/en/ht_str.txt +++ b/contrib/hbmisc/doc/en/ht_str.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ StrFormat() diff --git a/contrib/hbmisc/hbmisc.hbc b/contrib/hbmisc/hbmisc.hbc index e88f87bc51..52a360e611 100644 --- a/contrib/hbmisc/hbmisc.hbc +++ b/contrib/hbmisc/hbmisc.hbc @@ -1,4 +1,3 @@ - description=Misc function collection libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} diff --git a/contrib/hbmisc/hbmisc.hbp b/contrib/hbmisc/hbmisc.hbp index 0d8e34e4ee..d641ca5448 100644 --- a/contrib/hbmisc/hbmisc.hbp +++ b/contrib/hbmisc/hbmisc.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbmisc/tests/hb_f.prg b/contrib/hbmisc/tests/hb_f.prg index dc3b2183cf..3a474b9b48 100644 --- a/contrib/hbmisc/tests/hb_f.prg +++ b/contrib/hbmisc/tests/hb_f.prg @@ -1,4 +1,3 @@ - #require "hbmisc" #include "fileio.ch" diff --git a/contrib/hbmisc/tests/hbmk.hbm b/contrib/hbmisc/tests/hbmk.hbm index 6e24375472..ae71950c9c 100644 --- a/contrib/hbmisc/tests/hbmk.hbm +++ b/contrib/hbmisc/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbmisc.hbc -w3 -es2 diff --git a/contrib/hbmisc/tests/numtxtru.prg b/contrib/hbmisc/tests/numtxtru.prg index 054361df3e..3a49723b7b 100644 --- a/contrib/hbmisc/tests/numtxtru.prg +++ b/contrib/hbmisc/tests/numtxtru.prg @@ -1,4 +1,3 @@ - #require "hbmisc" #include "inkey.ch" diff --git a/contrib/hbmisc/tests/pe.prg b/contrib/hbmisc/tests/pe.prg index c0948b62f0..b1698b8766 100644 --- a/contrib/hbmisc/tests/pe.prg +++ b/contrib/hbmisc/tests/pe.prg @@ -1,4 +1,3 @@ - #require "hbmisc" PROCEDURE Main( cFile ) diff --git a/contrib/hbmisc/tests/strfmt.prg b/contrib/hbmisc/tests/strfmt.prg index 74c255cf8d..c8e772bef7 100644 --- a/contrib/hbmisc/tests/strfmt.prg +++ b/contrib/hbmisc/tests/strfmt.prg @@ -1,4 +1,3 @@ - #require "hbmisc" #require "hbtest" diff --git a/contrib/hbmlzo/3rd/minilzo/minilzo.hbc b/contrib/hbmlzo/3rd/minilzo/minilzo.hbc index 1b9404bcb1..29ba581e0f 100644 --- a/contrib/hbmlzo/3rd/minilzo/minilzo.hbc +++ b/contrib/hbmlzo/3rd/minilzo/minilzo.hbc @@ -1,2 +1 @@ - libs=${hb_name} diff --git a/contrib/hbmlzo/3rd/minilzo/minilzo.hbp b/contrib/hbmlzo/3rd/minilzo/minilzo.hbp index e11935b64b..3b7a049011 100644 --- a/contrib/hbmlzo/3rd/minilzo/minilzo.hbp +++ b/contrib/hbmlzo/3rd/minilzo/minilzo.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbmlzo/hbmlzo.hbc b/contrib/hbmlzo/hbmlzo.hbc index 0be5586fb8..12870bf9b5 100644 --- a/contrib/hbmlzo/hbmlzo.hbc +++ b/contrib/hbmlzo/hbmlzo.hbc @@ -1,4 +1,3 @@ - description=minilzo wrapper (compression) incpaths=. diff --git a/contrib/hbmlzo/hbmlzo.hbp b/contrib/hbmlzo/hbmlzo.hbp index 8ceed8f270..21e7e62fdf 100644 --- a/contrib/hbmlzo/hbmlzo.hbp +++ b/contrib/hbmlzo/hbmlzo.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbmlzo/tests/hbmk.hbm b/contrib/hbmlzo/tests/hbmk.hbm index fd1080a94c..6ee218e89a 100644 --- a/contrib/hbmlzo/tests/hbmk.hbm +++ b/contrib/hbmlzo/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbmlzo.hbc -w3 -es2 diff --git a/contrib/hbmlzo/tests/test.prg b/contrib/hbmlzo/tests/test.prg index 07a2c34836..4abca9f5fa 100644 --- a/contrib/hbmlzo/tests/test.prg +++ b/contrib/hbmlzo/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbmlzo" #require "hbbz2" #require "hblzf" diff --git a/contrib/hbmxml/3rd/minixml/mxml.hbc b/contrib/hbmxml/3rd/minixml/mxml.hbc index 1b9404bcb1..29ba581e0f 100644 --- a/contrib/hbmxml/3rd/minixml/mxml.hbc +++ b/contrib/hbmxml/3rd/minixml/mxml.hbc @@ -1,2 +1 @@ - libs=${hb_name} diff --git a/contrib/hbmxml/3rd/minixml/mxml.hbp b/contrib/hbmxml/3rd/minixml/mxml.hbp index 77b5e87910..aa19d0c984 100644 --- a/contrib/hbmxml/3rd/minixml/mxml.hbp +++ b/contrib/hbmxml/3rd/minixml/mxml.hbp @@ -1,4 +1,3 @@ - -stop{hbdyn} -hblib diff --git a/contrib/hbmxml/hbmxml.hbc b/contrib/hbmxml/hbmxml.hbc index 7ab3c31e89..b775652ae9 100644 --- a/contrib/hbmxml/hbmxml.hbc +++ b/contrib/hbmxml/hbmxml.hbc @@ -1,4 +1,3 @@ - description=minixml wrapper (XML parser/generator) incpaths=. diff --git a/contrib/hbmxml/hbmxml.hbp b/contrib/hbmxml/hbmxml.hbp index 39cf5901c4..e82033e2ed 100644 --- a/contrib/hbmxml/hbmxml.hbp +++ b/contrib/hbmxml/hbmxml.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbmxml/tests/custom.prg b/contrib/hbmxml/tests/custom.prg index d30efbaaf4..8f89a5380c 100644 --- a/contrib/hbmxml/tests/custom.prg +++ b/contrib/hbmxml/tests/custom.prg @@ -1,4 +1,3 @@ - #require "hbmxml" #xtranslate _ENCODE( ) => ( hb_base64Encode( hb_Serialize( mxmlGetCustom( ) ) ) ) diff --git a/contrib/hbmxml/tests/hbmk.hbm b/contrib/hbmxml/tests/hbmk.hbm index afa00b565e..deacc2dd02 100644 --- a/contrib/hbmxml/tests/hbmk.hbm +++ b/contrib/hbmxml/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbmxml.hbc -w3 -es2 diff --git a/contrib/hbmxml/tests/reminder.prg b/contrib/hbmxml/tests/reminder.prg index c384afd16f..6ceb96270a 100644 --- a/contrib/hbmxml/tests/reminder.prg +++ b/contrib/hbmxml/tests/reminder.prg @@ -1,4 +1,3 @@ - #require "hbmxml" STATIC s_mxml_error := .F. diff --git a/contrib/hbmysql/diff-en.txt b/contrib/hbmysql/diff-en.txt index 959c2b4da2..dbdeb557c3 100644 --- a/contrib/hbmysql/diff-en.txt +++ b/contrib/hbmysql/diff-en.txt @@ -1,4 +1,3 @@ - 2004-02 I.Q. David Arturo Macias Corona diff --git a/contrib/hbmysql/diff-es.txt b/contrib/hbmysql/diff-es.txt index f279883b7c..e0286633ae 100644 --- a/contrib/hbmysql/diff-es.txt +++ b/contrib/hbmysql/diff-es.txt @@ -1,4 +1,3 @@ - 2004-02 I.Q. David Arturo Macias Corona diff --git a/contrib/hbmysql/hbmysql.hbc b/contrib/hbmysql/hbmysql.hbc index 8c93ebf4fc..2cbc8cea77 100644 --- a/contrib/hbmysql/hbmysql.hbc +++ b/contrib/hbmysql/hbmysql.hbc @@ -1,4 +1,3 @@ - description=MySQL wrapper (SQL) incpaths=. diff --git a/contrib/hbmysql/hbmysql.hbp b/contrib/hbmysql/hbmysql.hbp index 112aa228c2..723320f22d 100644 --- a/contrib/hbmysql/hbmysql.hbp +++ b/contrib/hbmysql/hbmysql.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbmysql/readme.txt b/contrib/hbmysql/readme.txt index 0ed0f3971c..8c2c105c66 100644 --- a/contrib/hbmysql/readme.txt +++ b/contrib/hbmysql/readme.txt @@ -1,4 +1,3 @@ - +---------------------------------------------------------+ | 2001-11-22 - Harbour MySQL access classes - readme file | +---------------------------------------------------------+ diff --git a/contrib/hbmysql/tests/hbmk.hbm b/contrib/hbmysql/tests/hbmk.hbm index 126347b157..b76bf2c652 100644 --- a/contrib/hbmysql/tests/hbmk.hbm +++ b/contrib/hbmysql/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbmysql.hbc -w3 -es2 diff --git a/contrib/hbmzip/3rd/minizip/minizip.hbc b/contrib/hbmzip/3rd/minizip/minizip.hbc index 1b9404bcb1..29ba581e0f 100644 --- a/contrib/hbmzip/3rd/minizip/minizip.hbc +++ b/contrib/hbmzip/3rd/minizip/minizip.hbc @@ -1,2 +1 @@ - libs=${hb_name} diff --git a/contrib/hbmzip/3rd/minizip/minizip.hbp b/contrib/hbmzip/3rd/minizip/minizip.hbp index c78af55f1e..4d4c719bef 100644 --- a/contrib/hbmzip/3rd/minizip/minizip.hbp +++ b/contrib/hbmzip/3rd/minizip/minizip.hbp @@ -1,4 +1,3 @@ - -stop{hbdyn} -hblib diff --git a/contrib/hbmzip/hbmzip.hbc b/contrib/hbmzip/hbmzip.hbc index ebab3c3569..5a8aefc98b 100644 --- a/contrib/hbmzip/hbmzip.hbc +++ b/contrib/hbmzip/hbmzip.hbc @@ -1,4 +1,3 @@ - description=minizip wrapper (zip compression) incpaths=. diff --git a/contrib/hbmzip/hbmzip.hbp b/contrib/hbmzip/hbmzip.hbp index bb90ac24a2..b14e7543eb 100644 --- a/contrib/hbmzip/hbmzip.hbp +++ b/contrib/hbmzip/hbmzip.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbmzip/readme.txt b/contrib/hbmzip/readme.txt index 771a454d57..205819d227 100644 --- a/contrib/hbmzip/readme.txt +++ b/contrib/hbmzip/readme.txt @@ -1,5 +1,3 @@ - - This folder contains compression related files including: * zip file support based on minizip library (http://www.winimage.com/zLibDll/minizip.html) including: diff --git a/contrib/hbmzip/tests/hbmk.hbm b/contrib/hbmzip/tests/hbmk.hbm index af554c1af9..9888ae74a1 100644 --- a/contrib/hbmzip/tests/hbmk.hbm +++ b/contrib/hbmzip/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbmzip.hbc -w3 -es2 diff --git a/contrib/hbnetio/hbnetio.hbc b/contrib/hbnetio/hbnetio.hbc index f8c5b161fd..6d4956b5d6 100644 --- a/contrib/hbnetio/hbnetio.hbc +++ b/contrib/hbnetio/hbnetio.hbc @@ -1,4 +1,3 @@ - description=HBNETIO file I/O for RDDs incpaths=. diff --git a/contrib/hbnetio/hbnetio.hbp b/contrib/hbnetio/hbnetio.hbp index e1b59fe6e5..91b6af5eb9 100644 --- a/contrib/hbnetio/hbnetio.hbp +++ b/contrib/hbnetio/hbnetio.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbnetio/tests/hbmk.hbm b/contrib/hbnetio/tests/hbmk.hbm index c0b410bf19..5f8fda1732 100644 --- a/contrib/hbnetio/tests/hbmk.hbm +++ b/contrib/hbnetio/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbnetio.hbc -mt diff --git a/contrib/hbnetio/utils/hbnetio/hbnetio.hbp b/contrib/hbnetio/utils/hbnetio/hbnetio.hbp index 0d6902665b..d1fb8e15a9 100644 --- a/contrib/hbnetio/utils/hbnetio/hbnetio.hbp +++ b/contrib/hbnetio/utils/hbnetio/hbnetio.hbp @@ -1,4 +1,3 @@ - hbnetio.hbc -mt diff --git a/contrib/hbnetio/utils/hbnetio/modules.hbp b/contrib/hbnetio/utils/hbnetio/modules.hbp index 203b3b7979..ef1de1d162 100644 --- a/contrib/hbnetio/utils/hbnetio/modules.hbp +++ b/contrib/hbnetio/utils/hbnetio/modules.hbp @@ -1,3 +1,2 @@ - -gh *.hb diff --git a/contrib/hbnf/cint86.c b/contrib/hbnf/cint86.c index 746234323b..af919a99e6 100644 --- a/contrib/hbnf/cint86.c +++ b/contrib/hbnf/cint86.c @@ -1,4 +1,3 @@ - #include "hbapi.h" HB_FUNC( FT_INT86 ) diff --git a/contrib/hbnf/doc/en/aading.txt b/contrib/hbnf/doc/en/aading.txt index e2f4b5430b..2b8d9f4977 100644 --- a/contrib/hbnf/doc/en/aading.txt +++ b/contrib/hbnf/doc/en/aading.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_AAddition() diff --git a/contrib/hbnf/doc/en/aavg.txt b/contrib/hbnf/doc/en/aavg.txt index 311f79c3c7..c2cae23e56 100644 --- a/contrib/hbnf/doc/en/aavg.txt +++ b/contrib/hbnf/doc/en/aavg.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_AAvg() diff --git a/contrib/hbnf/doc/en/acctadj.txt b/contrib/hbnf/doc/en/acctadj.txt index 72dad178d7..88fe2de4e2 100644 --- a/contrib/hbnf/doc/en/acctadj.txt +++ b/contrib/hbnf/doc/en/acctadj.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_AcctAdj() diff --git a/contrib/hbnf/doc/en/acctmnth.txt b/contrib/hbnf/doc/en/acctmnth.txt index 1291a1d0e5..f205c8dc70 100644 --- a/contrib/hbnf/doc/en/acctmnth.txt +++ b/contrib/hbnf/doc/en/acctmnth.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_AcctMonth() diff --git a/contrib/hbnf/doc/en/acctqtr.txt b/contrib/hbnf/doc/en/acctqtr.txt index 502a88fe0d..1c879a36de 100644 --- a/contrib/hbnf/doc/en/acctqtr.txt +++ b/contrib/hbnf/doc/en/acctqtr.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_AcctQtr() diff --git a/contrib/hbnf/doc/en/acctweek.txt b/contrib/hbnf/doc/en/acctweek.txt index 186268231e..7841ca9218 100644 --- a/contrib/hbnf/doc/en/acctweek.txt +++ b/contrib/hbnf/doc/en/acctweek.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_AcctWeek() diff --git a/contrib/hbnf/doc/en/acctyear.txt b/contrib/hbnf/doc/en/acctyear.txt index 51a87b64ca..d96c186e6e 100644 --- a/contrib/hbnf/doc/en/acctyear.txt +++ b/contrib/hbnf/doc/en/acctyear.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_AcctYear() diff --git a/contrib/hbnf/doc/en/adapter.txt b/contrib/hbnf/doc/en/adapter.txt index aaef1889af..9b29150d31 100644 --- a/contrib/hbnf/doc/en/adapter.txt +++ b/contrib/hbnf/doc/en/adapter.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Adapter() diff --git a/contrib/hbnf/doc/en/adessort.txt b/contrib/hbnf/doc/en/adessort.txt index c273971af1..fa00f41c52 100644 --- a/contrib/hbnf/doc/en/adessort.txt +++ b/contrib/hbnf/doc/en/adessort.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_ADesSort() diff --git a/contrib/hbnf/doc/en/aemaxlen.txt b/contrib/hbnf/doc/en/aemaxlen.txt index 8ca33cc623..3240ae7bef 100644 --- a/contrib/hbnf/doc/en/aemaxlen.txt +++ b/contrib/hbnf/doc/en/aemaxlen.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_AEMaxLen() diff --git a/contrib/hbnf/doc/en/aeminlen.txt b/contrib/hbnf/doc/en/aeminlen.txt index ed0a63c89c..2a137d7029 100644 --- a/contrib/hbnf/doc/en/aeminlen.txt +++ b/contrib/hbnf/doc/en/aeminlen.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_AEMinLen() diff --git a/contrib/hbnf/doc/en/alt.txt b/contrib/hbnf/doc/en/alt.txt index ece29f724d..9f391528fc 100644 --- a/contrib/hbnf/doc/en/alt.txt +++ b/contrib/hbnf/doc/en/alt.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Alt() diff --git a/contrib/hbnf/doc/en/amedian.txt b/contrib/hbnf/doc/en/amedian.txt index 6d6c855ef7..cdf2178acb 100644 --- a/contrib/hbnf/doc/en/amedian.txt +++ b/contrib/hbnf/doc/en/amedian.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_AMedian() diff --git a/contrib/hbnf/doc/en/anomatch.txt b/contrib/hbnf/doc/en/anomatch.txt index 28983b9ad1..99a46384fc 100644 --- a/contrib/hbnf/doc/en/anomatch.txt +++ b/contrib/hbnf/doc/en/anomatch.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_ANoMatches() diff --git a/contrib/hbnf/doc/en/any2any.txt b/contrib/hbnf/doc/en/any2any.txt index 3e916f60a3..80d9604b69 100644 --- a/contrib/hbnf/doc/en/any2any.txt +++ b/contrib/hbnf/doc/en/any2any.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_XToY() diff --git a/contrib/hbnf/doc/en/aredit.txt b/contrib/hbnf/doc/en/aredit.txt index 92d11f04d4..d0a20c53a3 100644 --- a/contrib/hbnf/doc/en/aredit.txt +++ b/contrib/hbnf/doc/en/aredit.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_ArEdit() diff --git a/contrib/hbnf/doc/en/asum.txt b/contrib/hbnf/doc/en/asum.txt index 4a8f5e3a63..04f686575a 100644 --- a/contrib/hbnf/doc/en/asum.txt +++ b/contrib/hbnf/doc/en/asum.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_ASum() diff --git a/contrib/hbnf/doc/en/at2.txt b/contrib/hbnf/doc/en/at2.txt index 82a6835ee3..a9b91e1be9 100644 --- a/contrib/hbnf/doc/en/at2.txt +++ b/contrib/hbnf/doc/en/at2.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_At2() diff --git a/contrib/hbnf/doc/en/bitclr.txt b/contrib/hbnf/doc/en/bitclr.txt index b15217eeff..5db9bb68d2 100644 --- a/contrib/hbnf/doc/en/bitclr.txt +++ b/contrib/hbnf/doc/en/bitclr.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_BitClr() diff --git a/contrib/hbnf/doc/en/bitset.txt b/contrib/hbnf/doc/en/bitset.txt index 407cae0d93..568fcfff5f 100644 --- a/contrib/hbnf/doc/en/bitset.txt +++ b/contrib/hbnf/doc/en/bitset.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_BitSet() diff --git a/contrib/hbnf/doc/en/blink.txt b/contrib/hbnf/doc/en/blink.txt index db9362f7f3..db66e00c40 100644 --- a/contrib/hbnf/doc/en/blink.txt +++ b/contrib/hbnf/doc/en/blink.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Blink() diff --git a/contrib/hbnf/doc/en/byt2bit.txt b/contrib/hbnf/doc/en/byt2bit.txt index d88d90ac21..77e1c91b60 100644 --- a/contrib/hbnf/doc/en/byt2bit.txt +++ b/contrib/hbnf/doc/en/byt2bit.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Byt2Bit() diff --git a/contrib/hbnf/doc/en/byt2hex.txt b/contrib/hbnf/doc/en/byt2hex.txt index cb2393ee02..6651a342f9 100644 --- a/contrib/hbnf/doc/en/byt2hex.txt +++ b/contrib/hbnf/doc/en/byt2hex.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Byt2Hex() diff --git a/contrib/hbnf/doc/en/byteand.txt b/contrib/hbnf/doc/en/byteand.txt index f7f57cab42..e93c85d62a 100644 --- a/contrib/hbnf/doc/en/byteand.txt +++ b/contrib/hbnf/doc/en/byteand.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_ByteAnd() diff --git a/contrib/hbnf/doc/en/byteneg.txt b/contrib/hbnf/doc/en/byteneg.txt index d5c76fd05e..729f62667a 100644 --- a/contrib/hbnf/doc/en/byteneg.txt +++ b/contrib/hbnf/doc/en/byteneg.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_ByteNeg() diff --git a/contrib/hbnf/doc/en/bytenot.txt b/contrib/hbnf/doc/en/bytenot.txt index 62007c23b1..e817ca3bd8 100644 --- a/contrib/hbnf/doc/en/bytenot.txt +++ b/contrib/hbnf/doc/en/bytenot.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_ByteNot() diff --git a/contrib/hbnf/doc/en/byteor.txt b/contrib/hbnf/doc/en/byteor.txt index f278481345..9baab5bc31 100644 --- a/contrib/hbnf/doc/en/byteor.txt +++ b/contrib/hbnf/doc/en/byteor.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_ByteOr() diff --git a/contrib/hbnf/doc/en/bytexor.txt b/contrib/hbnf/doc/en/bytexor.txt index e395d93dd2..863840c746 100644 --- a/contrib/hbnf/doc/en/bytexor.txt +++ b/contrib/hbnf/doc/en/bytexor.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_ByteXor() diff --git a/contrib/hbnf/doc/en/calendar.txt b/contrib/hbnf/doc/en/calendar.txt index 495b47b895..6395e5adba 100644 --- a/contrib/hbnf/doc/en/calendar.txt +++ b/contrib/hbnf/doc/en/calendar.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Calendar() diff --git a/contrib/hbnf/doc/en/caplock.txt b/contrib/hbnf/doc/en/caplock.txt index f140bac2cc..27e571abcd 100644 --- a/contrib/hbnf/doc/en/caplock.txt +++ b/contrib/hbnf/doc/en/caplock.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_CapLock() diff --git a/contrib/hbnf/doc/en/chdir.txt b/contrib/hbnf/doc/en/chdir.txt index c50e5b0d31..170a512580 100644 --- a/contrib/hbnf/doc/en/chdir.txt +++ b/contrib/hbnf/doc/en/chdir.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_ChDir() diff --git a/contrib/hbnf/doc/en/cint86.txt b/contrib/hbnf/doc/en/cint86.txt index ca88d95d36..86a92ae84b 100644 --- a/contrib/hbnf/doc/en/cint86.txt +++ b/contrib/hbnf/doc/en/cint86.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_int86() diff --git a/contrib/hbnf/doc/en/clrsel.txt b/contrib/hbnf/doc/en/clrsel.txt index 949dbd268f..b52ec8b070 100644 --- a/contrib/hbnf/doc/en/clrsel.txt +++ b/contrib/hbnf/doc/en/clrsel.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_ClrSel() diff --git a/contrib/hbnf/doc/en/cntryset.txt b/contrib/hbnf/doc/en/cntryset.txt index 583847290e..d018ee1d8f 100644 --- a/contrib/hbnf/doc/en/cntryset.txt +++ b/contrib/hbnf/doc/en/cntryset.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_SetCentury() diff --git a/contrib/hbnf/doc/en/color2n.txt b/contrib/hbnf/doc/en/color2n.txt index 5ad77ad8fd..f336165d23 100644 --- a/contrib/hbnf/doc/en/color2n.txt +++ b/contrib/hbnf/doc/en/color2n.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Color2N() diff --git a/contrib/hbnf/doc/en/ctrl.txt b/contrib/hbnf/doc/en/ctrl.txt index e32ee69d21..b025aac7f2 100644 --- a/contrib/hbnf/doc/en/ctrl.txt +++ b/contrib/hbnf/doc/en/ctrl.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Ctrl() diff --git a/contrib/hbnf/doc/en/d2e.txt b/contrib/hbnf/doc/en/d2e.txt index 34a7b56501..e0d35e7dec 100644 --- a/contrib/hbnf/doc/en/d2e.txt +++ b/contrib/hbnf/doc/en/d2e.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_D2E() diff --git a/contrib/hbnf/doc/en/datecnfg.txt b/contrib/hbnf/doc/en/datecnfg.txt index 875b44bc23..c48a4c9a5d 100644 --- a/contrib/hbnf/doc/en/datecnfg.txt +++ b/contrib/hbnf/doc/en/datecnfg.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_DateCnfg() diff --git a/contrib/hbnf/doc/en/dayofyr.txt b/contrib/hbnf/doc/en/dayofyr.txt index a97a0dc357..f6c6000f41 100644 --- a/contrib/hbnf/doc/en/dayofyr.txt +++ b/contrib/hbnf/doc/en/dayofyr.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_DayOfYr() diff --git a/contrib/hbnf/doc/en/daytobow.txt b/contrib/hbnf/doc/en/daytobow.txt index ddc5fd5365..51bce34271 100644 --- a/contrib/hbnf/doc/en/daytobow.txt +++ b/contrib/hbnf/doc/en/daytobow.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_DayToBoW() diff --git a/contrib/hbnf/doc/en/dectobin.txt b/contrib/hbnf/doc/en/dectobin.txt index d4b207ea57..6fd0b0361d 100644 --- a/contrib/hbnf/doc/en/dectobin.txt +++ b/contrib/hbnf/doc/en/dectobin.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Dec2Bin() diff --git a/contrib/hbnf/doc/en/default.txt b/contrib/hbnf/doc/en/default.txt index 168e0623c1..9e175a05f5 100644 --- a/contrib/hbnf/doc/en/default.txt +++ b/contrib/hbnf/doc/en/default.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Default() diff --git a/contrib/hbnf/doc/en/descendn.txt b/contrib/hbnf/doc/en/descendn.txt index 38136a02b8..9980030fce 100644 --- a/contrib/hbnf/doc/en/descendn.txt +++ b/contrib/hbnf/doc/en/descendn.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Descend() diff --git a/contrib/hbnf/doc/en/dfile.txt b/contrib/hbnf/doc/en/dfile.txt index 091659dff7..4ebc296939 100644 --- a/contrib/hbnf/doc/en/dfile.txt +++ b/contrib/hbnf/doc/en/dfile.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_DFSetup() diff --git a/contrib/hbnf/doc/en/diskfunc.txt b/contrib/hbnf/doc/en/diskfunc.txt index 7521dc325e..8bb679a0fd 100644 --- a/contrib/hbnf/doc/en/diskfunc.txt +++ b/contrib/hbnf/doc/en/diskfunc.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_DskSize() diff --git a/contrib/hbnf/doc/en/dispc.txt b/contrib/hbnf/doc/en/dispc.txt index 12ac037729..fc25960e70 100644 --- a/contrib/hbnf/doc/en/dispc.txt +++ b/contrib/hbnf/doc/en/dispc.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_DispFile() diff --git a/contrib/hbnf/doc/en/dispmsg.txt b/contrib/hbnf/doc/en/dispmsg.txt index 0fdffba69d..558e5d6558 100644 --- a/contrib/hbnf/doc/en/dispmsg.txt +++ b/contrib/hbnf/doc/en/dispmsg.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_DispMsg() diff --git a/contrib/hbnf/doc/en/dosver.txt b/contrib/hbnf/doc/en/dosver.txt index 01f3f49e84..7621b0fc78 100644 --- a/contrib/hbnf/doc/en/dosver.txt +++ b/contrib/hbnf/doc/en/dosver.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ FT_DOSVER diff --git a/contrib/hbnf/doc/en/e2d.txt b/contrib/hbnf/doc/en/e2d.txt index 9d7ad8ef93..5d83b9ed1a 100644 --- a/contrib/hbnf/doc/en/e2d.txt +++ b/contrib/hbnf/doc/en/e2d.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_E2D() diff --git a/contrib/hbnf/doc/en/easter.txt b/contrib/hbnf/doc/en/easter.txt index c48f361baa..a6402bc267 100644 --- a/contrib/hbnf/doc/en/easter.txt +++ b/contrib/hbnf/doc/en/easter.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Easter() diff --git a/contrib/hbnf/doc/en/elapmil.txt b/contrib/hbnf/doc/en/elapmil.txt index 80173b0c77..17ea41359a 100644 --- a/contrib/hbnf/doc/en/elapmil.txt +++ b/contrib/hbnf/doc/en/elapmil.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_ElapMin() diff --git a/contrib/hbnf/doc/en/elapsed.txt b/contrib/hbnf/doc/en/elapsed.txt index dad827bb88..7bc678047b 100644 --- a/contrib/hbnf/doc/en/elapsed.txt +++ b/contrib/hbnf/doc/en/elapsed.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Elapsed() diff --git a/contrib/hbnf/doc/en/eltime.txt b/contrib/hbnf/doc/en/eltime.txt index f8d351f12a..7fc68a4f33 100644 --- a/contrib/hbnf/doc/en/eltime.txt +++ b/contrib/hbnf/doc/en/eltime.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_ElTime() diff --git a/contrib/hbnf/doc/en/findith.txt b/contrib/hbnf/doc/en/findith.txt index 85bacf23e4..b51d3e3da8 100644 --- a/contrib/hbnf/doc/en/findith.txt +++ b/contrib/hbnf/doc/en/findith.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_FindITh() diff --git a/contrib/hbnf/doc/en/firstday.txt b/contrib/hbnf/doc/en/firstday.txt index 3fb79fc239..bbc97c2e95 100644 --- a/contrib/hbnf/doc/en/firstday.txt +++ b/contrib/hbnf/doc/en/firstday.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_FDay() diff --git a/contrib/hbnf/doc/en/floptst.txt b/contrib/hbnf/doc/en/floptst.txt index 3c24d6aa0f..a3bd193fe8 100644 --- a/contrib/hbnf/doc/en/floptst.txt +++ b/contrib/hbnf/doc/en/floptst.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_FlopTst() diff --git a/contrib/hbnf/doc/en/ftattr.txt b/contrib/hbnf/doc/en/ftattr.txt index 251b803808..5bcb255c50 100644 --- a/contrib/hbnf/doc/en/ftattr.txt +++ b/contrib/hbnf/doc/en/ftattr.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_SaveAtt() diff --git a/contrib/hbnf/doc/en/fttext.txt b/contrib/hbnf/doc/en/fttext.txt index ba07b274e5..2d5f2c537c 100644 --- a/contrib/hbnf/doc/en/fttext.txt +++ b/contrib/hbnf/doc/en/fttext.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_FUse() diff --git a/contrib/hbnf/doc/en/gcd.txt b/contrib/hbnf/doc/en/gcd.txt index 74f8eee217..be444a90ae 100644 --- a/contrib/hbnf/doc/en/gcd.txt +++ b/contrib/hbnf/doc/en/gcd.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_GCD() diff --git a/contrib/hbnf/doc/en/getenvrn.txt b/contrib/hbnf/doc/en/getenvrn.txt index bb78473520..48bc67e09a 100644 --- a/contrib/hbnf/doc/en/getenvrn.txt +++ b/contrib/hbnf/doc/en/getenvrn.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_GetE() diff --git a/contrib/hbnf/doc/en/hex2dec.txt b/contrib/hbnf/doc/en/hex2dec.txt index a61acff85e..e3be37b2d9 100644 --- a/contrib/hbnf/doc/en/hex2dec.txt +++ b/contrib/hbnf/doc/en/hex2dec.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Hex2Dec() diff --git a/contrib/hbnf/doc/en/iamidle.txt b/contrib/hbnf/doc/en/iamidle.txt index 1e2878df3b..18026a9ddf 100644 --- a/contrib/hbnf/doc/en/iamidle.txt +++ b/contrib/hbnf/doc/en/iamidle.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_IAmIdle() diff --git a/contrib/hbnf/doc/en/idle.txt b/contrib/hbnf/doc/en/idle.txt index e757918a04..29bd452512 100644 --- a/contrib/hbnf/doc/en/idle.txt +++ b/contrib/hbnf/doc/en/idle.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Idle() diff --git a/contrib/hbnf/doc/en/inp.txt b/contrib/hbnf/doc/en/inp.txt index 5f836c1a24..0aec0e7a65 100644 --- a/contrib/hbnf/doc/en/inp.txt +++ b/contrib/hbnf/doc/en/inp.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_inp() diff --git a/contrib/hbnf/doc/en/invclr.txt b/contrib/hbnf/doc/en/invclr.txt index 653a5b59bc..5e1e1ce305 100644 --- a/contrib/hbnf/doc/en/invclr.txt +++ b/contrib/hbnf/doc/en/invclr.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_InvClr() diff --git a/contrib/hbnf/doc/en/isbit.txt b/contrib/hbnf/doc/en/isbit.txt index 5888235e61..8c26ef8c70 100644 --- a/contrib/hbnf/doc/en/isbit.txt +++ b/contrib/hbnf/doc/en/isbit.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_IsBit() diff --git a/contrib/hbnf/doc/en/isbiton.txt b/contrib/hbnf/doc/en/isbiton.txt index 2bd66f99d4..0333d0f75c 100644 --- a/contrib/hbnf/doc/en/isbiton.txt +++ b/contrib/hbnf/doc/en/isbiton.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_IsBitOn() diff --git a/contrib/hbnf/doc/en/isprint.txt b/contrib/hbnf/doc/en/isprint.txt index c751329dd8..ab2d35880b 100644 --- a/contrib/hbnf/doc/en/isprint.txt +++ b/contrib/hbnf/doc/en/isprint.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_IsPrint() diff --git a/contrib/hbnf/doc/en/isshare.txt b/contrib/hbnf/doc/en/isshare.txt index c34bd23f6a..c54cd7de7d 100644 --- a/contrib/hbnf/doc/en/isshare.txt +++ b/contrib/hbnf/doc/en/isshare.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_IsShare() diff --git a/contrib/hbnf/doc/en/kspeed.txt b/contrib/hbnf/doc/en/kspeed.txt index 6c4ca70141..abb6a513ce 100644 --- a/contrib/hbnf/doc/en/kspeed.txt +++ b/contrib/hbnf/doc/en/kspeed.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_SetRate() diff --git a/contrib/hbnf/doc/en/lastday.txt b/contrib/hbnf/doc/en/lastday.txt index d041422eca..9b6a544d47 100644 --- a/contrib/hbnf/doc/en/lastday.txt +++ b/contrib/hbnf/doc/en/lastday.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_LDay() diff --git a/contrib/hbnf/doc/en/linked.txt b/contrib/hbnf/doc/en/linked.txt index 71fad60b53..77ad72d374 100644 --- a/contrib/hbnf/doc/en/linked.txt +++ b/contrib/hbnf/doc/en/linked.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Linked() diff --git a/contrib/hbnf/doc/en/madd.txt b/contrib/hbnf/doc/en/madd.txt index 01352c8d27..bfcccc35d4 100644 --- a/contrib/hbnf/doc/en/madd.txt +++ b/contrib/hbnf/doc/en/madd.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_MAdd() diff --git a/contrib/hbnf/doc/en/menu1.txt b/contrib/hbnf/doc/en/menu1.txt index 10a2638a4a..b0528991bc 100644 --- a/contrib/hbnf/doc/en/menu1.txt +++ b/contrib/hbnf/doc/en/menu1.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Menu1() diff --git a/contrib/hbnf/doc/en/menutonf.txt b/contrib/hbnf/doc/en/menutonf.txt index a6c6779485..1e30e12191 100644 --- a/contrib/hbnf/doc/en/menutonf.txt +++ b/contrib/hbnf/doc/en/menutonf.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Prompt() diff --git a/contrib/hbnf/doc/en/metaph.txt b/contrib/hbnf/doc/en/metaph.txt index 355b8e599c..d1c2c686db 100644 --- a/contrib/hbnf/doc/en/metaph.txt +++ b/contrib/hbnf/doc/en/metaph.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Metaph() diff --git a/contrib/hbnf/doc/en/miltime.txt b/contrib/hbnf/doc/en/miltime.txt index 4af963fc51..f54777db20 100644 --- a/contrib/hbnf/doc/en/miltime.txt +++ b/contrib/hbnf/doc/en/miltime.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Mil2Min() diff --git a/contrib/hbnf/doc/en/min2dhm.txt b/contrib/hbnf/doc/en/min2dhm.txt index eb5554138c..a87d514d24 100644 --- a/contrib/hbnf/doc/en/min2dhm.txt +++ b/contrib/hbnf/doc/en/min2dhm.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Min2Dhm() diff --git a/contrib/hbnf/doc/en/mkdir.txt b/contrib/hbnf/doc/en/mkdir.txt index 05f434da05..8160c8f4d8 100644 --- a/contrib/hbnf/doc/en/mkdir.txt +++ b/contrib/hbnf/doc/en/mkdir.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_MkDir() diff --git a/contrib/hbnf/doc/en/month.txt b/contrib/hbnf/doc/en/month.txt index 6437fa026c..6955eb3b52 100644 --- a/contrib/hbnf/doc/en/month.txt +++ b/contrib/hbnf/doc/en/month.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Month() diff --git a/contrib/hbnf/doc/en/mouse1.txt b/contrib/hbnf/doc/en/mouse1.txt index 00875da6fa..9cb808f17d 100644 --- a/contrib/hbnf/doc/en/mouse1.txt +++ b/contrib/hbnf/doc/en/mouse1.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_MInit() diff --git a/contrib/hbnf/doc/en/n2color.txt b/contrib/hbnf/doc/en/n2color.txt index f20458f564..ea33bb1ecd 100644 --- a/contrib/hbnf/doc/en/n2color.txt +++ b/contrib/hbnf/doc/en/n2color.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_N2Color() diff --git a/contrib/hbnf/doc/en/netpv.txt b/contrib/hbnf/doc/en/netpv.txt index a474bf3d2c..c7f2c22e13 100644 --- a/contrib/hbnf/doc/en/netpv.txt +++ b/contrib/hbnf/doc/en/netpv.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_NetPV() diff --git a/contrib/hbnf/doc/en/nooccur.txt b/contrib/hbnf/doc/en/nooccur.txt index 82caa15441..73f21a6fe8 100644 --- a/contrib/hbnf/doc/en/nooccur.txt +++ b/contrib/hbnf/doc/en/nooccur.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_NoOccur() diff --git a/contrib/hbnf/doc/en/ntow.txt b/contrib/hbnf/doc/en/ntow.txt index 94109f5030..7ba6471e27 100644 --- a/contrib/hbnf/doc/en/ntow.txt +++ b/contrib/hbnf/doc/en/ntow.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_NToW() diff --git a/contrib/hbnf/doc/en/numlock.txt b/contrib/hbnf/doc/en/numlock.txt index 8d127d9dd1..4df97f0e6b 100644 --- a/contrib/hbnf/doc/en/numlock.txt +++ b/contrib/hbnf/doc/en/numlock.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_NumLock() diff --git a/contrib/hbnf/doc/en/nwlstat.txt b/contrib/hbnf/doc/en/nwlstat.txt index 3132d0436a..b7463364cc 100644 --- a/contrib/hbnf/doc/en/nwlstat.txt +++ b/contrib/hbnf/doc/en/nwlstat.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_NWLStat() diff --git a/contrib/hbnf/doc/en/nwsem.txt b/contrib/hbnf/doc/en/nwsem.txt index 893662163b..93663265ed 100644 --- a/contrib/hbnf/doc/en/nwsem.txt +++ b/contrib/hbnf/doc/en/nwsem.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_NWSemOpen() diff --git a/contrib/hbnf/doc/en/nwuid.txt b/contrib/hbnf/doc/en/nwuid.txt index 718a07c7b8..5a4fcf0fb3 100644 --- a/contrib/hbnf/doc/en/nwuid.txt +++ b/contrib/hbnf/doc/en/nwuid.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_NWUID() diff --git a/contrib/hbnf/doc/en/ontick.txt b/contrib/hbnf/doc/en/ontick.txt index d298715813..b10859ad43 100644 --- a/contrib/hbnf/doc/en/ontick.txt +++ b/contrib/hbnf/doc/en/ontick.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_OnTick() diff --git a/contrib/hbnf/doc/en/origin.txt b/contrib/hbnf/doc/en/origin.txt index 60301bc1ed..36a42794bb 100644 --- a/contrib/hbnf/doc/en/origin.txt +++ b/contrib/hbnf/doc/en/origin.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Origin() diff --git a/contrib/hbnf/doc/en/outp.txt b/contrib/hbnf/doc/en/outp.txt index a0a9ff9b8e..1632e91cbc 100644 --- a/contrib/hbnf/doc/en/outp.txt +++ b/contrib/hbnf/doc/en/outp.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_outp() diff --git a/contrib/hbnf/doc/en/page.txt b/contrib/hbnf/doc/en/page.txt index 1977e12a95..6375a65c30 100644 --- a/contrib/hbnf/doc/en/page.txt +++ b/contrib/hbnf/doc/en/page.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_SetVpg() diff --git a/contrib/hbnf/doc/en/pchr.txt b/contrib/hbnf/doc/en/pchr.txt index 116f90ee8f..3158bae4ea 100644 --- a/contrib/hbnf/doc/en/pchr.txt +++ b/contrib/hbnf/doc/en/pchr.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_PChr() diff --git a/contrib/hbnf/doc/en/peek.txt b/contrib/hbnf/doc/en/peek.txt index 5d61ca3338..6532fd6914 100644 --- a/contrib/hbnf/doc/en/peek.txt +++ b/contrib/hbnf/doc/en/peek.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Peek() diff --git a/contrib/hbnf/doc/en/pegs.txt b/contrib/hbnf/doc/en/pegs.txt index 7791b59d77..84fc2ab299 100644 --- a/contrib/hbnf/doc/en/pegs.txt +++ b/contrib/hbnf/doc/en/pegs.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Pegs() diff --git a/contrib/hbnf/doc/en/pending.txt b/contrib/hbnf/doc/en/pending.txt index 09c97e191e..c9e2a00ac1 100644 --- a/contrib/hbnf/doc/en/pending.txt +++ b/contrib/hbnf/doc/en/pending.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Pending() diff --git a/contrib/hbnf/doc/en/pickday.txt b/contrib/hbnf/doc/en/pickday.txt index 40e1109d98..ff1feb4208 100644 --- a/contrib/hbnf/doc/en/pickday.txt +++ b/contrib/hbnf/doc/en/pickday.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_PickDay() diff --git a/contrib/hbnf/doc/en/poke.txt b/contrib/hbnf/doc/en/poke.txt index 9039347800..86edad0638 100644 --- a/contrib/hbnf/doc/en/poke.txt +++ b/contrib/hbnf/doc/en/poke.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Poke() diff --git a/contrib/hbnf/doc/en/popadder.txt b/contrib/hbnf/doc/en/popadder.txt index e8d6c1fd7e..4f27fa80fc 100644 --- a/contrib/hbnf/doc/en/popadder.txt +++ b/contrib/hbnf/doc/en/popadder.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Adder() diff --git a/contrib/hbnf/doc/en/proper.txt b/contrib/hbnf/doc/en/proper.txt index 0f669c1f35..97654323e7 100644 --- a/contrib/hbnf/doc/en/proper.txt +++ b/contrib/hbnf/doc/en/proper.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Proper() diff --git a/contrib/hbnf/doc/en/prtesc.txt b/contrib/hbnf/doc/en/prtesc.txt index 9e7144297e..92d043c437 100644 --- a/contrib/hbnf/doc/en/prtesc.txt +++ b/contrib/hbnf/doc/en/prtesc.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_EscCode() diff --git a/contrib/hbnf/doc/en/prtscr.txt b/contrib/hbnf/doc/en/prtscr.txt index 9d47d5272b..fb1eeffdd9 100644 --- a/contrib/hbnf/doc/en/prtscr.txt +++ b/contrib/hbnf/doc/en/prtscr.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_PrtScr() diff --git a/contrib/hbnf/doc/en/putkey.txt b/contrib/hbnf/doc/en/putkey.txt index 354754b176..24ccc9639a 100644 --- a/contrib/hbnf/doc/en/putkey.txt +++ b/contrib/hbnf/doc/en/putkey.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_PutKey() diff --git a/contrib/hbnf/doc/en/pvid.txt b/contrib/hbnf/doc/en/pvid.txt index c134665253..173ba76ba8 100644 --- a/contrib/hbnf/doc/en/pvid.txt +++ b/contrib/hbnf/doc/en/pvid.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_PushVid() diff --git a/contrib/hbnf/doc/en/qtr.txt b/contrib/hbnf/doc/en/qtr.txt index 4c0f7dd763..a7ad095ef5 100644 --- a/contrib/hbnf/doc/en/qtr.txt +++ b/contrib/hbnf/doc/en/qtr.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Qtr() diff --git a/contrib/hbnf/doc/en/rand1.txt b/contrib/hbnf/doc/en/rand1.txt index 296c3eedd6..161d3688a5 100644 --- a/contrib/hbnf/doc/en/rand1.txt +++ b/contrib/hbnf/doc/en/rand1.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Rand1() diff --git a/contrib/hbnf/doc/en/reboot.txt b/contrib/hbnf/doc/en/reboot.txt index c9ba321eaa..652d86e48c 100644 --- a/contrib/hbnf/doc/en/reboot.txt +++ b/contrib/hbnf/doc/en/reboot.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Reboot() diff --git a/contrib/hbnf/doc/en/restsets.txt b/contrib/hbnf/doc/en/restsets.txt index 362837c55d..092ad5f79d 100644 --- a/contrib/hbnf/doc/en/restsets.txt +++ b/contrib/hbnf/doc/en/restsets.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_RestSets() diff --git a/contrib/hbnf/doc/en/rmdir.txt b/contrib/hbnf/doc/en/rmdir.txt index 0095eca965..e00cc2a366 100644 --- a/contrib/hbnf/doc/en/rmdir.txt +++ b/contrib/hbnf/doc/en/rmdir.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_RmDir() diff --git a/contrib/hbnf/doc/en/round.txt b/contrib/hbnf/doc/en/round.txt index 39ce0a5a8d..17b2884f2c 100644 --- a/contrib/hbnf/doc/en/round.txt +++ b/contrib/hbnf/doc/en/round.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Round() diff --git a/contrib/hbnf/doc/en/savearr.txt b/contrib/hbnf/doc/en/savearr.txt index 0f2e6bbeed..0ca37ae5b4 100644 --- a/contrib/hbnf/doc/en/savearr.txt +++ b/contrib/hbnf/doc/en/savearr.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_SaveArr() diff --git a/contrib/hbnf/doc/en/savesets.txt b/contrib/hbnf/doc/en/savesets.txt index 73f57def56..296503859c 100644 --- a/contrib/hbnf/doc/en/savesets.txt +++ b/contrib/hbnf/doc/en/savesets.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_SaveSets() diff --git a/contrib/hbnf/doc/en/scancode.txt b/contrib/hbnf/doc/en/scancode.txt index 51118ecc5c..1c638344a7 100644 --- a/contrib/hbnf/doc/en/scancode.txt +++ b/contrib/hbnf/doc/en/scancode.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_ScanCode() diff --git a/contrib/hbnf/doc/en/scregion.txt b/contrib/hbnf/doc/en/scregion.txt index 0e3912fb19..ccfef9af76 100644 --- a/contrib/hbnf/doc/en/scregion.txt +++ b/contrib/hbnf/doc/en/scregion.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_SavRgn() diff --git a/contrib/hbnf/doc/en/setdate.txt b/contrib/hbnf/doc/en/setdate.txt index 048553c9ab..d989eaecca 100644 --- a/contrib/hbnf/doc/en/setdate.txt +++ b/contrib/hbnf/doc/en/setdate.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_SetDate() diff --git a/contrib/hbnf/doc/en/setkeys.txt b/contrib/hbnf/doc/en/setkeys.txt index db78a72047..49ff58fd80 100644 --- a/contrib/hbnf/doc/en/setkeys.txt +++ b/contrib/hbnf/doc/en/setkeys.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_LastKey() diff --git a/contrib/hbnf/doc/en/setlastk.txt b/contrib/hbnf/doc/en/setlastk.txt index db78a72047..49ff58fd80 100644 --- a/contrib/hbnf/doc/en/setlastk.txt +++ b/contrib/hbnf/doc/en/setlastk.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_LastKey() diff --git a/contrib/hbnf/doc/en/settime.txt b/contrib/hbnf/doc/en/settime.txt index 188dac5a37..4fbfe034e9 100644 --- a/contrib/hbnf/doc/en/settime.txt +++ b/contrib/hbnf/doc/en/settime.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_SetTime() diff --git a/contrib/hbnf/doc/en/shadow.txt b/contrib/hbnf/doc/en/shadow.txt index ca00ecc0f9..31e93a8473 100644 --- a/contrib/hbnf/doc/en/shadow.txt +++ b/contrib/hbnf/doc/en/shadow.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Shadow() diff --git a/contrib/hbnf/doc/en/shift.txt b/contrib/hbnf/doc/en/shift.txt index 435805b46b..05cf0f8c23 100644 --- a/contrib/hbnf/doc/en/shift.txt +++ b/contrib/hbnf/doc/en/shift.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Shift() diff --git a/contrib/hbnf/doc/en/sinkey.txt b/contrib/hbnf/doc/en/sinkey.txt index 91167dbc11..1c232ab06f 100644 --- a/contrib/hbnf/doc/en/sinkey.txt +++ b/contrib/hbnf/doc/en/sinkey.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_SInkey() diff --git a/contrib/hbnf/doc/en/sleep.txt b/contrib/hbnf/doc/en/sleep.txt index 0cd0852ade..4d5cd674af 100644 --- a/contrib/hbnf/doc/en/sleep.txt +++ b/contrib/hbnf/doc/en/sleep.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ FT_SLEEP diff --git a/contrib/hbnf/doc/en/sqzn.txt b/contrib/hbnf/doc/en/sqzn.txt index 71ce69f57d..3261bcf4ae 100644 --- a/contrib/hbnf/doc/en/sqzn.txt +++ b/contrib/hbnf/doc/en/sqzn.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Sqzn() diff --git a/contrib/hbnf/doc/en/stod.txt b/contrib/hbnf/doc/en/stod.txt index bc214575f1..ef6d625816 100644 --- a/contrib/hbnf/doc/en/stod.txt +++ b/contrib/hbnf/doc/en/stod.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_SToD() diff --git a/contrib/hbnf/doc/en/sysmem.txt b/contrib/hbnf/doc/en/sysmem.txt index eb0abc10df..d05c92626f 100644 --- a/contrib/hbnf/doc/en/sysmem.txt +++ b/contrib/hbnf/doc/en/sysmem.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_SysMem() diff --git a/contrib/hbnf/doc/en/tbwhile.txt b/contrib/hbnf/doc/en/tbwhile.txt index c8bd20da36..b329adf0d2 100644 --- a/contrib/hbnf/doc/en/tbwhile.txt +++ b/contrib/hbnf/doc/en/tbwhile.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_BrwsWhl() diff --git a/contrib/hbnf/doc/en/tempfile.txt b/contrib/hbnf/doc/en/tempfile.txt index c0a0c8a91d..cd4f9f8c47 100644 --- a/contrib/hbnf/doc/en/tempfile.txt +++ b/contrib/hbnf/doc/en/tempfile.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_TempFil() diff --git a/contrib/hbnf/doc/en/vertmenu.txt b/contrib/hbnf/doc/en/vertmenu.txt index 0f27be24c6..dd7a065168 100644 --- a/contrib/hbnf/doc/en/vertmenu.txt +++ b/contrib/hbnf/doc/en/vertmenu.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Menu2() diff --git a/contrib/hbnf/doc/en/vidcur.txt b/contrib/hbnf/doc/en/vidcur.txt index 7d9cc8c3b4..4594387c21 100644 --- a/contrib/hbnf/doc/en/vidcur.txt +++ b/contrib/hbnf/doc/en/vidcur.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_SetVcur() diff --git a/contrib/hbnf/doc/en/video1.txt b/contrib/hbnf/doc/en/video1.txt index cf9f89129a..ae20e613cb 100644 --- a/contrib/hbnf/doc/en/video1.txt +++ b/contrib/hbnf/doc/en/video1.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_VidStr() diff --git a/contrib/hbnf/doc/en/vidmode.txt b/contrib/hbnf/doc/en/vidmode.txt index cd4062c28c..e1d8384a81 100644 --- a/contrib/hbnf/doc/en/vidmode.txt +++ b/contrib/hbnf/doc/en/vidmode.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_SetMode() diff --git a/contrib/hbnf/doc/en/wda.txt b/contrib/hbnf/doc/en/wda.txt index 85961307cb..93ed7a7ea5 100644 --- a/contrib/hbnf/doc/en/wda.txt +++ b/contrib/hbnf/doc/en/wda.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_AddWkDy() diff --git a/contrib/hbnf/doc/en/week.txt b/contrib/hbnf/doc/en/week.txt index bb7d3d5d1e..84543f77de 100644 --- a/contrib/hbnf/doc/en/week.txt +++ b/contrib/hbnf/doc/en/week.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Week() diff --git a/contrib/hbnf/doc/en/workdays.txt b/contrib/hbnf/doc/en/workdays.txt index 92fb8dd8f8..65dba943ba 100644 --- a/contrib/hbnf/doc/en/workdays.txt +++ b/contrib/hbnf/doc/en/workdays.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Workdays() diff --git a/contrib/hbnf/doc/en/woy.txt b/contrib/hbnf/doc/en/woy.txt index 0af49f215d..ac993faf9c 100644 --- a/contrib/hbnf/doc/en/woy.txt +++ b/contrib/hbnf/doc/en/woy.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_WoY() diff --git a/contrib/hbnf/doc/en/xbox.txt b/contrib/hbnf/doc/en/xbox.txt index f79be47ce0..b1f34e977c 100644 --- a/contrib/hbnf/doc/en/xbox.txt +++ b/contrib/hbnf/doc/en/xbox.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_XBox() diff --git a/contrib/hbnf/doc/en/year.txt b/contrib/hbnf/doc/en/year.txt index 320c4727bc..c7a6fcaf0d 100644 --- a/contrib/hbnf/doc/en/year.txt +++ b/contrib/hbnf/doc/en/year.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ ft_Year() diff --git a/contrib/hbnf/hbnf.hbc b/contrib/hbnf/hbnf.hbc index 7560d57303..3aedc60cc6 100644 --- a/contrib/hbnf/hbnf.hbc +++ b/contrib/hbnf/hbnf.hbc @@ -1,4 +1,3 @@ - description=NanForum lib [compatibility] incpaths=. diff --git a/contrib/hbnf/hbnf.hbp b/contrib/hbnf/hbnf.hbp index 5374fee71a..7a8bebea81 100644 --- a/contrib/hbnf/hbnf.hbp +++ b/contrib/hbnf/hbnf.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbnf/tests/aading.prg b/contrib/hbnf/tests/aading.prg index 9373dacb82..6ddca91cd9 100644 --- a/contrib/hbnf/tests/aading.prg +++ b/contrib/hbnf/tests/aading.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/aemaxlen.prg b/contrib/hbnf/tests/aemaxlen.prg index 38e3dd8676..d3cfce92d9 100644 --- a/contrib/hbnf/tests/aemaxlen.prg +++ b/contrib/hbnf/tests/aemaxlen.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/aeminlen.prg b/contrib/hbnf/tests/aeminlen.prg index 95169ee0eb..89900baf16 100644 --- a/contrib/hbnf/tests/aeminlen.prg +++ b/contrib/hbnf/tests/aeminlen.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/amedian.prg b/contrib/hbnf/tests/amedian.prg index af731a8b4c..6c8d482655 100644 --- a/contrib/hbnf/tests/amedian.prg +++ b/contrib/hbnf/tests/amedian.prg @@ -1,4 +1,3 @@ - #require "hbnf" #include "directry.ch" diff --git a/contrib/hbnf/tests/aredit.prg b/contrib/hbnf/tests/aredit.prg index f2bebe8145..cb7ef1822e 100644 --- a/contrib/hbnf/tests/aredit.prg +++ b/contrib/hbnf/tests/aredit.prg @@ -1,4 +1,3 @@ - #require "hbnf" #include "inkey.ch" diff --git a/contrib/hbnf/tests/at2.prg b/contrib/hbnf/tests/at2.prg index afa7c39adc..9798428fbe 100644 --- a/contrib/hbnf/tests/at2.prg +++ b/contrib/hbnf/tests/at2.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/blink.prg b/contrib/hbnf/tests/blink.prg index 91e50ad064..efb5ee43c6 100644 --- a/contrib/hbnf/tests/blink.prg +++ b/contrib/hbnf/tests/blink.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/calendar.prg b/contrib/hbnf/tests/calendar.prg index c4d6b8ab7f..e01252fcba 100644 --- a/contrib/hbnf/tests/calendar.prg +++ b/contrib/hbnf/tests/calendar.prg @@ -1,4 +1,3 @@ - #require "hbnf" #include "inkey.ch" diff --git a/contrib/hbnf/tests/clrsel.prg b/contrib/hbnf/tests/clrsel.prg index 7a287a800d..7cea3a1b2d 100644 --- a/contrib/hbnf/tests/clrsel.prg +++ b/contrib/hbnf/tests/clrsel.prg @@ -1,4 +1,3 @@ - #require "hbnf" #include "setcurs.ch" diff --git a/contrib/hbnf/tests/d2e.prg b/contrib/hbnf/tests/d2e.prg index 0167668a92..d1e4856818 100644 --- a/contrib/hbnf/tests/d2e.prg +++ b/contrib/hbnf/tests/d2e.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main( cNum, cPrec ) diff --git a/contrib/hbnf/tests/dectobin.prg b/contrib/hbnf/tests/dectobin.prg index 376248f334..a02e4fe6a7 100644 --- a/contrib/hbnf/tests/dectobin.prg +++ b/contrib/hbnf/tests/dectobin.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/dfile.prg b/contrib/hbnf/tests/dfile.prg index 8a559789b3..6851f440e5 100644 --- a/contrib/hbnf/tests/dfile.prg +++ b/contrib/hbnf/tests/dfile.prg @@ -1,4 +1,3 @@ - #require "hbnf" #include "inkey.ch" diff --git a/contrib/hbnf/tests/diskfunc.prg b/contrib/hbnf/tests/diskfunc.prg index 3242809d74..ec596fec4d 100644 --- a/contrib/hbnf/tests/diskfunc.prg +++ b/contrib/hbnf/tests/diskfunc.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main( cDrv ) diff --git a/contrib/hbnf/tests/dispmsg.prg b/contrib/hbnf/tests/dispmsg.prg index a40ca218d5..179459216f 100644 --- a/contrib/hbnf/tests/dispmsg.prg +++ b/contrib/hbnf/tests/dispmsg.prg @@ -1,4 +1,3 @@ - #require "hbnf" #include "inkey.ch" diff --git a/contrib/hbnf/tests/dosver.prg b/contrib/hbnf/tests/dosver.prg index 252fbe5ff8..6c3e5f9a95 100644 --- a/contrib/hbnf/tests/dosver.prg +++ b/contrib/hbnf/tests/dosver.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/e2d.prg b/contrib/hbnf/tests/e2d.prg index b19bbee346..94a5c4afee 100644 --- a/contrib/hbnf/tests/e2d.prg +++ b/contrib/hbnf/tests/e2d.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main( sNumE ) diff --git a/contrib/hbnf/tests/elapsed.prg b/contrib/hbnf/tests/elapsed.prg index 2dd766f3bf..95c2b8c6f0 100644 --- a/contrib/hbnf/tests/elapsed.prg +++ b/contrib/hbnf/tests/elapsed.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/findith.prg b/contrib/hbnf/tests/findith.prg index 8c12b6ee0b..65d8c26b6f 100644 --- a/contrib/hbnf/tests/findith.prg +++ b/contrib/hbnf/tests/findith.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main( cCk, cStr, nOcc, xCase ) diff --git a/contrib/hbnf/tests/floptst.prg b/contrib/hbnf/tests/floptst.prg index f0fdd8fd68..a6e2a76cf1 100644 --- a/contrib/hbnf/tests/floptst.prg +++ b/contrib/hbnf/tests/floptst.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main( cArg1 ) diff --git a/contrib/hbnf/tests/fttext.prg b/contrib/hbnf/tests/fttext.prg index 3263322533..9cde86dbb4 100644 --- a/contrib/hbnf/tests/fttext.prg +++ b/contrib/hbnf/tests/fttext.prg @@ -1,4 +1,3 @@ - #require "hbnf" #include "fileio.ch" diff --git a/contrib/hbnf/tests/gcd.prg b/contrib/hbnf/tests/gcd.prg index 5a221e6632..7f6f0b3095 100644 --- a/contrib/hbnf/tests/gcd.prg +++ b/contrib/hbnf/tests/gcd.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main( cNum1, cNum2 ) diff --git a/contrib/hbnf/tests/getenvrn.prg b/contrib/hbnf/tests/getenvrn.prg index e628540b29..6a17341d56 100644 --- a/contrib/hbnf/tests/getenvrn.prg +++ b/contrib/hbnf/tests/getenvrn.prg @@ -1,4 +1,3 @@ - #require "hbnf" #include "simpleio.ch" diff --git a/contrib/hbnf/tests/hbmk.hbm b/contrib/hbnf/tests/hbmk.hbm index 413dbc2fe3..e252260ef2 100644 --- a/contrib/hbnf/tests/hbmk.hbm +++ b/contrib/hbnf/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbnf.hbc -w3 -es2 diff --git a/contrib/hbnf/tests/hex2dec.prg b/contrib/hbnf/tests/hex2dec.prg index 9004d9d686..1ef2025b6f 100644 --- a/contrib/hbnf/tests/hex2dec.prg +++ b/contrib/hbnf/tests/hex2dec.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main( cHexNum ) diff --git a/contrib/hbnf/tests/isshare.prg b/contrib/hbnf/tests/isshare.prg index d5afa1b3b7..4a356bb6fa 100644 --- a/contrib/hbnf/tests/isshare.prg +++ b/contrib/hbnf/tests/isshare.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/linked.prg b/contrib/hbnf/tests/linked.prg index 1924752471..3a95470303 100644 --- a/contrib/hbnf/tests/linked.prg +++ b/contrib/hbnf/tests/linked.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/menu1.prg b/contrib/hbnf/tests/menu1.prg index bf01ab3dad..50e2fca389 100644 --- a/contrib/hbnf/tests/menu1.prg +++ b/contrib/hbnf/tests/menu1.prg @@ -1,4 +1,3 @@ - #require "hbnf" #include "setcurs.ch" diff --git a/contrib/hbnf/tests/menuto.prg b/contrib/hbnf/tests/menuto.prg index 253ff236eb..32c248b76c 100644 --- a/contrib/hbnf/tests/menuto.prg +++ b/contrib/hbnf/tests/menuto.prg @@ -1,4 +1,3 @@ - #require "hbnf" #include "ftmenuto.ch" diff --git a/contrib/hbnf/tests/metaph.prg b/contrib/hbnf/tests/metaph.prg index 9980b8ac59..7d30767937 100644 --- a/contrib/hbnf/tests/metaph.prg +++ b/contrib/hbnf/tests/metaph.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/miltime.prg b/contrib/hbnf/tests/miltime.prg index 3ec3810549..8eafcf7d21 100644 --- a/contrib/hbnf/tests/miltime.prg +++ b/contrib/hbnf/tests/miltime.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/mouse1.prg b/contrib/hbnf/tests/mouse1.prg index 38bad4577a..e7fd4ac86a 100644 --- a/contrib/hbnf/tests/mouse1.prg +++ b/contrib/hbnf/tests/mouse1.prg @@ -1,4 +1,3 @@ - #require "hbnf" #ifndef __HARBOUR__ diff --git a/contrib/hbnf/tests/netpv.prg b/contrib/hbnf/tests/netpv.prg index 2b3df47934..86a0ac991d 100644 --- a/contrib/hbnf/tests/netpv.prg +++ b/contrib/hbnf/tests/netpv.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/ntow.prg b/contrib/hbnf/tests/ntow.prg index 3d94ef96ea..56d6fd66c6 100644 --- a/contrib/hbnf/tests/ntow.prg +++ b/contrib/hbnf/tests/ntow.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main( cNum ) diff --git a/contrib/hbnf/tests/nwlstat.prg b/contrib/hbnf/tests/nwlstat.prg index 2d3a044e4d..fabd50d8d5 100644 --- a/contrib/hbnf/tests/nwlstat.prg +++ b/contrib/hbnf/tests/nwlstat.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/nwsem.prg b/contrib/hbnf/tests/nwsem.prg index 5bf2a68ef2..922a8df0c5 100644 --- a/contrib/hbnf/tests/nwsem.prg +++ b/contrib/hbnf/tests/nwsem.prg @@ -1,4 +1,3 @@ - #require "hbnf" #define INITIAL_SEMAPHORE_VALUE 2 diff --git a/contrib/hbnf/tests/nwuid.prg b/contrib/hbnf/tests/nwuid.prg index 7a25f9dd3e..46ab72db3a 100644 --- a/contrib/hbnf/tests/nwuid.prg +++ b/contrib/hbnf/tests/nwuid.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/pegs.prg b/contrib/hbnf/tests/pegs.prg index 963e33e570..afc4dd1739 100644 --- a/contrib/hbnf/tests/pegs.prg +++ b/contrib/hbnf/tests/pegs.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/pending.prg b/contrib/hbnf/tests/pending.prg index 806dde08fa..19e32d4c7b 100644 --- a/contrib/hbnf/tests/pending.prg +++ b/contrib/hbnf/tests/pending.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/pickday.prg b/contrib/hbnf/tests/pickday.prg index 7cea24afe3..01b9294168 100644 --- a/contrib/hbnf/tests/pickday.prg +++ b/contrib/hbnf/tests/pickday.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/popadder.prg b/contrib/hbnf/tests/popadder.prg index ac7ee4c8fb..cdb6692ab0 100644 --- a/contrib/hbnf/tests/popadder.prg +++ b/contrib/hbnf/tests/popadder.prg @@ -1,4 +1,3 @@ - #require "hbnf" #include "inkey.ch" diff --git a/contrib/hbnf/tests/prtesc.prg b/contrib/hbnf/tests/prtesc.prg index cce5187bd5..2b98ab4399 100644 --- a/contrib/hbnf/tests/prtesc.prg +++ b/contrib/hbnf/tests/prtesc.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main( cParm1 ) diff --git a/contrib/hbnf/tests/rand1.prg b/contrib/hbnf/tests/rand1.prg index 2a0aa84322..bcc8813a0f 100644 --- a/contrib/hbnf/tests/rand1.prg +++ b/contrib/hbnf/tests/rand1.prg @@ -1,4 +1,3 @@ - #require "hbnf" // Write 100 random numbers from 1 to 100 to stdout. diff --git a/contrib/hbnf/tests/savearr.prg b/contrib/hbnf/tests/savearr.prg index 03cb8a9a12..474591a87b 100644 --- a/contrib/hbnf/tests/savearr.prg +++ b/contrib/hbnf/tests/savearr.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/savesets.prg b/contrib/hbnf/tests/savesets.prg index 617461c82c..20c90927a3 100644 --- a/contrib/hbnf/tests/savesets.prg +++ b/contrib/hbnf/tests/savesets.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/scancode.prg b/contrib/hbnf/tests/scancode.prg index f23e118697..2d5ca263dd 100644 --- a/contrib/hbnf/tests/scancode.prg +++ b/contrib/hbnf/tests/scancode.prg @@ -1,4 +1,3 @@ - #require "hbnf" #define SCANCODE_ESCAPE ( hb_BChar( 27 ) + hb_BChar( 1 ) ) diff --git a/contrib/hbnf/tests/setdate.prg b/contrib/hbnf/tests/setdate.prg index 3ad211c86a..2dc79f3a6a 100644 --- a/contrib/hbnf/tests/setdate.prg +++ b/contrib/hbnf/tests/setdate.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main( cDate ) diff --git a/contrib/hbnf/tests/settime.prg b/contrib/hbnf/tests/settime.prg index 931c611f5b..ae9883798b 100644 --- a/contrib/hbnf/tests/settime.prg +++ b/contrib/hbnf/tests/settime.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main( cTime ) diff --git a/contrib/hbnf/tests/sleep.prg b/contrib/hbnf/tests/sleep.prg index 04a40ef516..d73fa1acce 100644 --- a/contrib/hbnf/tests/sleep.prg +++ b/contrib/hbnf/tests/sleep.prg @@ -1,4 +1,3 @@ - #require "hbnf" // Invoke by running SLEEP 1.0 to sleep 1.0 seconds diff --git a/contrib/hbnf/tests/sysmem.prg b/contrib/hbnf/tests/sysmem.prg index ff9d82229b..31548d6c8d 100644 --- a/contrib/hbnf/tests/sysmem.prg +++ b/contrib/hbnf/tests/sysmem.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/tempfile.prg b/contrib/hbnf/tests/tempfile.prg index 073718467d..9c354ab7be 100644 --- a/contrib/hbnf/tests/tempfile.prg +++ b/contrib/hbnf/tests/tempfile.prg @@ -1,4 +1,3 @@ - #require "hbnf" #include "fileio.ch" diff --git a/contrib/hbnf/tests/test.prg b/contrib/hbnf/tests/test.prg index a02c7f9e5b..fda5b3ea6a 100644 --- a/contrib/hbnf/tests/test.prg +++ b/contrib/hbnf/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbnf" #include "inkey.ch" diff --git a/contrib/hbnf/tests/vertmenu.prg b/contrib/hbnf/tests/vertmenu.prg index 42f03e9bc6..5ee75516bc 100644 --- a/contrib/hbnf/tests/vertmenu.prg +++ b/contrib/hbnf/tests/vertmenu.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/vidmode.prg b/contrib/hbnf/tests/vidmode.prg index 1f75f9c463..4fa6606a95 100644 --- a/contrib/hbnf/tests/vidmode.prg +++ b/contrib/hbnf/tests/vidmode.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main( cMode ) diff --git a/contrib/hbnf/tests/wda.prg b/contrib/hbnf/tests/wda.prg index b4bd9b3ce7..8dbf4fdca7 100644 --- a/contrib/hbnf/tests/wda.prg +++ b/contrib/hbnf/tests/wda.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main( cDate, cDays ) diff --git a/contrib/hbnf/tests/workdays.prg b/contrib/hbnf/tests/workdays.prg index 9679da7d3f..728edcf7b8 100644 --- a/contrib/hbnf/tests/workdays.prg +++ b/contrib/hbnf/tests/workdays.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main( cStart, cStop ) diff --git a/contrib/hbnf/tests/woy.prg b/contrib/hbnf/tests/woy.prg index 077cf6a48f..a2e3a7bbc5 100644 --- a/contrib/hbnf/tests/woy.prg +++ b/contrib/hbnf/tests/woy.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbnf/tests/xbox.prg b/contrib/hbnf/tests/xbox.prg index 2a0e82e04c..0d19a934bb 100644 --- a/contrib/hbnf/tests/xbox.prg +++ b/contrib/hbnf/tests/xbox.prg @@ -1,4 +1,3 @@ - #require "hbnf" PROCEDURE Main() diff --git a/contrib/hbodbc/hbodbc.hbc b/contrib/hbodbc/hbodbc.hbc index fda8bbd35b..5f4dab2f03 100644 --- a/contrib/hbodbc/hbodbc.hbc +++ b/contrib/hbodbc/hbodbc.hbc @@ -1,4 +1,3 @@ - description=ODBC wrapper (SQL/db) incpaths=. diff --git a/contrib/hbodbc/hbodbc.hbp b/contrib/hbodbc/hbodbc.hbp index 4c38961a18..a732bfb41b 100644 --- a/contrib/hbodbc/hbodbc.hbp +++ b/contrib/hbodbc/hbodbc.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbodbc/tests/hbmk.hbm b/contrib/hbodbc/tests/hbmk.hbm index e6d37f218a..695bd672bb 100644 --- a/contrib/hbodbc/tests/hbmk.hbm +++ b/contrib/hbodbc/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbodbc.hbc -w3 -es2 diff --git a/contrib/hbodbc/tests/odbc.prg b/contrib/hbodbc/tests/odbc.prg index d812858864..b00719aa0c 100644 --- a/contrib/hbodbc/tests/odbc.prg +++ b/contrib/hbodbc/tests/odbc.prg @@ -1,4 +1,3 @@ - #require "hbodbc" PROCEDURE Main() diff --git a/contrib/hbodbc/tests/odbccall.prg b/contrib/hbodbc/tests/odbccall.prg index 6e3b244fc2..236d657217 100644 --- a/contrib/hbodbc/tests/odbccall.prg +++ b/contrib/hbodbc/tests/odbccall.prg @@ -1,4 +1,3 @@ - #require "hbodbc" PROCEDURE Main() diff --git a/contrib/hbodbc/tests/todbc.prg b/contrib/hbodbc/tests/todbc.prg index 349eb47695..90e6b47b49 100644 --- a/contrib/hbodbc/tests/todbc.prg +++ b/contrib/hbodbc/tests/todbc.prg @@ -1,4 +1,3 @@ - #require "hbodbc" PROCEDURE Main() diff --git a/contrib/hboslib/hboslib.hbc b/contrib/hboslib/hboslib.hbc index eeb2c6dcf1..b512eeb326 100644 --- a/contrib/hboslib/hboslib.hbc +++ b/contrib/hboslib/hboslib.hbc @@ -1,4 +1,3 @@ - description=OSLib (Dave Pearson's) compatibility incpaths=. diff --git a/contrib/hboslib/hboslib.hbp b/contrib/hboslib/hboslib.hbp index 29e355cfb0..23270c9299 100644 --- a/contrib/hboslib/hboslib.hbp +++ b/contrib/hboslib/hboslib.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbpgsql/hbpgsql.hbc b/contrib/hbpgsql/hbpgsql.hbc index e8c8273974..e0f07c240b 100644 --- a/contrib/hbpgsql/hbpgsql.hbc +++ b/contrib/hbpgsql/hbpgsql.hbc @@ -1,4 +1,3 @@ - description=PostgreSQL wrapper (SQL) incpaths=. diff --git a/contrib/hbpgsql/hbpgsql.hbp b/contrib/hbpgsql/hbpgsql.hbp index 68f884b7cd..84810d20d0 100644 --- a/contrib/hbpgsql/hbpgsql.hbp +++ b/contrib/hbpgsql/hbpgsql.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbpgsql/tests/hbmk.hbm b/contrib/hbpgsql/tests/hbmk.hbm index 73d54412ae..2099df6cc6 100644 --- a/contrib/hbpgsql/tests/hbmk.hbm +++ b/contrib/hbpgsql/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbpgsql.hbc -w3 -es2 diff --git a/contrib/hbpgsql/tests/simple.prg b/contrib/hbpgsql/tests/simple.prg index 5065b6f9b9..54dbf27260 100644 --- a/contrib/hbpgsql/tests/simple.prg +++ b/contrib/hbpgsql/tests/simple.prg @@ -1,4 +1,3 @@ - #require "hbpgsql" PROCEDURE Main( cHost, cDatabase, cUser, cPass ) diff --git a/contrib/hbpgsql/tests/test.prg b/contrib/hbpgsql/tests/test.prg index 9eef84b7de..bbc3a23d66 100644 --- a/contrib/hbpgsql/tests/test.prg +++ b/contrib/hbpgsql/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbpgsql" PROCEDURE Main() diff --git a/contrib/hbplist.txt b/contrib/hbplist.txt index 0c2fcf9b0f..af14d06cf9 100644 --- a/contrib/hbplist.txt +++ b/contrib/hbplist.txt @@ -1,4 +1,3 @@ - gtalleg/gtalleg.hbp gtqtc/gtqtc.hbp gtwvg/gtwvg.hbp diff --git a/contrib/hbrun/hbrun.hbp b/contrib/hbrun/hbrun.hbp index 9ec4a647b5..aa08ee9247 100644 --- a/contrib/hbrun/hbrun.hbp +++ b/contrib/hbrun/hbrun.hbp @@ -1,4 +1,3 @@ - @../../utils/hbmk2/hbmk2.hbp -o${hb_name} diff --git a/contrib/hbsms/hbsms.hbc b/contrib/hbsms/hbsms.hbc index 9e841835e8..013a7c93b8 100644 --- a/contrib/hbsms/hbsms.hbc +++ b/contrib/hbsms/hbsms.hbc @@ -1,4 +1,3 @@ - description=SMS handling functions incpaths=. diff --git a/contrib/hbsms/hbsms.hbp b/contrib/hbsms/hbsms.hbp index 960006c017..e7078c150f 100644 --- a/contrib/hbsms/hbsms.hbp +++ b/contrib/hbsms/hbsms.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbsms/tests/hbmk.hbm b/contrib/hbsms/tests/hbmk.hbm index 8e6f9505ce..db2571fc80 100644 --- a/contrib/hbsms/tests/hbmk.hbm +++ b/contrib/hbsms/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbsms.hbc -w3 -es2 diff --git a/contrib/hbsqlit3/hbsqlit3.hbc b/contrib/hbsqlit3/hbsqlit3.hbc index 97dc56da82..a2132cb91d 100644 --- a/contrib/hbsqlit3/hbsqlit3.hbc +++ b/contrib/hbsqlit3/hbsqlit3.hbc @@ -1,4 +1,3 @@ - description=SQLite3 wrapper (SQL) incpaths=. diff --git a/contrib/hbsqlit3/hbsqlit3.hbp b/contrib/hbsqlit3/hbsqlit3.hbp index 23c2b5cdaf..9c5bed6008 100644 --- a/contrib/hbsqlit3/hbsqlit3.hbp +++ b/contrib/hbsqlit3/hbsqlit3.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbsqlit3/tests/hbmk.hbm b/contrib/hbsqlit3/tests/hbmk.hbm index 86be5953a2..04976d351d 100644 --- a/contrib/hbsqlit3/tests/hbmk.hbm +++ b/contrib/hbsqlit3/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbsqlit3.hbc -w3 -es2 diff --git a/contrib/hbsqlit3/tests/hdbc.prg b/contrib/hbsqlit3/tests/hdbc.prg index 41338bc358..c0799294f2 100644 --- a/contrib/hbsqlit3/tests/hdbc.prg +++ b/contrib/hbsqlit3/tests/hdbc.prg @@ -1,4 +1,3 @@ - #require "hbsqlit3" #define _NUMROWS_ 10 diff --git a/contrib/hbssl/hbssl.hbc b/contrib/hbssl/hbssl.hbc index 89c4b6deb7..2c2e15fd58 100644 --- a/contrib/hbssl/hbssl.hbc +++ b/contrib/hbssl/hbssl.hbc @@ -1,4 +1,3 @@ - description=OpenSSL wrapper (encryption) incpaths=. diff --git a/contrib/hbssl/hbssl.hbm b/contrib/hbssl/hbssl.hbm index f2b5d218e4..2cb9dcbbeb 100644 --- a/contrib/hbssl/hbssl.hbm +++ b/contrib/hbssl/hbssl.hbm @@ -1,4 +1,3 @@ - -stop{wce} -hblib diff --git a/contrib/hbssl/hbssl.hbp b/contrib/hbssl/hbssl.hbp index 4a52491b17..e7bad43f4c 100644 --- a/contrib/hbssl/hbssl.hbp +++ b/contrib/hbssl/hbssl.hbp @@ -1,4 +1,3 @@ - # Keep them at top -depimplibs=openssl:../out32dll/libeay32.dll -depimplibs=openssl:../out32dll/ssleay32.dll diff --git a/contrib/hbssl/hbssls.hbp b/contrib/hbssl/hbssls.hbp index 3c69e5b1a8..3c5cea6647 100644 --- a/contrib/hbssl/hbssls.hbp +++ b/contrib/hbssl/hbssls.hbp @@ -1,4 +1,3 @@ - hbssl.hbm -hbx= diff --git a/contrib/hbssl/tests/hbmk.hbm b/contrib/hbssl/tests/hbmk.hbm index 3bc38c42f2..97c5ba9fe0 100644 --- a/contrib/hbssl/tests/hbmk.hbm +++ b/contrib/hbssl/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbssl.hbc -w3 -es2 diff --git a/contrib/hbtest/hbtest.hbc b/contrib/hbtest/hbtest.hbc index 6e905312a1..732d70e89b 100644 --- a/contrib/hbtest/hbtest.hbc +++ b/contrib/hbtest/hbtest.hbc @@ -1,4 +1,3 @@ - description=Regression test framework incpaths=. diff --git a/contrib/hbtest/hbtest.hbp b/contrib/hbtest/hbtest.hbp index 29e355cfb0..23270c9299 100644 --- a/contrib/hbtest/hbtest.hbp +++ b/contrib/hbtest/hbtest.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbtest/tests/hbmk.hbm b/contrib/hbtest/tests/hbmk.hbm index da85293dc8..fd4bbfe090 100644 --- a/contrib/hbtest/tests/hbmk.hbm +++ b/contrib/hbtest/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbtest.hbc -w3 -es2 diff --git a/contrib/hbtest/tests/test.prg b/contrib/hbtest/tests/test.prg index bfacdc3ae2..038887212b 100644 --- a/contrib/hbtest/tests/test.prg +++ b/contrib/hbtest/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbtest" PROCEDURE Main() diff --git a/contrib/hbtinymt/3rd/tinymt/tinymt.hbc b/contrib/hbtinymt/3rd/tinymt/tinymt.hbc index 1b9404bcb1..29ba581e0f 100644 --- a/contrib/hbtinymt/3rd/tinymt/tinymt.hbc +++ b/contrib/hbtinymt/3rd/tinymt/tinymt.hbc @@ -1,2 +1 @@ - libs=${hb_name} diff --git a/contrib/hbtinymt/3rd/tinymt/tinymt.hbp b/contrib/hbtinymt/3rd/tinymt/tinymt.hbp index 3860a5661a..d74ecabaaa 100644 --- a/contrib/hbtinymt/3rd/tinymt/tinymt.hbp +++ b/contrib/hbtinymt/3rd/tinymt/tinymt.hbp @@ -1,4 +1,3 @@ - -stop{hbdyn} -hblib diff --git a/contrib/hbtinymt/hbtinymt.hbc b/contrib/hbtinymt/hbtinymt.hbc index 9b42b56a04..449c43fca7 100644 --- a/contrib/hbtinymt/hbtinymt.hbc +++ b/contrib/hbtinymt/hbtinymt.hbc @@ -1,4 +1,3 @@ - description=TinyMT, Pseudo Random Generator wrapper incpaths=. diff --git a/contrib/hbtinymt/hbtinymt.hbp b/contrib/hbtinymt/hbtinymt.hbp index 9845da5e55..2473daf93a 100644 --- a/contrib/hbtinymt/hbtinymt.hbp +++ b/contrib/hbtinymt/hbtinymt.hbp @@ -1,4 +1,3 @@ - #-stop{win&!allgcc&!watcom} -hblib diff --git a/contrib/hbtinymt/tests/hbmk.hbm b/contrib/hbtinymt/tests/hbmk.hbm index 475ab71657..310f703247 100644 --- a/contrib/hbtinymt/tests/hbmk.hbm +++ b/contrib/hbtinymt/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbtinymt.hbc -w3 -es2 diff --git a/contrib/hbtinymt/tests/test64.prg b/contrib/hbtinymt/tests/test64.prg index 8cc4ca70a3..5918e5e341 100644 --- a/contrib/hbtinymt/tests/test64.prg +++ b/contrib/hbtinymt/tests/test64.prg @@ -1,4 +1,3 @@ - #require "hbtinymt" PROCEDURE Main() diff --git a/contrib/hbtip/hbtip.hbc b/contrib/hbtip/hbtip.hbc index 1c3d129f4e..d45e18d859 100644 --- a/contrib/hbtip/hbtip.hbc +++ b/contrib/hbtip/hbtip.hbc @@ -1,4 +1,3 @@ - description=TCP/IP-specific communication protocol functions incpaths=. diff --git a/contrib/hbtip/hbtip.hbp b/contrib/hbtip/hbtip.hbp index a50c60d53b..7fe6d9364d 100644 --- a/contrib/hbtip/hbtip.hbp +++ b/contrib/hbtip/hbtip.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbtip/tests/gmail.hbp b/contrib/hbtip/tests/gmail.hbp index bf098bd886..6aef46fac3 100644 --- a/contrib/hbtip/tests/gmail.hbp +++ b/contrib/hbtip/tests/gmail.hbp @@ -1,4 +1,3 @@ - gmail.prg hbssl.hbc diff --git a/contrib/hbtip/tests/hbmk.hbm b/contrib/hbtip/tests/hbmk.hbm index adf8f5ed47..74f666b917 100644 --- a/contrib/hbtip/tests/hbmk.hbm +++ b/contrib/hbtip/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbtip.hbc -w3 -es2 diff --git a/contrib/hbtip/tests/httpcli.prg b/contrib/hbtip/tests/httpcli.prg index 49149a4807..2b1e801f3e 100644 --- a/contrib/hbtip/tests/httpcli.prg +++ b/contrib/hbtip/tests/httpcli.prg @@ -1,4 +1,3 @@ - #require "hbtip" PROCEDURE Main() diff --git a/contrib/hbtpathy/hbtpathy.hbc b/contrib/hbtpathy/hbtpathy.hbc index 0b01c0e2d4..c432dd1e9b 100644 --- a/contrib/hbtpathy/hbtpathy.hbc +++ b/contrib/hbtpathy/hbtpathy.hbc @@ -1,4 +1,3 @@ - description=Telepath(y) compatibility (serial communication) incpaths=. diff --git a/contrib/hbtpathy/hbtpathy.hbp b/contrib/hbtpathy/hbtpathy.hbp index a24861d6b9..456a534cec 100644 --- a/contrib/hbtpathy/hbtpathy.hbp +++ b/contrib/hbtpathy/hbtpathy.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbtpathy/readme.txt b/contrib/hbtpathy/readme.txt index cf6fa599d7..d2f91c7aa0 100644 --- a/contrib/hbtpathy/readme.txt +++ b/contrib/hbtpathy/readme.txt @@ -1,4 +1,3 @@ - Telepathy is the best serial communication library for Nantucket/CA-Cl*pper. I ported a significant amount of the functionality contained in Telepathy in this Flagship port. diff --git a/contrib/hbtpathy/tests/hbmk.hbm b/contrib/hbtpathy/tests/hbmk.hbm index 87a214f476..71c492df90 100644 --- a/contrib/hbtpathy/tests/hbmk.hbm +++ b/contrib/hbtpathy/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbtpathy.hbc -w3 -es2 diff --git a/contrib/hbunix/hbunix.hbc b/contrib/hbunix/hbunix.hbc index 8fcd5b81d3..f879cb6aee 100644 --- a/contrib/hbunix/hbunix.hbc +++ b/contrib/hbunix/hbunix.hbc @@ -1,4 +1,3 @@ - description=Unix specific functions (*nix-only) skip={!unix} diff --git a/contrib/hbunix/hbunix.hbp b/contrib/hbunix/hbunix.hbp index 61ca4963e7..2e3c329713 100644 --- a/contrib/hbunix/hbunix.hbp +++ b/contrib/hbunix/hbunix.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbunix/tests/hbmk.hbm b/contrib/hbunix/tests/hbmk.hbm index f6538796f3..43684727af 100644 --- a/contrib/hbunix/tests/hbmk.hbm +++ b/contrib/hbunix/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbunix.hbc -w3 -es2 diff --git a/contrib/hbwin/hbolesrv.hbc b/contrib/hbwin/hbolesrv.hbc index e7be7cc222..cb50780576 100644 --- a/contrib/hbwin/hbolesrv.hbc +++ b/contrib/hbwin/hbolesrv.hbc @@ -1,4 +1,3 @@ - stop={!hbdynvm}Warning: Target must be '-hbdynvm' when using '${hb_self}'. Process stopped. libs=hbwin.hbc diff --git a/contrib/hbwin/hbwin.hbc b/contrib/hbwin/hbwin.hbc index 8f4c0189cf..897ec60d56 100644 --- a/contrib/hbwin/hbwin.hbc +++ b/contrib/hbwin/hbwin.hbc @@ -1,4 +1,3 @@ - description=Windows specific functions (win-only) skip={!allwin} diff --git a/contrib/hbwin/hbwin.hbp b/contrib/hbwin/hbwin.hbp index 066858a677..652103719e 100644 --- a/contrib/hbwin/hbwin.hbp +++ b/contrib/hbwin/hbwin.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbwin/tests/activex.prg b/contrib/hbwin/tests/activex.prg index fef86f352f..1987564f70 100644 --- a/contrib/hbwin/tests/activex.prg +++ b/contrib/hbwin/tests/activex.prg @@ -1,4 +1,3 @@ - #require "hbwin" #include "hbgtinfo.ch" diff --git a/contrib/hbwin/tests/dlg.hbp b/contrib/hbwin/tests/dlg.hbp index dc20156d84..5e3a5ba526 100644 --- a/contrib/hbwin/tests/dlg.hbp +++ b/contrib/hbwin/tests/dlg.hbp @@ -1,4 +1,3 @@ - dlg.prg dlg.rc diff --git a/contrib/hbwin/tests/hbmk.hbm b/contrib/hbwin/tests/hbmk.hbm index b165bf03c8..393b0d661a 100644 --- a/contrib/hbwin/tests/hbmk.hbm +++ b/contrib/hbwin/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbwin.hbc -w3 -es2 diff --git a/contrib/hbwin/tests/mapimail.prg b/contrib/hbwin/tests/mapimail.prg index cc0f28fa8c..576a2a6bcc 100644 --- a/contrib/hbwin/tests/mapimail.prg +++ b/contrib/hbwin/tests/mapimail.prg @@ -1,4 +1,3 @@ - #require "hbwin" #include "simpleio.ch" diff --git a/contrib/hbwin/tests/mutexwin.prg b/contrib/hbwin/tests/mutexwin.prg index 7292bf079d..46b0fd49b0 100644 --- a/contrib/hbwin/tests/mutexwin.prg +++ b/contrib/hbwin/tests/mutexwin.prg @@ -1,4 +1,3 @@ - #require "hbwin" STATIC s_hMutex diff --git a/contrib/hbwin/tests/olesrv1.hbp b/contrib/hbwin/tests/olesrv1.hbp index df92ec9eb3..82b8d7ce2b 100644 --- a/contrib/hbwin/tests/olesrv1.hbp +++ b/contrib/hbwin/tests/olesrv1.hbp @@ -1,4 +1,3 @@ - -hbdynvm hbolesrv.hbc diff --git a/contrib/hbwin/tests/olesrv2.hbp b/contrib/hbwin/tests/olesrv2.hbp index 33766475d5..3040369cd8 100644 --- a/contrib/hbwin/tests/olesrv2.hbp +++ b/contrib/hbwin/tests/olesrv2.hbp @@ -1,4 +1,3 @@ - -hbdynvm hbolesrv.hbc diff --git a/contrib/hbwin/tests/olesrv3.hbp b/contrib/hbwin/tests/olesrv3.hbp index 54e9ec4389..5cea22eaa1 100644 --- a/contrib/hbwin/tests/olesrv3.hbp +++ b/contrib/hbwin/tests/olesrv3.hbp @@ -1,4 +1,3 @@ - -hbdynvm hbolesrv.hbc diff --git a/contrib/hbwin/tests/olesrv4.hbp b/contrib/hbwin/tests/olesrv4.hbp index 3ea76a8ea2..81bf42d380 100644 --- a/contrib/hbwin/tests/olesrv4.hbp +++ b/contrib/hbwin/tests/olesrv4.hbp @@ -1,4 +1,3 @@ - -hbdynvm hbolesrv.hbc diff --git a/contrib/hbwin/tests/oletst1.hbp b/contrib/hbwin/tests/oletst1.hbp index 01efd9ede7..bba1d3c5ea 100644 --- a/contrib/hbwin/tests/oletst1.hbp +++ b/contrib/hbwin/tests/oletst1.hbp @@ -1,4 +1,3 @@ - oletst1.prg -cflag={watcom}-6r diff --git a/contrib/hbwin/tests/oletst2.hbp b/contrib/hbwin/tests/oletst2.hbp index 1dbac067ee..6ea441ca92 100644 --- a/contrib/hbwin/tests/oletst2.hbp +++ b/contrib/hbwin/tests/oletst2.hbp @@ -1,4 +1,3 @@ - oletst2.prg -cflag={watcom}-6r diff --git a/contrib/hbwin/tests/oletst3.hbp b/contrib/hbwin/tests/oletst3.hbp index b22a44f76d..ebadc5fae4 100644 --- a/contrib/hbwin/tests/oletst3.hbp +++ b/contrib/hbwin/tests/oletst3.hbp @@ -1,4 +1,3 @@ - oletst3.prg -cflag={watcom}-6r diff --git a/contrib/hbwin/tests/oletst4.hbp b/contrib/hbwin/tests/oletst4.hbp index 1640f366eb..6171e8c66e 100644 --- a/contrib/hbwin/tests/oletst4.hbp +++ b/contrib/hbwin/tests/oletst4.hbp @@ -1,4 +1,3 @@ - oletst4.prg -cflag={watcom}-6r diff --git a/contrib/hbwin/tests/prn1.prg b/contrib/hbwin/tests/prn1.prg index 519e93f58c..6cc07c4bce 100644 --- a/contrib/hbwin/tests/prn1.prg +++ b/contrib/hbwin/tests/prn1.prg @@ -1,4 +1,3 @@ - #require "hbwin" PROCEDURE Main( cPar1 ) diff --git a/contrib/hbwin/tests/prn2.prg b/contrib/hbwin/tests/prn2.prg index 8761e8792a..fe7ec8e469 100644 --- a/contrib/hbwin/tests/prn2.prg +++ b/contrib/hbwin/tests/prn2.prg @@ -1,4 +1,3 @@ - #require "hbwin" PROCEDURE Main() diff --git a/contrib/hbwin/tests/registry.prg b/contrib/hbwin/tests/registry.prg index 77c7230ad7..bb2da05cf0 100644 --- a/contrib/hbwin/tests/registry.prg +++ b/contrib/hbwin/tests/registry.prg @@ -1,4 +1,3 @@ - #require "hbwin" #define KEY_WOW64_64KEY 0x0100 diff --git a/contrib/hbxdiff/3rd/libxdiff/xdiff.hbc b/contrib/hbxdiff/3rd/libxdiff/xdiff.hbc index 1b9404bcb1..29ba581e0f 100644 --- a/contrib/hbxdiff/3rd/libxdiff/xdiff.hbc +++ b/contrib/hbxdiff/3rd/libxdiff/xdiff.hbc @@ -1,2 +1 @@ - libs=${hb_name} diff --git a/contrib/hbxdiff/3rd/libxdiff/xdiff.hbp b/contrib/hbxdiff/3rd/libxdiff/xdiff.hbp index 365e915dea..2567d75590 100644 --- a/contrib/hbxdiff/3rd/libxdiff/xdiff.hbp +++ b/contrib/hbxdiff/3rd/libxdiff/xdiff.hbp @@ -1,4 +1,3 @@ - -stop{hbdyn} -hblib diff --git a/contrib/hbxdiff/hbxdiff.hbc b/contrib/hbxdiff/hbxdiff.hbc index bb7cead25f..e681a1fc99 100644 --- a/contrib/hbxdiff/hbxdiff.hbc +++ b/contrib/hbxdiff/hbxdiff.hbc @@ -1,4 +1,3 @@ - description=libxdiff wrapper (diffing) incpaths=. diff --git a/contrib/hbxdiff/hbxdiff.hbp b/contrib/hbxdiff/hbxdiff.hbp index 8fc4ac6a98..02b15a614d 100644 --- a/contrib/hbxdiff/hbxdiff.hbp +++ b/contrib/hbxdiff/hbxdiff.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbxdiff/tests/hbmk.hbm b/contrib/hbxdiff/tests/hbmk.hbm index 3491db1109..6d36cef3ad 100644 --- a/contrib/hbxdiff/tests/hbmk.hbm +++ b/contrib/hbxdiff/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbxdiff.hbc -w3 -es2 diff --git a/contrib/hbxdiff/tests/test.prg b/contrib/hbxdiff/tests/test.prg index 8b2f0ead86..aab1458f9d 100644 --- a/contrib/hbxdiff/tests/test.prg +++ b/contrib/hbxdiff/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbxdiff" #define _SIZE 62 diff --git a/contrib/hbxdiff/tests/test2.prg b/contrib/hbxdiff/tests/test2.prg index 14737348c5..23844ad428 100644 --- a/contrib/hbxdiff/tests/test2.prg +++ b/contrib/hbxdiff/tests/test2.prg @@ -1,4 +1,3 @@ - #require "hbxdiff" #include "fileio.ch" diff --git a/contrib/hbxdiff/tests/test3.prg b/contrib/hbxdiff/tests/test3.prg index bf16175979..4291d4afcf 100644 --- a/contrib/hbxdiff/tests/test3.prg +++ b/contrib/hbxdiff/tests/test3.prg @@ -1,4 +1,3 @@ - #require "hbxdiff" PROCEDURE Main() diff --git a/contrib/hbxpp/hbxpp.hbc b/contrib/hbxpp/hbxpp.hbc index 1b6ee187f1..0749cd28b9 100644 --- a/contrib/hbxpp/hbxpp.hbc +++ b/contrib/hbxpp/hbxpp.hbc @@ -1,4 +1,3 @@ - description=Xbase++ compatibility incpaths=. diff --git a/contrib/hbxpp/hbxpp.hbp b/contrib/hbxpp/hbxpp.hbp index 5658518c8c..45022cb5c7 100644 --- a/contrib/hbxpp/hbxpp.hbp +++ b/contrib/hbxpp/hbxpp.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbxpp/tests/hbmk.hbm b/contrib/hbxpp/tests/hbmk.hbm index 6d25c39047..7ae6bab3f2 100644 --- a/contrib/hbxpp/tests/hbmk.hbm +++ b/contrib/hbxpp/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbxpp.hbc -w3 -es2 diff --git a/contrib/hbxpp/tests/opover.prg b/contrib/hbxpp/tests/opover.prg index b01b3a206a..0fccf83444 100644 --- a/contrib/hbxpp/tests/opover.prg +++ b/contrib/hbxpp/tests/opover.prg @@ -1,4 +1,3 @@ - #require "hbxpp" #include "hbxpp.ch" diff --git a/contrib/hbzebra/hbzebra.hbc b/contrib/hbzebra/hbzebra.hbc index ba7def4ef1..0dc1e43b3e 100644 --- a/contrib/hbzebra/hbzebra.hbc +++ b/contrib/hbzebra/hbzebra.hbc @@ -1,4 +1,3 @@ - description=Barcode creating functions incpaths=. diff --git a/contrib/hbzebra/hbzebra.hbp b/contrib/hbzebra/hbzebra.hbp index 81d8fc3adc..cd330fe088 100644 --- a/contrib/hbzebra/hbzebra.hbp +++ b/contrib/hbzebra/hbzebra.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbzebra/tests/cairo.prg b/contrib/hbzebra/tests/cairo.prg index 75e44394cf..2c462e544f 100644 --- a/contrib/hbzebra/tests/cairo.prg +++ b/contrib/hbzebra/tests/cairo.prg @@ -1,4 +1,3 @@ - #require "hbzebra" #require "hbcairo" diff --git a/contrib/hbzebra/tests/hbmk.hbm b/contrib/hbzebra/tests/hbmk.hbm index 5efcb35cbb..1d411d38e9 100644 --- a/contrib/hbzebra/tests/hbmk.hbm +++ b/contrib/hbzebra/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbzebra.hbc -w3 -es2 diff --git a/contrib/hbziparc/doc/en/hbziparc.txt b/contrib/hbziparc/doc/en/hbziparc.txt index c41287521d..f5e2a148e6 100644 --- a/contrib/hbziparc/doc/en/hbziparc.txt +++ b/contrib/hbziparc/doc/en/hbziparc.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ hb_SetZipComment() diff --git a/contrib/hbziparc/hbziparc.hbc b/contrib/hbziparc/hbziparc.hbc index 0f43683779..8564e1fcdd 100644 --- a/contrib/hbziparc/hbziparc.hbc +++ b/contrib/hbziparc/hbziparc.hbc @@ -1,4 +1,3 @@ - description=HBZIPARC compatibility (zip compression) libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} diff --git a/contrib/hbziparc/hbziparc.hbp b/contrib/hbziparc/hbziparc.hbp index 10e4151b44..e424adf9bd 100644 --- a/contrib/hbziparc/hbziparc.hbp +++ b/contrib/hbziparc/hbziparc.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/hbziparc/tests/hbmk.hbm b/contrib/hbziparc/tests/hbmk.hbm index a259ebbd5d..8b7a1c3682 100644 --- a/contrib/hbziparc/tests/hbmk.hbm +++ b/contrib/hbziparc/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbziparc.hbc -w3 -es2 diff --git a/contrib/hbziparc/tests/unzipa.prg b/contrib/hbziparc/tests/unzipa.prg index 8d757eff13..f3c0072eb0 100644 --- a/contrib/hbziparc/tests/unzipa.prg +++ b/contrib/hbziparc/tests/unzipa.prg @@ -1,4 +1,3 @@ - #require "hbziparc" PROCEDURE Main( cZip, ... ) diff --git a/contrib/hbziparc/tests/zipa.prg b/contrib/hbziparc/tests/zipa.prg index 7fefafdd35..9b6bccb632 100644 --- a/contrib/hbziparc/tests/zipa.prg +++ b/contrib/hbziparc/tests/zipa.prg @@ -1,4 +1,3 @@ - #require "hbziparc" PROCEDURE Main( cZip, ... ) diff --git a/contrib/rddads/doc/en/adsfuncs.txt b/contrib/rddads/doc/en/adsfuncs.txt index 9dc31bdb4f..847ff6791c 100644 --- a/contrib/rddads/doc/en/adsfuncs.txt +++ b/contrib/rddads/doc/en/adsfuncs.txt @@ -1,4 +1,3 @@ - /* $DOC$ $NAME$ AdsBlob2File() diff --git a/contrib/rddads/doc/en/readme.txt b/contrib/rddads/doc/en/readme.txt index bf82447d35..fbc9eb2246 100644 --- a/contrib/rddads/doc/en/readme.txt +++ b/contrib/rddads/doc/en/readme.txt @@ -1,4 +1,3 @@ - /* $DOC$ $TEMPLATE$ Document diff --git a/contrib/rddads/rddads.hbc b/contrib/rddads/rddads.hbc index b5e386e066..778813b317 100644 --- a/contrib/rddads/rddads.hbc +++ b/contrib/rddads/rddads.hbc @@ -1,4 +1,3 @@ - # Enable dynamic loading with: # -env:HB_DYNLOAD_RDDADS=yes diff --git a/contrib/rddads/rddads.hbp b/contrib/rddads/rddads.hbp index 5807141873..be3bdc91ae 100644 --- a/contrib/rddads/rddads.hbp +++ b/contrib/rddads/rddads.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/rddads/readme.txt b/contrib/rddads/readme.txt index 251313639e..97a19c04bf 100644 --- a/contrib/rddads/readme.txt +++ b/contrib/rddads/readme.txt @@ -1,4 +1,3 @@ - RDD for Advantage Database Server Alexander Kresin diff --git a/contrib/rddads/tests/hbmk.hbm b/contrib/rddads/tests/hbmk.hbm index acc4860024..ab58c8ba01 100644 --- a/contrib/rddads/tests/hbmk.hbm +++ b/contrib/rddads/tests/hbmk.hbm @@ -1,4 +1,3 @@ - rddads.hbc -w3 -es2 diff --git a/contrib/rddbm/rddbm.hbc b/contrib/rddbm/rddbm.hbc index 12ff820ecf..8c369dba7e 100644 --- a/contrib/rddbm/rddbm.hbc +++ b/contrib/rddbm/rddbm.hbc @@ -1,4 +1,3 @@ - description=Bitmap Filter RDD libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} diff --git a/contrib/rddbm/rddbm.hbp b/contrib/rddbm/rddbm.hbp index 88ea1c8b84..41b07dae93 100644 --- a/contrib/rddbm/rddbm.hbp +++ b/contrib/rddbm/rddbm.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/rddsql/rddsql.hbc b/contrib/rddsql/rddsql.hbc index e97c4287b8..08994ac96d 100644 --- a/contrib/rddsql/rddsql.hbc +++ b/contrib/rddsql/rddsql.hbc @@ -1,4 +1,3 @@ - description=RDDSQL core RDD incpaths=. diff --git a/contrib/rddsql/rddsql.hbp b/contrib/rddsql/rddsql.hbp index c220fe8ae9..c8d8181204 100644 --- a/contrib/rddsql/rddsql.hbp +++ b/contrib/rddsql/rddsql.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/rddsql/readme.txt b/contrib/rddsql/readme.txt index cfb706c778..ba48fa5b68 100644 --- a/contrib/rddsql/readme.txt +++ b/contrib/rddsql/readme.txt @@ -1,4 +1,3 @@ - Simple SQL Interface for Harbour diff --git a/contrib/rddsql/tests/arrayrdd.prg b/contrib/rddsql/tests/arrayrdd.prg index df16dd44d7..63e7f3ffa5 100644 --- a/contrib/rddsql/tests/arrayrdd.prg +++ b/contrib/rddsql/tests/arrayrdd.prg @@ -1,4 +1,3 @@ - #require "rddsql" REQUEST SQLMIX diff --git a/contrib/rddsql/tests/hbmk.hbm b/contrib/rddsql/tests/hbmk.hbm index ec6a2f851d..fe7e0135ba 100644 --- a/contrib/rddsql/tests/hbmk.hbm +++ b/contrib/rddsql/tests/hbmk.hbm @@ -1,4 +1,3 @@ - rddsql.hbc -w3 -es2 diff --git a/contrib/sddfb/sddfb.hbc b/contrib/sddfb/sddfb.hbc index d1f88a3c0b..ce75ca4ecb 100644 --- a/contrib/sddfb/sddfb.hbc +++ b/contrib/sddfb/sddfb.hbc @@ -1,4 +1,3 @@ - description=RDDSQL Firebird backend libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} diff --git a/contrib/sddfb/sddfb.hbp b/contrib/sddfb/sddfb.hbp index d892ba441e..cab12c0c3d 100644 --- a/contrib/sddfb/sddfb.hbp +++ b/contrib/sddfb/sddfb.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/sddfb/tests/hbmk.hbm b/contrib/sddfb/tests/hbmk.hbm index 83f1f34c9b..20e2806058 100644 --- a/contrib/sddfb/tests/hbmk.hbm +++ b/contrib/sddfb/tests/hbmk.hbm @@ -1,4 +1,3 @@ - sddfb.hbc -w3 -es2 diff --git a/contrib/sddmy/sddmy.hbc b/contrib/sddmy/sddmy.hbc index 8063f3d9c2..4ce47c66a1 100644 --- a/contrib/sddmy/sddmy.hbc +++ b/contrib/sddmy/sddmy.hbc @@ -1,4 +1,3 @@ - description=RDDSQL MySQL backend libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} diff --git a/contrib/sddmy/sddmy.hbp b/contrib/sddmy/sddmy.hbp index 45811ceb1c..b04770c0fd 100644 --- a/contrib/sddmy/sddmy.hbp +++ b/contrib/sddmy/sddmy.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/sddmy/tests/hbmk.hbm b/contrib/sddmy/tests/hbmk.hbm index d1bfc244d6..df29347716 100644 --- a/contrib/sddmy/tests/hbmk.hbm +++ b/contrib/sddmy/tests/hbmk.hbm @@ -1,4 +1,3 @@ - sddmy.hbc -w3 -es2 diff --git a/contrib/sddmy/tests/test1.prg b/contrib/sddmy/tests/test1.prg index c61b058d28..188368631d 100644 --- a/contrib/sddmy/tests/test1.prg +++ b/contrib/sddmy/tests/test1.prg @@ -1,4 +1,3 @@ - #require "rddsql" #require "sddmy" diff --git a/contrib/sddoci/sddoci.hbc b/contrib/sddoci/sddoci.hbc index 858d961b60..6f19cf487c 100644 --- a/contrib/sddoci/sddoci.hbc +++ b/contrib/sddoci/sddoci.hbc @@ -1,4 +1,3 @@ - description=RDDSQL OCILib (Oracle SQL) backend libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} diff --git a/contrib/sddoci/sddoci.hbp b/contrib/sddoci/sddoci.hbp index 68a8e509f9..dab93eacb4 100644 --- a/contrib/sddoci/sddoci.hbp +++ b/contrib/sddoci/sddoci.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/sddoci/tests/hbmk.hbm b/contrib/sddoci/tests/hbmk.hbm index be932e4e5b..ca1179e217 100644 --- a/contrib/sddoci/tests/hbmk.hbm +++ b/contrib/sddoci/tests/hbmk.hbm @@ -1,4 +1,3 @@ - sddoci.hbc -w3 -es2 diff --git a/contrib/sddoci/tests/test1.prg b/contrib/sddoci/tests/test1.prg index 7d27f72d1a..2f9f8ae279 100644 --- a/contrib/sddoci/tests/test1.prg +++ b/contrib/sddoci/tests/test1.prg @@ -1,4 +1,3 @@ - #require "rddsql" #require "sddoci" diff --git a/contrib/sddodbc/sddodbc.hbc b/contrib/sddodbc/sddodbc.hbc index b52c8f86ac..ffdea68bca 100644 --- a/contrib/sddodbc/sddodbc.hbc +++ b/contrib/sddodbc/sddodbc.hbc @@ -1,4 +1,3 @@ - description=RDDSQL ODBC backend libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} diff --git a/contrib/sddodbc/sddodbc.hbp b/contrib/sddodbc/sddodbc.hbp index aa1161b9aa..f37607a612 100644 --- a/contrib/sddodbc/sddodbc.hbp +++ b/contrib/sddodbc/sddodbc.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/sddodbc/tests/hbmk.hbm b/contrib/sddodbc/tests/hbmk.hbm index 4294836c63..e724b127c1 100644 --- a/contrib/sddodbc/tests/hbmk.hbm +++ b/contrib/sddodbc/tests/hbmk.hbm @@ -1,2 +1 @@ - sddodbc.hbc diff --git a/contrib/sddodbc/tests/test1.prg b/contrib/sddodbc/tests/test1.prg index 97424e6751..ac0130db27 100644 --- a/contrib/sddodbc/tests/test1.prg +++ b/contrib/sddodbc/tests/test1.prg @@ -1,4 +1,3 @@ - #require "rddsql" #require "sddodbc" diff --git a/contrib/sddodbc/tests/test2.prg b/contrib/sddodbc/tests/test2.prg index 2bf0beb1a5..410ad6fbda 100644 --- a/contrib/sddodbc/tests/test2.prg +++ b/contrib/sddodbc/tests/test2.prg @@ -1,4 +1,3 @@ - #require "rddsql" #require "sddodbc" diff --git a/contrib/sddpg/sddpg.hbc b/contrib/sddpg/sddpg.hbc index d246dfbeba..de27dcdb1b 100644 --- a/contrib/sddpg/sddpg.hbc +++ b/contrib/sddpg/sddpg.hbc @@ -1,4 +1,3 @@ - description=RDDSQL PostgreSQL backend libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} diff --git a/contrib/sddpg/sddpg.hbp b/contrib/sddpg/sddpg.hbp index 42d71e27aa..eb72dd8b9a 100644 --- a/contrib/sddpg/sddpg.hbp +++ b/contrib/sddpg/sddpg.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/sddpg/tests/hbmk.hbm b/contrib/sddpg/tests/hbmk.hbm index c3b6e51f6b..62d7dc3113 100644 --- a/contrib/sddpg/tests/hbmk.hbm +++ b/contrib/sddpg/tests/hbmk.hbm @@ -1,4 +1,3 @@ - sddpg.hbc -w3 -es2 diff --git a/contrib/sddsqlt3/sddsqlt3.hbc b/contrib/sddsqlt3/sddsqlt3.hbc index 00350f9600..cad398b39a 100644 --- a/contrib/sddsqlt3/sddsqlt3.hbc +++ b/contrib/sddsqlt3/sddsqlt3.hbc @@ -1,4 +1,3 @@ - description=RDDSQL SQLite3 backend libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} diff --git a/contrib/sddsqlt3/sddsqlt3.hbp b/contrib/sddsqlt3/sddsqlt3.hbp index c395e025e1..7d35979dd7 100644 --- a/contrib/sddsqlt3/sddsqlt3.hbp +++ b/contrib/sddsqlt3/sddsqlt3.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/contrib/sddsqlt3/tests/hbmk.hbm b/contrib/sddsqlt3/tests/hbmk.hbm index 9aa3137387..46177540ae 100644 --- a/contrib/sddsqlt3/tests/hbmk.hbm +++ b/contrib/sddsqlt3/tests/hbmk.hbm @@ -1,4 +1,3 @@ - sddsqlt3.hbc -w3 -es2 diff --git a/contrib/sddsqlt3/tests/test.prg b/contrib/sddsqlt3/tests/test.prg index 56345daa3a..724b75f130 100644 --- a/contrib/sddsqlt3/tests/test.prg +++ b/contrib/sddsqlt3/tests/test.prg @@ -1,4 +1,3 @@ - #require "rddsql" #require "sddsqlt3" diff --git a/contrib/xhb/hbfast.h b/contrib/xhb/hbfast.h index 0b8f9bc07a..fd0237e5a5 100644 --- a/contrib/xhb/hbfast.h +++ b/contrib/xhb/hbfast.h @@ -1,2 +1 @@ - #include "hbapi.h" diff --git a/contrib/xhb/math.ch b/contrib/xhb/math.ch index e3b58309f9..470c548db1 100644 --- a/contrib/xhb/math.ch +++ b/contrib/xhb/math.ch @@ -1,2 +1 @@ - #include "hbmath.ch" diff --git a/contrib/xhb/tests/copyfile.prg b/contrib/xhb/tests/copyfile.prg index 7bc804058c..dc9334cb70 100644 --- a/contrib/xhb/tests/copyfile.prg +++ b/contrib/xhb/tests/copyfile.prg @@ -1,4 +1,3 @@ - #require "xhb" PROCEDURE Main() diff --git a/contrib/xhb/tests/dll.prg b/contrib/xhb/tests/dll.prg index 534405ad43..c24618d378 100644 --- a/contrib/xhb/tests/dll.prg +++ b/contrib/xhb/tests/dll.prg @@ -1,4 +1,3 @@ - #require "xhb" #include "hbdll.ch" diff --git a/contrib/xhb/tests/hbmk.hbm b/contrib/xhb/tests/hbmk.hbm index 9ba1873ed5..8db7e379fe 100644 --- a/contrib/xhb/tests/hbmk.hbm +++ b/contrib/xhb/tests/hbmk.hbm @@ -1,4 +1,3 @@ - xhb.hbc -w3 -es2 diff --git a/contrib/xhb/tests/xml1.prg b/contrib/xhb/tests/xml1.prg index eb5493b50c..ef7b8b14fe 100644 --- a/contrib/xhb/tests/xml1.prg +++ b/contrib/xhb/tests/xml1.prg @@ -1,4 +1,3 @@ - #require "xhb" #include "hbxml.ch" diff --git a/contrib/xhb/usrrdd.ch b/contrib/xhb/usrrdd.ch index 04fe4ee31f..622d923d5e 100644 --- a/contrib/xhb/usrrdd.ch +++ b/contrib/xhb/usrrdd.ch @@ -1,2 +1 @@ - #include "hbusrrdd.ch" diff --git a/contrib/xhb/xhb.hbc b/contrib/xhb/xhb.hbc index 99c462a67e..d4c4043a5c 100644 --- a/contrib/xhb/xhb.hbc +++ b/contrib/xhb/xhb.hbc @@ -1,4 +1,3 @@ - description=xHarbour compatibility incpaths=. diff --git a/contrib/xhb/xhb.hbp b/contrib/xhb/xhb.hbp index 2118d95ca6..8b48ffde6b 100644 --- a/contrib/xhb/xhb.hbp +++ b/contrib/xhb/xhb.hbp @@ -1,4 +1,3 @@ - # Until Minix gets sa_sigaction support (hbserv.c) -stop{minix} diff --git a/doc/Makefile b/doc/Makefile index 12e99dab7c..1ad4573315 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,3 @@ - ROOT := ../ DOC_FILES := \ diff --git a/doc/c_std.txt b/doc/c_std.txt index 2b0a5e6cbc..b05b8d5447 100644 --- a/doc/c_std.txt +++ b/doc/c_std.txt @@ -1,4 +1,3 @@ - +++Date last modified: 1997-07-05 diff --git a/doc/class_tp.txt b/doc/class_tp.txt index ee627ee661..1939bad4db 100644 --- a/doc/class_tp.txt +++ b/doc/class_tp.txt @@ -1,4 +1,3 @@ - /* NOTE: - Please use these template for your new files, replace parts between curly braces {} with the appropriate text. - You can find a history at the end of the file. */ diff --git a/doc/clipper.txt b/doc/clipper.txt index 1b5de636a7..c4b22385d3 100644 --- a/doc/clipper.txt +++ b/doc/clipper.txt @@ -1,4 +1,3 @@ - This document attempts to describe the features separating Harbour from CA-Cl*pper. diff --git a/doc/cmdline.txt b/doc/cmdline.txt index 13c972daf8..36d10f1a5d 100644 --- a/doc/cmdline.txt +++ b/doc/cmdline.txt @@ -1,4 +1,3 @@ - Harbour switch handling spec ============================ diff --git a/doc/cmpopt.txt b/doc/cmpopt.txt index d1a7c1ed34..298d76f73f 100644 --- a/doc/cmpopt.txt +++ b/doc/cmpopt.txt @@ -1,4 +1,3 @@ - Przemyslaw Czerpak (druzus/at/priv.onet.pl) Harbour compile time optimizations. diff --git a/doc/codebloc.txt b/doc/codebloc.txt index a09a7a0617..0f24a2ebc8 100644 --- a/doc/codebloc.txt +++ b/doc/codebloc.txt @@ -1,4 +1,3 @@ - The Harbour implementation of codeblocks. Ryszard Glab diff --git a/doc/codestyl.txt b/doc/codestyl.txt index b8ad46902d..8a128c54fe 100644 --- a/doc/codestyl.txt +++ b/doc/codestyl.txt @@ -1,4 +1,3 @@ - /* Please note the following comments we may use everywhere NOTE: Notes TODO: something should be added here diff --git a/doc/destruct.txt b/doc/destruct.txt index ec68f807d7..1064ae75f9 100644 --- a/doc/destruct.txt +++ b/doc/destruct.txt @@ -1,4 +1,3 @@ - Destructors =========== diff --git a/doc/dirstruc.txt b/doc/dirstruc.txt index 909304102d..3c19c2e871 100644 --- a/doc/dirstruc.txt +++ b/doc/dirstruc.txt @@ -1,4 +1,3 @@ - Harbour directory structure =========================== diff --git a/doc/en/compiler.txt b/doc/en/compiler.txt index 841c0d1d12..0363c29227 100644 --- a/doc/en/compiler.txt +++ b/doc/en/compiler.txt @@ -1,4 +1,3 @@ - /* $DOC$ $TEMPLATE$ Document diff --git a/doc/en/garbage.txt b/doc/en/garbage.txt index 577614cd40..5fe37b10e5 100644 --- a/doc/en/garbage.txt +++ b/doc/en/garbage.txt @@ -1,4 +1,3 @@ - /* $DOC$ $TEMPLATE$ Document diff --git a/doc/en/harbext.txt b/doc/en/harbext.txt index 599b11275f..696f0eeb65 100644 --- a/doc/en/harbext.txt +++ b/doc/en/harbext.txt @@ -1,4 +1,3 @@ - /* $DOC$ $TEMPLATE$ Document diff --git a/doc/en/hbflock.txt b/doc/en/hbflock.txt index 1799dc00ff..26408f63ae 100644 --- a/doc/en/hbflock.txt +++ b/doc/en/hbflock.txt @@ -1,4 +1,3 @@ - /* $DOC$ $TEMPLATE$ Function diff --git a/doc/en/idle.txt b/doc/en/idle.txt index 905b227765..ed15812842 100644 --- a/doc/en/idle.txt +++ b/doc/en/idle.txt @@ -1,4 +1,3 @@ - /* $DOC$ $TEMPLATE$ Document diff --git a/doc/en/macro.txt b/doc/en/macro.txt index 417b6def71..5fd70d519a 100644 --- a/doc/en/macro.txt +++ b/doc/en/macro.txt @@ -1,4 +1,3 @@ - /* $DOC$ $TEMPLATE$ Document diff --git a/doc/en/memvar.txt b/doc/en/memvar.txt index e45ada3020..ab98157b08 100644 --- a/doc/en/memvar.txt +++ b/doc/en/memvar.txt @@ -1,4 +1,3 @@ - /* $DOC$ $TEMPLATE$ Command diff --git a/doc/en/sayget.txt b/doc/en/sayget.txt index 2ea742885d..a00de37293 100644 --- a/doc/en/sayget.txt +++ b/doc/en/sayget.txt @@ -1,4 +1,3 @@ - /* $DOC$ $TEMPLATE$ Command diff --git a/doc/en/subcodes.txt b/doc/en/subcodes.txt index f555efbfdf..cb01b7ea48 100644 --- a/doc/en/subcodes.txt +++ b/doc/en/subcodes.txt @@ -1,4 +1,3 @@ - /* $DOC$ $TEMPLATE$ Run time error diff --git a/doc/en/tbrowse.txt b/doc/en/tbrowse.txt index 8b27944899..316d2e596a 100644 --- a/doc/en/tbrowse.txt +++ b/doc/en/tbrowse.txt @@ -1,4 +1,3 @@ - /* $DOC$ $TEMPLATE$ Class diff --git a/doc/gmake.txt b/doc/gmake.txt index 46af845c85..93923aa25d 100644 --- a/doc/gmake.txt +++ b/doc/gmake.txt @@ -1,4 +1,3 @@ - INTRODUCTION ============ diff --git a/doc/gtapi.txt b/doc/gtapi.txt index a13449ad2d..22e52f36d4 100644 --- a/doc/gtapi.txt +++ b/doc/gtapi.txt @@ -1,4 +1,3 @@ - GT API functions ================ By Bil Simser (1999-05-14) diff --git a/doc/gtslang.txt b/doc/gtslang.txt index 6a83e2f53f..10c62560fc 100644 --- a/doc/gtslang.txt +++ b/doc/gtslang.txt @@ -1,4 +1,3 @@ - GT Slang driver diff --git a/doc/hdr_tpl.txt b/doc/hdr_tpl.txt index 7948cefe13..69a0032d24 100644 --- a/doc/hdr_tpl.txt +++ b/doc/hdr_tpl.txt @@ -1,4 +1,3 @@ - /* NOTE: - Please use these template for your new files, replace parts between curly braces {} with the appropriate text. - You can find a history at the end of the file. */ diff --git a/doc/howtorel.txt b/doc/howtorel.txt index 1f6e326c69..b132ae3d70 100644 --- a/doc/howtorel.txt +++ b/doc/howtorel.txt @@ -1,4 +1,3 @@ - How to create and tag a new release =================================== By Przemyslaw Czerpak (druzus/at/priv.onet.pl) diff --git a/doc/howtorep.txt b/doc/howtorep.txt index 39843c259e..18cd8c4403 100644 --- a/doc/howtorep.txt +++ b/doc/howtorep.txt @@ -1,4 +1,3 @@ - HOW TO USE THE SOURCE REPOSITORY -------------------------------- diff --git a/doc/locks.txt b/doc/locks.txt index 1fbda2e8ab..f16e2422a9 100644 --- a/doc/locks.txt +++ b/doc/locks.txt @@ -1,4 +1,3 @@ - Locking schemes used with DBF files. Przemyslaw Czerpak (druzus/at/poczta.onet.pl) diff --git a/doc/oldnews.txt b/doc/oldnews.txt index 81c5697a43..9f1eb58d97 100644 --- a/doc/oldnews.txt +++ b/doc/oldnews.txt @@ -1,4 +1,3 @@ - /* This work is licensed under the Creative Commons Attribution-ShareAlike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to diff --git a/doc/pcode.txt b/doc/pcode.txt index 22947eb8dc..7ad9d8dfcd 100644 --- a/doc/pcode.txt +++ b/doc/pcode.txt @@ -1,4 +1,3 @@ - The Clipper OBJ and pcode model (GNU|Open|Clipper project) ========================================================== diff --git a/doc/pp.txt b/doc/pp.txt index 8ea2d488ec..f625f2668d 100644 --- a/doc/pp.txt +++ b/doc/pp.txt @@ -1,4 +1,3 @@ - PP description ============== By Przemyslaw Czerpak (druzus/at/priv.onet.pl) diff --git a/doc/pragma.txt b/doc/pragma.txt index 9eeb0ae8b3..7dd87d3321 100644 --- a/doc/pragma.txt +++ b/doc/pragma.txt @@ -1,4 +1,3 @@ - INTRODUCTION ============ This file explains what is and how to use the #pragma directive diff --git a/doc/statics.txt b/doc/statics.txt index 2a77a9c466..354c5c7807 100644 --- a/doc/statics.txt +++ b/doc/statics.txt @@ -1,4 +1,3 @@ - I just started implementing Classes and objects creation when I realized Harbour is not managing static variables yet (Harbour recognizes them but does not generate the proper pcode for them). diff --git a/doc/todo.txt b/doc/todo.txt index 9b5b99487b..366e6814e2 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -1,4 +1,3 @@ - ======================================================================= Harbour TODO list diff --git a/doc/tracing.txt b/doc/tracing.txt index 9c9b3b9211..8daae65329 100644 --- a/doc/tracing.txt +++ b/doc/tracing.txt @@ -1,4 +1,3 @@ - INTRODUCTION ============ diff --git a/doc/transfrm.txt b/doc/transfrm.txt index 89e691369b..15e43a0961 100644 --- a/doc/transfrm.txt +++ b/doc/transfrm.txt @@ -1,4 +1,3 @@ - Addendum Clipper documentation. Original transform docs are too limited : /* TODO: Make a real document out of this */ diff --git a/doc/vm.txt b/doc/vm.txt index 79f670bb50..76630d8e74 100644 --- a/doc/vm.txt +++ b/doc/vm.txt @@ -1,4 +1,3 @@ - The Harbour virtual machine (VM) Question : diff --git a/doc/windll.txt b/doc/windll.txt index 07d1a3ba81..dc707e455a 100644 --- a/doc/windll.txt +++ b/doc/windll.txt @@ -1,4 +1,3 @@ - Windows DLLs with Harbour code ============================== diff --git a/doc/xhb-diff.txt b/doc/xhb-diff.txt index 1e3cda29ad..c179c3b7ad 100644 --- a/doc/xhb-diff.txt +++ b/doc/xhb-diff.txt @@ -1,4 +1,3 @@ - This text describes most important differences between Harbour and xHarbour with some references to Clipper and other compatible compilers like Xbase++, CLIP, FlagShip. diff --git a/extras/dbu/dbu.hbp b/extras/dbu/dbu.hbp index bd786bb83d..c97ca63c00 100644 --- a/extras/dbu/dbu.hbp +++ b/extras/dbu/dbu.hbp @@ -1,4 +1,3 @@ - dbu.prg dbucopy.prg dbuedit.prg diff --git a/extras/dbu/readme.txt b/extras/dbu/readme.txt index 71902a6f8c..fc1487c788 100644 --- a/extras/dbu/readme.txt +++ b/extras/dbu/readme.txt @@ -1,4 +1,3 @@ - 1.) Copy the full content of /SOURCE/DBU from your original CA-Cl*pper installation to this directory. diff --git a/extras/gfspell/gfspell.hbc b/extras/gfspell/gfspell.hbc index 326ca73c00..71d8959658 100644 --- a/extras/gfspell/gfspell.hbc +++ b/extras/gfspell/gfspell.hbc @@ -1,4 +1,3 @@ - incpaths=. libpaths=lib/${hb_plat}/${hb_comp} diff --git a/extras/gfspell/gfspell.hbp b/extras/gfspell/gfspell.hbp index 0a9036e87f..bfbfd8b720 100644 --- a/extras/gfspell/gfspell.hbp +++ b/extras/gfspell/gfspell.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/extras/gfspell/readme.txt b/extras/gfspell/readme.txt index 2f8e47df59..2956039d04 100644 --- a/extras/gfspell/readme.txt +++ b/extras/gfspell/readme.txt @@ -1,4 +1,3 @@ - Grumpfish Speller library port for Harbour. With kind permission of author Joseph D. Booth, diff --git a/extras/gfspell/spell.ch b/extras/gfspell/spell.ch index 8f6118b374..0036fb1f7e 100644 --- a/extras/gfspell/spell.ch +++ b/extras/gfspell/spell.ch @@ -1,4 +1,3 @@ - #define COMMON_WORDS 1 #define CACHE_WORDS 2 #define DICTIONARY_PATH 3 diff --git a/extras/gfspell/spellc.c b/extras/gfspell/spellc.c index e9ae2e613e..7d09d4a374 100644 --- a/extras/gfspell/spellc.c +++ b/extras/gfspell/spellc.c @@ -1,4 +1,3 @@ - #include "hbapi.h" #include "hbapifs.h" #include "hbapiitm.h" diff --git a/extras/gtwvw/gtwvw.hbc b/extras/gtwvw/gtwvw.hbc index 9375f3f01a..8b32af58f3 100644 --- a/extras/gtwvw/gtwvw.hbc +++ b/extras/gtwvw/gtwvw.hbc @@ -1,4 +1,3 @@ - {!allwin|!x86}skip=yes incpaths=. diff --git a/extras/gtwvw/gtwvw.hbp b/extras/gtwvw/gtwvw.hbp index b25e822462..db18c8ff78 100644 --- a/extras/gtwvw/gtwvw.hbp +++ b/extras/gtwvw/gtwvw.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/extras/gtwvw/tests/hbmk.hbm b/extras/gtwvw/tests/hbmk.hbm index 4111eaf776..8f40d637d3 100644 --- a/extras/gtwvw/tests/hbmk.hbm +++ b/extras/gtwvw/tests/hbmk.hbm @@ -1,4 +1,3 @@ - gtwvw.hbc -w3 -es2 diff --git a/extras/gtwvw/tests/readme.txt b/extras/gtwvw/tests/readme.txt index 0353b58cb3..137fbbc0d8 100644 --- a/extras/gtwvw/tests/readme.txt +++ b/extras/gtwvw/tests/readme.txt @@ -1,4 +1,3 @@ - To run samples: (1) Make sure you have GTWVW library diff --git a/extras/guestbk/guestbk.hbp b/extras/guestbk/guestbk.hbp index 3938ec72e9..2729efd880 100644 --- a/extras/guestbk/guestbk.hbp +++ b/extras/guestbk/guestbk.hbp @@ -1,4 +1,3 @@ - -w3 -es2 -nulrdd diff --git a/extras/hbdoc/hbdoc.hbp b/extras/hbdoc/hbdoc.hbp index 2db57c17f0..01bad27076 100644 --- a/extras/hbdoc/hbdoc.hbp +++ b/extras/hbdoc/hbdoc.hbp @@ -1,4 +1,3 @@ - -w3 -es2 -l diff --git a/extras/hbdroid/hbdroid.hbc b/extras/hbdroid/hbdroid.hbc index 14b4adbfe4..9bee7bb70f 100644 --- a/extras/hbdroid/hbdroid.hbc +++ b/extras/hbdroid/hbdroid.hbc @@ -1,4 +1,3 @@ - description=Android specific functions incpaths=. diff --git a/extras/hbdroid/hbdroid.hbp b/extras/hbdroid/hbdroid.hbp index 75eaa6fae8..05a2f29d21 100644 --- a/extras/hbdroid/hbdroid.hbp +++ b/extras/hbdroid/hbdroid.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/extras/hbusb/hbusb.ch b/extras/hbusb/hbusb.ch index 7c292a2cbe..35e9b20b50 100644 --- a/extras/hbusb/hbusb.ch +++ b/extras/hbusb/hbusb.ch @@ -1,4 +1,3 @@ - #ifndef HBUSB_CH #define HBUSB_CH diff --git a/extras/hbusb/hbusb.hbc b/extras/hbusb/hbusb.hbc index 3361fae4b5..98a4a1c27f 100644 --- a/extras/hbusb/hbusb.hbc +++ b/extras/hbusb/hbusb.hbc @@ -1,4 +1,3 @@ - incpaths=. headers=${hb_name}.ch libpaths=lib/${hb_plat}/${hb_comp} diff --git a/extras/hbusb/hbusb.hbp b/extras/hbusb/hbusb.hbp index f8f0bfac1f..ce6aa57c4c 100644 --- a/extras/hbusb/hbusb.hbp +++ b/extras/hbusb/hbusb.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/extras/hbusb/tests/hbmk.hbm b/extras/hbusb/tests/hbmk.hbm index 6976fc4ed4..606a9f873c 100644 --- a/extras/hbusb/tests/hbmk.hbm +++ b/extras/hbusb/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbusb.hbc -w3 -es2 diff --git a/extras/hbusb/tests/test.prg b/extras/hbusb/tests/test.prg index a5f2d792de..f81bec4c28 100644 --- a/extras/hbusb/tests/test.prg +++ b/extras/hbusb/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbusb" PROCEDURE Main() diff --git a/extras/hbvpdf/core.prg b/extras/hbvpdf/core.prg index ce3ba3defe..aa7a727c9e 100644 --- a/extras/hbvpdf/core.prg +++ b/extras/hbvpdf/core.prg @@ -1,4 +1,3 @@ - #include "hbvpdf.ch" #include "fileio.ch" diff --git a/extras/hbvpdf/fonts.prg b/extras/hbvpdf/fonts.prg index 21bd71eedc..69571e1b22 100644 --- a/extras/hbvpdf/fonts.prg +++ b/extras/hbvpdf/fonts.prg @@ -1,4 +1,3 @@ - FUNCTION __pdf_fontsdat() #pragma __streaminclude "fonts.dat" | RETURN %s diff --git a/extras/hbvpdf/hbvpdf.hbc b/extras/hbvpdf/hbvpdf.hbc index 4a738a4d00..c0b98ea90e 100644 --- a/extras/hbvpdf/hbvpdf.hbc +++ b/extras/hbvpdf/hbvpdf.hbc @@ -1,4 +1,3 @@ - incpaths=. headers=${hb_name}.ch libpaths=lib/${hb_plat}/${hb_comp} diff --git a/extras/hbvpdf/hbvpdf.hbp b/extras/hbvpdf/hbvpdf.hbp index 996a9d3e42..dfda39df2b 100644 --- a/extras/hbvpdf/hbvpdf.hbp +++ b/extras/hbvpdf/hbvpdf.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/extras/hbvpdf/readme.txt b/extras/hbvpdf/readme.txt index ecddc40572..0daf28141e 100644 --- a/extras/hbvpdf/readme.txt +++ b/extras/hbvpdf/readme.txt @@ -1,4 +1,3 @@ - Welcome to _pure_ Clipper Pdf Library! Changes in Release 0.08 diff --git a/extras/hbvpdf/tests/hbmk.hbm b/extras/hbvpdf/tests/hbmk.hbm index c25a59adc0..1ba6119fcf 100644 --- a/extras/hbvpdf/tests/hbmk.hbm +++ b/extras/hbvpdf/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbvpdf.hbc -w3 -es2 diff --git a/extras/hbvpdf/tests/pdf_demo.prg b/extras/hbvpdf/tests/pdf_demo.prg index a535dc1aa7..43aab4f78a 100644 --- a/extras/hbvpdf/tests/pdf_demo.prg +++ b/extras/hbvpdf/tests/pdf_demo.prg @@ -1,4 +1,3 @@ - #require "hbvpdf" PROCEDURE Main() diff --git a/extras/hbxlsxml/hbxlsxml.hbc b/extras/hbxlsxml/hbxlsxml.hbc index 326ca73c00..71d8959658 100644 --- a/extras/hbxlsxml/hbxlsxml.hbc +++ b/extras/hbxlsxml/hbxlsxml.hbc @@ -1,4 +1,3 @@ - incpaths=. libpaths=lib/${hb_plat}/${hb_comp} diff --git a/extras/hbxlsxml/hbxlsxml.hbp b/extras/hbxlsxml/hbxlsxml.hbp index f32b5ef1c5..28cdd96a0e 100644 --- a/extras/hbxlsxml/hbxlsxml.hbp +++ b/extras/hbxlsxml/hbxlsxml.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/extras/hbxlsxml/tests/hbmk.hbm b/extras/hbxlsxml/tests/hbmk.hbm index 4733246f04..e64539f698 100644 --- a/extras/hbxlsxml/tests/hbmk.hbm +++ b/extras/hbxlsxml/tests/hbmk.hbm @@ -1,4 +1,3 @@ - hbxlsxml.hbc -w3 -es2 diff --git a/extras/hbxlsxml/xlsxml_s.prg b/extras/hbxlsxml/xlsxml_s.prg index 64086454ca..0f0cbe5f48 100644 --- a/extras/hbxlsxml/xlsxml_s.prg +++ b/extras/hbxlsxml/xlsxml_s.prg @@ -1,4 +1,3 @@ - /* * Harbour Project source code: * diff --git a/extras/httpsrv/modules.hbp b/extras/httpsrv/modules.hbp index d2c3bc6b3b..cb8479d012 100644 --- a/extras/httpsrv/modules.hbp +++ b/extras/httpsrv/modules.hbp @@ -1,4 +1,3 @@ - -gh -w3 -ohome/cgi-bin/ modules/*.prg diff --git a/extras/httpsrv/modulesg.hbp b/extras/httpsrv/modulesg.hbp index 488a4a8089..2a33dd56b5 100644 --- a/extras/httpsrv/modulesg.hbp +++ b/extras/httpsrv/modulesg.hbp @@ -1,4 +1,3 @@ - @modules.hbp hbgd.hbc diff --git a/extras/httpsrv/readme.txt b/extras/httpsrv/readme.txt index 38e980ffc0..f932c8602c 100644 --- a/extras/httpsrv/readme.txt +++ b/extras/httpsrv/readme.txt @@ -1,4 +1,3 @@ - uHTTPD micro web server Build it without GD: hbmk2 uhttpd.hbp modules.hbp diff --git a/extras/httpsrv/uhttpd.hbp b/extras/httpsrv/uhttpd.hbp index 258f7fec08..c80a54c02d 100644 --- a/extras/httpsrv/uhttpd.hbp +++ b/extras/httpsrv/uhttpd.hbp @@ -1,4 +1,3 @@ - -w3 -es2 -mt -gui diff --git a/extras/httpsrv/uhttpdgd.hbp b/extras/httpsrv/uhttpdgd.hbp index 0588218567..608a2dcb04 100644 --- a/extras/httpsrv/uhttpdgd.hbp +++ b/extras/httpsrv/uhttpdgd.hbp @@ -1,4 +1,3 @@ - @uhttpd.hbp hbgd.hbc diff --git a/extras/ps32/ps32.hbc b/extras/ps32/ps32.hbc index 09701301c5..b6be3fc617 100644 --- a/extras/ps32/ps32.hbc +++ b/extras/ps32/ps32.hbc @@ -1,4 +1,3 @@ - incpaths=. libpaths=lib/${hb_plat}/${hb_comp} diff --git a/extras/ps32/ps32.hbp b/extras/ps32/ps32.hbp index 663a11e21c..80368124a9 100644 --- a/extras/ps32/ps32.hbp +++ b/extras/ps32/ps32.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/extras/ps32/readme.txt b/extras/ps32/readme.txt index 0d13424ee3..3c484bd7d7 100644 --- a/extras/ps32/readme.txt +++ b/extras/ps32/readme.txt @@ -1,4 +1,3 @@ - 1.) Obtain PageScript32 installation and install it. (even the evaluation version will do) diff --git a/extras/ps32/tests/hbmk.hbm b/extras/ps32/tests/hbmk.hbm index 9953895dc5..770009bdda 100644 --- a/extras/ps32/tests/hbmk.hbm +++ b/extras/ps32/tests/hbmk.hbm @@ -1,4 +1,3 @@ - ps32.hbc -w3 -es2 diff --git a/extras/rddado/rddado.hbc b/extras/rddado/rddado.hbc index 89ab23afad..c34facdd5d 100644 --- a/extras/rddado/rddado.hbc +++ b/extras/rddado/rddado.hbc @@ -1,4 +1,3 @@ - {!allwin}skip=yes incpaths=. diff --git a/extras/rddado/rddado.hbp b/extras/rddado/rddado.hbp index 750e69b0af..0c984c74ac 100644 --- a/extras/rddado/rddado.hbp +++ b/extras/rddado/rddado.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/extras/rddado/tests/access1.prg b/extras/rddado/tests/access1.prg index 81e63e9bae..f950f5934a 100644 --- a/extras/rddado/tests/access1.prg +++ b/extras/rddado/tests/access1.prg @@ -1,4 +1,3 @@ - #require "rddado" #include "adordd.ch" diff --git a/extras/rddado/tests/access2.prg b/extras/rddado/tests/access2.prg index 84c2797e29..ee2e49ba47 100644 --- a/extras/rddado/tests/access2.prg +++ b/extras/rddado/tests/access2.prg @@ -1,4 +1,3 @@ - /* Testing dbCreate() with Access database engine */ #require "rddado" diff --git a/extras/rddado/tests/hbmk.hbm b/extras/rddado/tests/hbmk.hbm index 3c32c09749..c9284b4ef1 100644 --- a/extras/rddado/tests/hbmk.hbm +++ b/extras/rddado/tests/hbmk.hbm @@ -1,4 +1,3 @@ - rddado.hbc -w3 -es2 diff --git a/extras/rddado/tests/mysql1.prg b/extras/rddado/tests/mysql1.prg index 4065197c76..83371b7928 100644 --- a/extras/rddado/tests/mysql1.prg +++ b/extras/rddado/tests/mysql1.prg @@ -1,4 +1,3 @@ - #require "rddado" #include "adordd.ch" diff --git a/extras/rddado/tests/mysql3.prg b/extras/rddado/tests/mysql3.prg index a962268136..e7235b24ab 100644 --- a/extras/rddado/tests/mysql3.prg +++ b/extras/rddado/tests/mysql3.prg @@ -1,4 +1,3 @@ - #require "rddado" // Testing LOCATE and CONTINUE diff --git a/extras/rl/readme.txt b/extras/rl/readme.txt index 827c47a199..f543410e03 100644 --- a/extras/rl/readme.txt +++ b/extras/rl/readme.txt @@ -1,4 +1,3 @@ - 1.) Copy the full content of /SOURCE/RL from your original CA-Cl*pper installation to this directory. diff --git a/extras/rl/rl.hbp b/extras/rl/rl.hbp index 2f95f10737..59cf73b971 100644 --- a/extras/rl/rl.hbp +++ b/extras/rl/rl.hbp @@ -1,4 +1,3 @@ - -orl -m -n -main=setup diff --git a/extras/superlib/hbsuper.prg b/extras/superlib/hbsuper.prg index 0604efce87..6165f55902 100644 --- a/extras/superlib/hbsuper.prg +++ b/extras/superlib/hbsuper.prg @@ -1,4 +1,3 @@ - /* * Harbour Project source code: * SuperLib rewritten parts diff --git a/extras/superlib/readme.txt b/extras/superlib/readme.txt index 07ceece9ac..fe17c3ff30 100644 --- a/extras/superlib/readme.txt +++ b/extras/superlib/readme.txt @@ -1,4 +1,3 @@ - 1.) Download original sources of SuperLib 3.5 from this page: http://www.the-oasis.net/ftpmaster.php3?content=ftplib.htm Direct link: diff --git a/extras/superlib/superlib.hbc b/extras/superlib/superlib.hbc index fefe087de2..33884ce3d7 100644 --- a/extras/superlib/superlib.hbc +++ b/extras/superlib/superlib.hbc @@ -1,4 +1,3 @@ - incpaths=. libpaths=lib/${hb_plat}/${hb_comp} diff --git a/extras/superlib/superlib.hbp b/extras/superlib/superlib.hbp index dab454ebf3..f12d27455e 100644 --- a/extras/superlib/superlib.hbp +++ b/extras/superlib/superlib.hbp @@ -1,4 +1,3 @@ - -hblib -inc diff --git a/extras/template/core.prg b/extras/template/core.prg index 5247283d74..7d9124af97 100644 --- a/extras/template/core.prg +++ b/extras/template/core.prg @@ -1,4 +1,3 @@ - #include "hbtpl.ch" /* Public API */ diff --git a/extras/template/corec.c b/extras/template/corec.c index cfe03672c6..6f4ad3d21a 100644 --- a/extras/template/corec.c +++ b/extras/template/corec.c @@ -1,4 +1,3 @@ - #include "hbapi.h" /* Public API implemented in C */ diff --git a/extras/template/hbtpl.ch b/extras/template/hbtpl.ch index 3b606ca06c..81404d5797 100644 --- a/extras/template/hbtpl.ch +++ b/extras/template/hbtpl.ch @@ -1,4 +1,3 @@ - #ifndef HBTPL_CH #define HBTPL_CH diff --git a/extras/template/hbtpl.hbc b/extras/template/hbtpl.hbc index 2ede52f8b7..db85dc42ed 100644 --- a/extras/template/hbtpl.hbc +++ b/extras/template/hbtpl.hbc @@ -1,4 +1,3 @@ - description=Harbour library project template incpaths=. diff --git a/extras/template/readme.txt b/extras/template/readme.txt index d7e6ddec91..90d9b35163 100644 --- a/extras/template/readme.txt +++ b/extras/template/readme.txt @@ -1,4 +1,3 @@ - Harbour library project template ================================ diff --git a/extras/template/tests/sample.prg b/extras/template/tests/sample.prg index 08b0a80b99..252028adce 100644 --- a/extras/template/tests/sample.prg +++ b/extras/template/tests/sample.prg @@ -1,4 +1,3 @@ - #require "hbtpl" PROCEDURE Main() diff --git a/extras/template/tests/test.prg b/extras/template/tests/test.prg index 08179d50ad..429845aa63 100644 --- a/extras/template/tests/test.prg +++ b/extras/template/tests/test.prg @@ -1,4 +1,3 @@ - #require "hbtpl" #require "hbtest" diff --git a/include/Makefile b/include/Makefile index 6c3b8369f3..a2893cc1ba 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,3 @@ - ROOT := ../ C_HEADERS := \ diff --git a/lib/3rd/win/bcc/Makefile b/lib/3rd/win/bcc/Makefile index 0d79037547..dc5f4c4894 100644 --- a/lib/3rd/win/bcc/Makefile +++ b/lib/3rd/win/bcc/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../../ LIB_BINS := \ diff --git a/lib/3rd/win/mingw/Makefile b/lib/3rd/win/mingw/Makefile index 0b974485b8..9320893847 100644 --- a/lib/3rd/win/mingw/Makefile +++ b/lib/3rd/win/mingw/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../../ LIB_BINS := \ diff --git a/package/winuni/HARBOUR_README_ADDONS.txt b/package/winuni/HARBOUR_README_ADDONS.txt index dcd76605d7..8cd02271fb 100644 --- a/package/winuni/HARBOUR_README_ADDONS.txt +++ b/package/winuni/HARBOUR_README_ADDONS.txt @@ -1,2 +1 @@ - Copy/install 3rd party Harbour libraries into this directory. diff --git a/package/winuni/HARBOUR_README_DJGPP.txt b/package/winuni/HARBOUR_README_DJGPP.txt index 6c31b54500..aa803ef1f4 100644 --- a/package/winuni/HARBOUR_README_DJGPP.txt +++ b/package/winuni/HARBOUR_README_DJGPP.txt @@ -1,4 +1,3 @@ - If this directory is empty, download package from link below and install into this directory. diff --git a/package/winuni/HARBOUR_README_MINGW.txt b/package/winuni/HARBOUR_README_MINGW.txt index 39652885a0..114240921e 100644 --- a/package/winuni/HARBOUR_README_MINGW.txt +++ b/package/winuni/HARBOUR_README_MINGW.txt @@ -1,4 +1,3 @@ - If this directory is empty, download package from below links and unpack/install into this directory. diff --git a/package/winuni/HARBOUR_README_MINGW64.txt b/package/winuni/HARBOUR_README_MINGW64.txt index 609a89c1b4..84868424da 100644 --- a/package/winuni/HARBOUR_README_MINGW64.txt +++ b/package/winuni/HARBOUR_README_MINGW64.txt @@ -1,4 +1,3 @@ - If this directory is empty, download package from link below and unpack into this directory. diff --git a/package/winuni/HARBOUR_README_MINGWARM.txt b/package/winuni/HARBOUR_README_MINGWARM.txt index 27537a1d7d..c1460ff6ab 100644 --- a/package/winuni/HARBOUR_README_MINGWARM.txt +++ b/package/winuni/HARBOUR_README_MINGWARM.txt @@ -1,4 +1,3 @@ - If this directory is empty, download package from link below and unpack into this directory. diff --git a/package/winuni/HARBOUR_README_POCC.txt b/package/winuni/HARBOUR_README_POCC.txt index a4b81d9713..0f30e26c06 100644 --- a/package/winuni/HARBOUR_README_POCC.txt +++ b/package/winuni/HARBOUR_README_POCC.txt @@ -1,4 +1,3 @@ - If this directory is empty, download package from link below and unpack / install into this directory. diff --git a/package/winuni/HARBOUR_README_WATCOM.txt b/package/winuni/HARBOUR_README_WATCOM.txt index e418699c27..b03ae1f9eb 100644 --- a/package/winuni/HARBOUR_README_WATCOM.txt +++ b/package/winuni/HARBOUR_README_WATCOM.txt @@ -1,4 +1,3 @@ - If this directory is empty, download package from link below and unpack / install into this directory. diff --git a/src/3rd/Makefile b/src/3rd/Makefile index eb92a4ee87..d5d50bd5cb 100644 --- a/src/3rd/Makefile +++ b/src/3rd/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ DIRS := \ diff --git a/src/3rd/hbpmcom/Makefile b/src/3rd/hbpmcom/Makefile index d4f0d1bb12..10f7f80a3d 100644 --- a/src/3rd/hbpmcom/Makefile +++ b/src/3rd/hbpmcom/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/3rd/jpeg/Makefile b/src/3rd/jpeg/Makefile index 9a5273e55f..f258cf0fce 100644 --- a/src/3rd/jpeg/Makefile +++ b/src/3rd/jpeg/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/3rd/pcre/Makefile b/src/3rd/pcre/Makefile index ac4465e170..97b1bcd0fa 100644 --- a/src/3rd/pcre/Makefile +++ b/src/3rd/pcre/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/3rd/png/Makefile b/src/3rd/png/Makefile index 24fae45fe3..e3d7e9adc9 100644 --- a/src/3rd/png/Makefile +++ b/src/3rd/png/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/3rd/tiff/Makefile b/src/3rd/tiff/Makefile index 3749f09984..7033dd17ed 100644 --- a/src/3rd/tiff/Makefile +++ b/src/3rd/tiff/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/3rd/zlib/Makefile b/src/3rd/zlib/Makefile index 598e079ce1..a2cb70e6fd 100644 --- a/src/3rd/zlib/Makefile +++ b/src/3rd/zlib/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/Makefile b/src/Makefile index 06a3175889..9fc30a5563 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,3 @@ - ROOT := ../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/codepage/Makefile b/src/codepage/Makefile index 2761097ee7..7f1fd9c86b 100644 --- a/src/codepage/Makefile +++ b/src/codepage/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ C_SOURCES := \ diff --git a/src/codepage/gbk.c b/src/codepage/gbk.c index 42f2f5239d..34559e0690 100644 --- a/src/codepage/gbk.c +++ b/src/codepage/gbk.c @@ -1,4 +1,3 @@ - #include "hbapi.h" #define HB_GBK_FIRST 0x8140 diff --git a/src/codepage/l_he.h b/src/codepage/l_he.h index 366e760667..5b099fa52e 100644 --- a/src/codepage/l_he.h +++ b/src/codepage/l_he.h @@ -1,3 +1,2 @@ - #define HB_CP_UPPER "" #define HB_CP_LOWER "" diff --git a/src/codepage/l_is.h b/src/codepage/l_is.h index dbcbeb46d4..c20e6a8540 100644 --- a/src/codepage/l_is.h +++ b/src/codepage/l_is.h @@ -1,3 +1,2 @@ - #define HB_CP_UPPER "AÁBCDÐEÉFGHIÍJKLMNOÓPQRSTUÚVWXYÝZÞÆÖ" #define HB_CP_LOWER "aábcdðeéfghiíjklmnoópqrstuúvwxyýzþæö" diff --git a/src/codepage/l_it.h b/src/codepage/l_it.h index 0980df59be..a74d9d7690 100644 --- a/src/codepage/l_it.h +++ b/src/codepage/l_it.h @@ -1,3 +1,2 @@ - #define HB_CP_UPPER "AÀÁÂÃÄÅBCDEÈÉFGHIÌÍJKLMNOÒÓPQRSTUÙÚVWXYZ" #define HB_CP_LOWER "aàáâãäåbcdeèéfghiìíjklmnoòópqrstuùúvwxyz" diff --git a/src/common/Makefile b/src/common/Makefile index fd8a7d4591..d9270b3060 100644 --- a/src/common/Makefile +++ b/src/common/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ C_SOURCES := \ diff --git a/src/compiler/Makefile b/src/compiler/Makefile index 152b17f068..367fd83460 100644 --- a/src/compiler/Makefile +++ b/src/compiler/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ #YACC_FLAGS := -p hb_comp diff --git a/src/debug/Makefile b/src/debug/Makefile index f40bb3ebf5..dd5233ef6e 100644 --- a/src/debug/Makefile +++ b/src/debug/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ C_SOURCES := \ diff --git a/src/dynlib/2nd/Makefile b/src/dynlib/2nd/Makefile index 822636a562..937f9a4491 100644 --- a/src/dynlib/2nd/Makefile +++ b/src/dynlib/2nd/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/dynlib/Makefile b/src/dynlib/Makefile index c6548664e0..71379f069f 100644 --- a/src/dynlib/Makefile +++ b/src/dynlib/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/hbextern/Makefile b/src/hbextern/Makefile index 33359de6e3..7d69b17acc 100644 --- a/src/hbextern/Makefile +++ b/src/hbextern/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ PRG_SOURCES := \ diff --git a/src/lang/Makefile b/src/lang/Makefile index d07a8f0514..1419010854 100644 --- a/src/lang/Makefile +++ b/src/lang/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ C_SOURCES := \ diff --git a/src/macro/Makefile b/src/macro/Makefile index c96050c643..94d45c2964 100644 --- a/src/macro/Makefile +++ b/src/macro/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ #YACC_FLAGS := -p hb_macro diff --git a/src/main/Makefile b/src/main/Makefile index 7f8dcdb3f6..c0d6b59557 100644 --- a/src/main/Makefile +++ b/src/main/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ C_SOURCES := \ diff --git a/src/nortl/Makefile b/src/nortl/Makefile index a828f99316..fefa43d73c 100644 --- a/src/nortl/Makefile +++ b/src/nortl/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ C_SOURCES := \ diff --git a/src/pp/Makefile b/src/pp/Makefile index 819713ef7f..cc51dee334 100644 --- a/src/pp/Makefile +++ b/src/pp/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ C_SOURCES := \ diff --git a/src/rdd/Makefile b/src/rdd/Makefile index 44d24f3201..328276aafc 100644 --- a/src/rdd/Makefile +++ b/src/rdd/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/rdd/dbfcdx/Makefile b/src/rdd/dbfcdx/Makefile index dd46695df9..9915ade3a7 100644 --- a/src/rdd/dbfcdx/Makefile +++ b/src/rdd/dbfcdx/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ C_SOURCES := \ diff --git a/src/rdd/dbffpt/Makefile b/src/rdd/dbffpt/Makefile index cfc328c2fb..481739e484 100644 --- a/src/rdd/dbffpt/Makefile +++ b/src/rdd/dbffpt/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ C_SOURCES := \ diff --git a/src/rdd/dbfnsx/Makefile b/src/rdd/dbfnsx/Makefile index 35bcc1ce14..e61bfbc65a 100644 --- a/src/rdd/dbfnsx/Makefile +++ b/src/rdd/dbfnsx/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ C_SOURCES := \ diff --git a/src/rdd/dbfntx/Makefile b/src/rdd/dbfntx/Makefile index a17379b5fa..e8f4ce5ffa 100644 --- a/src/rdd/dbfntx/Makefile +++ b/src/rdd/dbfntx/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ C_SOURCES := \ diff --git a/src/rdd/hbsix/Makefile b/src/rdd/hbsix/Makefile index 3134392e0d..787d1e10c0 100644 --- a/src/rdd/hbsix/Makefile +++ b/src/rdd/hbsix/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ C_SOURCES := \ diff --git a/src/rdd/hsx/Makefile b/src/rdd/hsx/Makefile index 56faa37f27..2d7364e31b 100644 --- a/src/rdd/hsx/Makefile +++ b/src/rdd/hsx/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ C_SOURCES := \ diff --git a/src/rdd/nulsys/Makefile b/src/rdd/nulsys/Makefile index d14a66d134..1fcd80f079 100644 --- a/src/rdd/nulsys/Makefile +++ b/src/rdd/nulsys/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ C_SOURCES := \ diff --git a/src/rdd/usrrdd/Makefile b/src/rdd/usrrdd/Makefile index c76199c8ee..40bcd55219 100644 --- a/src/rdd/usrrdd/Makefile +++ b/src/rdd/usrrdd/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ C_SOURCES := \ diff --git a/src/rtl/Makefile b/src/rtl/Makefile index 4f4274d43b..45508efb25 100644 --- a/src/rtl/Makefile +++ b/src/rtl/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/rtl/gt_tpl/Makefile b/src/rtl/gt_tpl/Makefile index b8613e8dcd..eaae972dd7 100644 --- a/src/rtl/gt_tpl/Makefile +++ b/src/rtl/gt_tpl/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ C_SOURCES := \ diff --git a/src/rtl/gtcgi/Makefile b/src/rtl/gtcgi/Makefile index 2a5b9e0c09..3189e7c9a2 100644 --- a/src/rtl/gtcgi/Makefile +++ b/src/rtl/gtcgi/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ C_SOURCES := \ diff --git a/src/rtl/gtcrs/Makefile b/src/rtl/gtcrs/Makefile index c2912d57b8..87bf1cfe0b 100644 --- a/src/rtl/gtcrs/Makefile +++ b/src/rtl/gtcrs/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/rtl/gtdos/Makefile b/src/rtl/gtdos/Makefile index 8b3065a76e..df78c97635 100644 --- a/src/rtl/gtdos/Makefile +++ b/src/rtl/gtdos/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/rtl/gtgui/Makefile b/src/rtl/gtgui/Makefile index 765fe36826..a450086f9d 100644 --- a/src/rtl/gtgui/Makefile +++ b/src/rtl/gtgui/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/rtl/gtos2/Makefile b/src/rtl/gtos2/Makefile index d673fa41b2..3646787afd 100644 --- a/src/rtl/gtos2/Makefile +++ b/src/rtl/gtos2/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/rtl/gtpca/Makefile b/src/rtl/gtpca/Makefile index b700b475ae..65fa4fc85c 100644 --- a/src/rtl/gtpca/Makefile +++ b/src/rtl/gtpca/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ C_SOURCES := \ diff --git a/src/rtl/gtsln/Makefile b/src/rtl/gtsln/Makefile index c039c221ef..0bd7fd43c5 100644 --- a/src/rtl/gtsln/Makefile +++ b/src/rtl/gtsln/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/rtl/gtstd/Makefile b/src/rtl/gtstd/Makefile index 6d1fd39492..0ecc7dfc5c 100644 --- a/src/rtl/gtstd/Makefile +++ b/src/rtl/gtstd/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ C_SOURCES := \ diff --git a/src/rtl/gttrm/Makefile b/src/rtl/gttrm/Makefile index 940b5b83d4..6080a682f8 100644 --- a/src/rtl/gttrm/Makefile +++ b/src/rtl/gttrm/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/rtl/gtwin/Makefile b/src/rtl/gtwin/Makefile index 43bcf7b241..cc07d909d7 100644 --- a/src/rtl/gtwin/Makefile +++ b/src/rtl/gtwin/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/rtl/gtwvt/Makefile b/src/rtl/gtwvt/Makefile index d2b9b5a9a7..0796abe8c9 100644 --- a/src/rtl/gtwvt/Makefile +++ b/src/rtl/gtwvt/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/rtl/gtxwc/Makefile b/src/rtl/gtxwc/Makefile index 5474d962a8..6229ffe567 100644 --- a/src/rtl/gtxwc/Makefile +++ b/src/rtl/gtxwc/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/vm/Makefile b/src/vm/Makefile index 78ebc46428..68c4e2ccb1 100644 --- a/src/vm/Makefile +++ b/src/vm/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/vm/maindllh/Makefile b/src/vm/maindllh/Makefile index 5774e2ecea..029b2b8c3b 100644 --- a/src/vm/maindllh/Makefile +++ b/src/vm/maindllh/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/vm/maindllp/Makefile b/src/vm/maindllp/Makefile index 1d9b935b50..8fb7b7eaaf 100644 --- a/src/vm/maindllp/Makefile +++ b/src/vm/maindllp/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/src/vm/mainstd/Makefile b/src/vm/mainstd/Makefile index 01606c3523..80520541ab 100644 --- a/src/vm/mainstd/Makefile +++ b/src/vm/mainstd/Makefile @@ -1,4 +1,3 @@ - vpath %.c ../ ROOT := ../../../ diff --git a/src/vm/mainwin/Makefile b/src/vm/mainwin/Makefile index 835753bd5b..7121ae5812 100644 --- a/src/vm/mainwin/Makefile +++ b/src/vm/mainwin/Makefile @@ -1,4 +1,3 @@ - vpath %.c ../ ROOT := ../../../ diff --git a/src/vm/vmmt/Makefile b/src/vm/vmmt/Makefile index a1f5cc5674..564c8007d4 100644 --- a/src/vm/vmmt/Makefile +++ b/src/vm/vmmt/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../../ include $(TOP)$(ROOT)config/global.mk diff --git a/tests/achoice3.prg b/tests/achoice3.prg index 6431523a56..3327bd8f16 100644 --- a/tests/achoice3.prg +++ b/tests/achoice3.prg @@ -1,4 +1,3 @@ - #ifndef __HARBOUR__ #include "clipper.ch" #endif diff --git a/tests/adir.prg b/tests/adir.prg index 13a1044a8b..426e38febb 100644 --- a/tests/adir.prg +++ b/tests/adir.prg @@ -1,4 +1,3 @@ - #ifndef __HARBOUR__ #include "clipper.ch" #endif diff --git a/tests/aliasrt.prg b/tests/aliasrt.prg index 0cb9405d9c..92df4a0c1c 100644 --- a/tests/aliasrt.prg +++ b/tests/aliasrt.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() USE test diff --git a/tests/arreval.prg b/tests/arreval.prg index f6680581b3..e4475450e8 100644 --- a/tests/arreval.prg +++ b/tests/arreval.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL a := { 100, 200, 300 } diff --git a/tests/arrindex.prg b/tests/arrindex.prg index da7fe35aba..22e3246312 100644 --- a/tests/arrindex.prg +++ b/tests/arrindex.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL a, b, c diff --git a/tests/asort.prg b/tests/asort.prg index bcb7e197c5..2ec6cab2c4 100644 --- a/tests/asort.prg +++ b/tests/asort.prg @@ -1,4 +1,3 @@ - #ifndef __HARBOUR__ #define hb_ntos( n ) LTrim( Str( n ) ) #endif diff --git a/tests/bldtest/Makefile b/tests/bldtest/Makefile index 893835772e..e358ecef23 100644 --- a/tests/bldtest/Makefile +++ b/tests/bldtest/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ C_MAIN := bldtest.c diff --git a/tests/bldtest/bldtest.c b/tests/bldtest/bldtest.c index 42562c2e35..e7891cc89a 100644 --- a/tests/bldtest/bldtest.c +++ b/tests/bldtest/bldtest.c @@ -1,4 +1,3 @@ - #include "hbdefs.h" int main( void ) diff --git a/tests/box3.prg b/tests/box3.prg index dd72904076..fa255a72c2 100644 --- a/tests/box3.prg +++ b/tests/box3.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() CLS diff --git a/tests/cdow.prg b/tests/cdow.prg index 071d3a141e..1da8a96e94 100644 --- a/tests/cdow.prg +++ b/tests/cdow.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() ? CMonth( Date() ) diff --git a/tests/cdx.prg b/tests/cdx.prg index 25fb0d876a..fb6e5e4aef 100644 --- a/tests/cdx.prg +++ b/tests/cdx.prg @@ -1,4 +1,3 @@ - #ifndef __HARBOUR__ #include "clipper.ch" #endif diff --git a/tests/checkbox.prg b/tests/checkbox.prg index 82376dfd9a..f4909f655c 100644 --- a/tests/checkbox.prg +++ b/tests/checkbox.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL GetList := {} diff --git a/tests/clasinh.prg b/tests/clasinh.prg index 910c257e1a..8aaf9c8d62 100644 --- a/tests/clasinh.prg +++ b/tests/clasinh.prg @@ -1,4 +1,3 @@ - #include "hbclass.ch" PROCEDURE Main() diff --git a/tests/clsdata.prg b/tests/clsdata.prg index 177d0f1707..30d0c33d37 100644 --- a/tests/clsdata.prg +++ b/tests/clsdata.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL o := HBObject():New() diff --git a/tests/cmdarg.c b/tests/cmdarg.c index 0af95719ac..75f5dc1f06 100644 --- a/tests/cmdarg.c +++ b/tests/cmdarg.c @@ -1,4 +1,3 @@ - #include "hbapi.h" void hb_cmdargTEST( void ) diff --git a/tests/codebl.prg b/tests/codebl.prg index 874d37d5f0..c5d8e6b441 100644 --- a/tests/codebl.prg +++ b/tests/codebl.prg @@ -1,4 +1,3 @@ - STATIC s_cbStatic PROCEDURE Main() diff --git a/tests/codebl2.prg b/tests/codebl2.prg index 018b1e164d..968363d217 100644 --- a/tests/codebl2.prg +++ b/tests/codebl2.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL i, bBlock[ 3 ] diff --git a/tests/codebloc.prg b/tests/codebloc.prg index 18fb63e570..d046e89735 100644 --- a/tests/codebloc.prg +++ b/tests/codebloc.prg @@ -1,4 +1,3 @@ - #ifndef __HARBOUR__ #include "clipper.ch" #endif diff --git a/tests/com.prg b/tests/com.prg index a9a65e168d..cb134b32f0 100644 --- a/tests/com.prg +++ b/tests/com.prg @@ -1,4 +1,3 @@ - #include "hbcom.ch" PROCEDURE Main( cPortName ) diff --git a/tests/commouse.prg b/tests/commouse.prg index 15cc75b291..1d5d4fb3c9 100644 --- a/tests/commouse.prg +++ b/tests/commouse.prg @@ -1,4 +1,3 @@ - #include "hbcom.ch" PROCEDURE Main( cParam ) diff --git a/tests/curdirt.prg b/tests/curdirt.prg index 38078e7022..026e3aff1b 100644 --- a/tests/curdirt.prg +++ b/tests/curdirt.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() ? CurDir() diff --git a/tests/cursor.prg b/tests/cursor.prg index 41bfbc17c2..0d06dc035a 100644 --- a/tests/cursor.prg +++ b/tests/cursor.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL x diff --git a/tests/dates2.prg b/tests/dates2.prg index a30a977b11..178f4028fe 100644 --- a/tests/dates2.prg +++ b/tests/dates2.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL dDate := hb_SToD( "19990430" ) diff --git a/tests/dbeval.prg b/tests/dbeval.prg index 05babf73e8..e6eba9b7e0 100644 --- a/tests/dbeval.prg +++ b/tests/dbeval.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL nCount diff --git a/tests/dbf.prg b/tests/dbf.prg index c94e26236a..c24f47b9e5 100644 --- a/tests/dbf.prg +++ b/tests/dbf.prg @@ -1,4 +1,3 @@ - #ifndef __HARBOUR__ #include "clipper.ch" #endif diff --git a/tests/dbgcls.prg b/tests/dbgcls.prg index 4119c12b4f..552e388f11 100644 --- a/tests/dbgcls.prg +++ b/tests/dbgcls.prg @@ -1,4 +1,3 @@ - #pragma -b+ #include "hbclass.ch" diff --git a/tests/dbi.prg b/tests/dbi.prg index f6b62d035b..24f4723089 100644 --- a/tests/dbi.prg +++ b/tests/dbi.prg @@ -1,4 +1,3 @@ - #ifndef __HARBOUR__ #xtranslate hb_eol() => ( Chr( 13 ) + Chr( 10 ) ) #endif diff --git a/tests/ddate.prg b/tests/ddate.prg index e934826596..aa5885e595 100644 --- a/tests/ddate.prg +++ b/tests/ddate.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL dDate diff --git a/tests/define.prg b/tests/define.prg index ac4197e2bd..6b56327bee 100644 --- a/tests/define.prg +++ b/tests/define.prg @@ -1,4 +1,3 @@ - #ifndef TEST #warning Warning: This sample must be tested using /dTEST compiler flag #endif diff --git a/tests/dynsym.prg b/tests/dynsym.prg index 467ac1c408..a6f928e2c4 100644 --- a/tests/dynsym.prg +++ b/tests/dynsym.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL nCount := __dynsCount() diff --git a/tests/extend1.hbp b/tests/extend1.hbp index 8eb39265ea..1508224bda 100644 --- a/tests/extend1.hbp +++ b/tests/extend1.hbp @@ -1,4 +1,3 @@ - -warn extend1.prg diff --git a/tests/fib.prg b/tests/fib.prg index 4bb370863b..5e508ba924 100644 --- a/tests/fib.prg +++ b/tests/fib.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL n diff --git a/tests/for2.prg b/tests/for2.prg index ce6e7c10b3..be190748a0 100644 --- a/tests/for2.prg +++ b/tests/for2.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL i diff --git a/tests/foreach.prg b/tests/foreach.prg index f134aac817..7d7a36d82b 100644 --- a/tests/foreach.prg +++ b/tests/foreach.prg @@ -1,4 +1,3 @@ - #define LEFTEQUAL( l, r ) ( Left( l, Len( r ) ) == r ) PROCEDURE Main() diff --git a/tests/get.prg b/tests/get.prg index 86dc78690f..bd40d26fa4 100644 --- a/tests/get.prg +++ b/tests/get.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL GetList := {}, cVar := "Hello" diff --git a/tests/gfx.prg b/tests/gfx.prg index 1b11dda6a4..8950ba2265 100644 --- a/tests/gfx.prg +++ b/tests/gfx.prg @@ -1,4 +1,3 @@ - #include "hbgtinfo.ch" #include "hbgfx.ch" diff --git a/tests/gtapi.c b/tests/gtapi.c index 1f12ad280b..7b659bf3b7 100644 --- a/tests/gtapi.c +++ b/tests/gtapi.c @@ -1,4 +1,3 @@ - #include "hbapigt.h" int main( void ) diff --git a/tests/hbmk.hbm b/tests/hbmk.hbm index b9e798e86a..56b0e7ec0b 100644 --- a/tests/hbmk.hbm +++ b/tests/hbmk.hbm @@ -1,2 +1 @@ - -w3 diff --git a/tests/hbpptest/compare.hb b/tests/hbpptest/compare.hb index 13a91ee23a..8ae80360d3 100644 --- a/tests/hbpptest/compare.hb +++ b/tests/hbpptest/compare.hb @@ -1,4 +1,3 @@ - hb_FCopy( "_pp_test.prg", "_pp_hb.prg" ) hb_FCopy( "_pp_test.prg", "_pp_cl.prg" ) diff --git a/tests/hbpptest/hbpptest.prg b/tests/hbpptest/hbpptest.prg index e242f3fcca..1be12416e5 100644 --- a/tests/hbpptest/hbpptest.prg +++ b/tests/hbpptest/hbpptest.prg @@ -1,4 +1,3 @@ - #ifndef __HARBOUR__ #xtranslate hb_eol() => ( Chr( 13 ) + Chr( 10 ) ) #endif diff --git a/tests/idle.prg b/tests/idle.prg index 5c083fa2f3..317d8a8b79 100644 --- a/tests/idle.prg +++ b/tests/idle.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() CLS diff --git a/tests/inherit.prg b/tests/inherit.prg index 1095a666c1..2622fcfd05 100644 --- a/tests/inherit.prg +++ b/tests/inherit.prg @@ -1,4 +1,3 @@ - #include "fileio.ch" // diff --git a/tests/inhprob.prg b/tests/inhprob.prg index dae58d5159..6a497b48cc 100644 --- a/tests/inhprob.prg +++ b/tests/inhprob.prg @@ -1,4 +1,3 @@ - #include "hbclass.ch" PROCEDURE Main() diff --git a/tests/initproc.prg b/tests/initproc.prg index 4d377fc6f0..a2fd20e888 100644 --- a/tests/initproc.prg +++ b/tests/initproc.prg @@ -1,4 +1,3 @@ - INIT PROCEDURE Init() ? "In Init" diff --git a/tests/inline_c.prg b/tests/inline_c.prg index 3265d7c070..23e9485d33 100644 --- a/tests/inline_c.prg +++ b/tests/inline_c.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() ? C_FUNC() diff --git a/tests/ipclnt.prg b/tests/ipclnt.prg index 58101698d0..d67e44a7b8 100644 --- a/tests/ipclnt.prg +++ b/tests/ipclnt.prg @@ -1,4 +1,3 @@ - #include "hbsocket.ch" #define ADDRESS "127.0.0.1" diff --git a/tests/ipsvr.prg b/tests/ipsvr.prg index cd44404109..cdb9f1ee84 100644 --- a/tests/ipsvr.prg +++ b/tests/ipsvr.prg @@ -1,4 +1,3 @@ - #include "inkey.ch" #include "hbsocket.ch" diff --git a/tests/lbl.prg b/tests/lbl.prg index 0429e55f76..21071ed7ad 100644 --- a/tests/lbl.prg +++ b/tests/lbl.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() USE test NEW diff --git a/tests/macro.prg b/tests/macro.prg index cff8803f26..477fd86916 100644 --- a/tests/macro.prg +++ b/tests/macro.prg @@ -1,4 +1,3 @@ - #include "hbclass.ch" MEMVAR cStr, cStr_1, cVar_1, aVar, oVar, OtherVar, SomeVar, Private diff --git a/tests/math.prg b/tests/math.prg index 77c03d4170..9d2058ce30 100644 --- a/tests/math.prg +++ b/tests/math.prg @@ -1,4 +1,3 @@ - #include "hbmath.ch" PROCEDURE Main() diff --git a/tests/menuto.prg b/tests/menuto.prg index d8cad5f444..67ebb86ffd 100644 --- a/tests/menuto.prg +++ b/tests/menuto.prg @@ -1,4 +1,3 @@ - #ifndef __HARBOUR__ #define hb_ntos( n ) LTrim( Str( n ) ) #endif diff --git a/tests/multifnc/t0.prg b/tests/multifnc/t0.prg index cd30cdfdf3..a8d9308d5b 100644 --- a/tests/multifnc/t0.prg +++ b/tests/multifnc/t0.prg @@ -1,4 +1,3 @@ - proc main() ? OS(), VERSION(), DATE(), TIME() ? HB_COMPILER() diff --git a/tests/multifnc/t1.prg b/tests/multifnc/t1.prg index b6682e12b5..60c0c90162 100644 --- a/tests/multifnc/t1.prg +++ b/tests/multifnc/t1.prg @@ -1,4 +1,3 @@ - proc main2() ? "main2", procfile("main2"), procfile(@main2()) ? "alert", procfile("alert"), procfile(@alert()), alert() diff --git a/tests/multifnc/t2.prg b/tests/multifnc/t2.prg index b167dc8839..b85336353f 100644 --- a/tests/multifnc/t2.prg +++ b/tests/multifnc/t2.prg @@ -1,4 +1,3 @@ - proc main3() ? "main3", procfile("main3"), procfile(@main3()) ? "alert", procfile("alert"), procfile(@alert()), alert() diff --git a/tests/newrdd.prg b/tests/newrdd.prg index 9a51210a7c..d16054d49f 100644 --- a/tests/newrdd.prg +++ b/tests/newrdd.prg @@ -1,4 +1,3 @@ - #ifndef __HARBOUR__ #include "clipper.ch" #endif diff --git a/tests/ntx.prg b/tests/ntx.prg index 92cf3a090b..8c9fe456aa 100644 --- a/tests/ntx.prg +++ b/tests/ntx.prg @@ -1,4 +1,3 @@ - #ifndef __HARBOUR__ #include "clipper.ch" #endif diff --git a/tests/onidle.prg b/tests/onidle.prg index cfded3ee32..955162b033 100644 --- a/tests/onidle.prg +++ b/tests/onidle.prg @@ -1,4 +1,3 @@ - #include "hbmemory.ch" PROCEDURE Main() diff --git a/tests/ppapi.prg b/tests/ppapi.prg index 9c7817ba87..5fc9b59f6e 100644 --- a/tests/ppapi.prg +++ b/tests/ppapi.prg @@ -1,4 +1,3 @@ - REQUEST __pp_StdRules PROCEDURE Main() diff --git a/tests/procline.prg b/tests/procline.prg index 09980943d4..884b3172d0 100644 --- a/tests/procline.prg +++ b/tests/procline.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() ? "hello 1", ProcLine(), "Expected: ", 8 diff --git a/tests/rdd.prg b/tests/rdd.prg index 3ce554f54b..f3a61e12d7 100644 --- a/tests/rdd.prg +++ b/tests/rdd.prg @@ -1,4 +1,3 @@ - #ifndef __HARBOUR__ #include "clipper.ch" #endif diff --git a/tests/rdd2.prg b/tests/rdd2.prg index 8e516bc986..cfc63fe49a 100644 --- a/tests/rdd2.prg +++ b/tests/rdd2.prg @@ -1,4 +1,3 @@ - #ifndef __HARBOUR__ #include "clipper.ch" #endif diff --git a/tests/rpt.prg b/tests/rpt.prg index fea1ba6d20..eb9b935d9a 100644 --- a/tests/rpt.prg +++ b/tests/rpt.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() USE test NEW diff --git a/tests/sortbug.prg b/tests/sortbug.prg index 8eedef4368..060fcc2ef9 100644 --- a/tests/sortbug.prg +++ b/tests/sortbug.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() dbCreate( "testsort", { { "ITEM", "N", 10, 2 } } ) diff --git a/tests/sound.prg b/tests/sound.prg index 2f1f079c6e..d1115e7520 100644 --- a/tests/sound.prg +++ b/tests/sound.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL start := Seconds(), stop diff --git a/tests/speed.prg b/tests/speed.prg index b5fc4069bd..d940323130 100644 --- a/tests/speed.prg +++ b/tests/speed.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL Program := {, }, Condition := 1, body := 2, Counter := 1, TheEnd := 1000000, stop, start diff --git a/tests/str.prg b/tests/str.prg index 3645ab6809..5b6b46a119 100644 --- a/tests/str.prg +++ b/tests/str.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() ? "Running with SET FIXED OFF (the default setting):" diff --git a/tests/strdelim.prg b/tests/strdelim.prg index 0c190d138d..4a5e5d8283 100644 --- a/tests/strdelim.prg +++ b/tests/strdelim.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL aArray := { { NIL } } diff --git a/tests/stripem.prg b/tests/stripem.prg index 1964bdfea8..0560794f2c 100644 --- a/tests/stripem.prg +++ b/tests/stripem.prg @@ -1,4 +1,3 @@ - #include "fileio.ch" #include "hbclass.ch" diff --git a/tests/switch.prg b/tests/switch.prg index 27e0c0dd52..1ac3388c30 100644 --- a/tests/switch.prg +++ b/tests/switch.prg @@ -1,4 +1,3 @@ - #ifdef __XHARBOUR__ #define OTHERWISE DEFAULT #define ENDSWITCH END diff --git a/tests/test.prg b/tests/test.prg index e3e726fc2a..bc57f5c7c6 100644 --- a/tests/test.prg +++ b/tests/test.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL s := " " + Chr( 0 ) + " mab " + Chr( 0 ) + " " diff --git a/tests/ticktime.prg b/tests/ticktime.prg index 22ad13aee1..2fb0046c6d 100644 --- a/tests/ticktime.prg +++ b/tests/ticktime.prg @@ -1,4 +1,3 @@ - PROCEDURE Main() LOCAL nTime0, nTime, nTimeLast, nMin := 9999, nMax := - 9999, nTick := 0, nLoop := 0 diff --git a/tests/use.prg b/tests/use.prg index 8ad079af9f..c5499d580c 100644 --- a/tests/use.prg +++ b/tests/use.prg @@ -1,4 +1,3 @@ - #include "simpleio.ch" #ifndef __HARBOUR__ diff --git a/tests/usrrdd/exfcm.prg b/tests/usrrdd/exfcm.prg index 40a7b1a153..0d3da06fa2 100644 --- a/tests/usrrdd/exfcm.prg +++ b/tests/usrrdd/exfcm.prg @@ -1,4 +1,3 @@ - REQUEST FCOMMA PROCEDURE Main() diff --git a/tests/usrrdd/exhsx.prg b/tests/usrrdd/exhsx.prg index 421522726a..25c006a15d 100644 --- a/tests/usrrdd/exhsx.prg +++ b/tests/usrrdd/exhsx.prg @@ -1,4 +1,3 @@ - #include "dbinfo.ch" PROCEDURE Main() diff --git a/tests/usrrdd/exlog.prg b/tests/usrrdd/exlog.prg index 5b8c0eb466..3703d683bf 100644 --- a/tests/usrrdd/exlog.prg +++ b/tests/usrrdd/exlog.prg @@ -1,4 +1,3 @@ - #include "dbinfo.ch" #include "hbusrrdd.ch" diff --git a/tests/usrrdd/exmemo.prg b/tests/usrrdd/exmemo.prg index aaeb8f99bb..cde6c5d8b7 100644 --- a/tests/usrrdd/exmemo.prg +++ b/tests/usrrdd/exmemo.prg @@ -1,4 +1,3 @@ - REQUEST DBTCDX REQUEST FPTCDX REQUEST SMTCDX diff --git a/tests/usrrdd/exrlx.prg b/tests/usrrdd/exrlx.prg index 388e559267..a01eddee05 100644 --- a/tests/usrrdd/exrlx.prg +++ b/tests/usrrdd/exrlx.prg @@ -1,4 +1,3 @@ - REQUEST RLCDX PROCEDURE Main() diff --git a/tests/vars.prg b/tests/vars.prg index 7d6edd3692..5c00182800 100644 --- a/tests/vars.prg +++ b/tests/vars.prg @@ -1,4 +1,3 @@ - #ifndef __HARBOUR__ #include "clipper.ch" #endif diff --git a/tests/vmasort.prg b/tests/vmasort.prg index 64bdc2f5e6..0230f2d108 100644 --- a/tests/vmasort.prg +++ b/tests/vmasort.prg @@ -1,4 +1,3 @@ - #ifndef __HARBOUR__ #define hb_ntos( n ) LTrim( Str( n ) ) #endif diff --git a/tests/wvt_fs.prg b/tests/wvt_fs.prg index 95b17e08d4..77a1bce279 100644 --- a/tests/wvt_fs.prg +++ b/tests/wvt_fs.prg @@ -1,4 +1,3 @@ - #include "hbgtinfo.ch" #include "inkey.ch" diff --git a/utils/Makefile b/utils/Makefile index ccd176e4cb..de86b6f31c 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -1,4 +1,3 @@ - ROOT := ../ ifneq ($(HB_BUILD_PARTS),lib) diff --git a/utils/hbi18n/Makefile b/utils/hbi18n/Makefile index 6a738b5f7e..c9a634b7ba 100644 --- a/utils/hbi18n/Makefile +++ b/utils/hbi18n/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ PRG_SOURCES := \ diff --git a/utils/hbi18n/hbi18n.hbp b/utils/hbi18n/hbi18n.hbp index 1d4da58cf1..c642d53dd9 100644 --- a/utils/hbi18n/hbi18n.hbp +++ b/utils/hbi18n/hbi18n.hbp @@ -1,4 +1,3 @@ - -q0 -w3 -es2 -kmo -l -nulrdd diff --git a/utils/hbmk2/Makefile b/utils/hbmk2/Makefile index bb90b80c67..aea5ea4b08 100644 --- a/utils/hbmk2/Makefile +++ b/utils/hbmk2/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ include $(TOP)$(ROOT)config/global.mk diff --git a/utils/hbmk2/examples/contrib.hbc b/utils/hbmk2/examples/contrib.hbc index 6bfb2b05fe..190b3a99fd 100644 --- a/utils/hbmk2/examples/contrib.hbc +++ b/utils/hbmk2/examples/contrib.hbc @@ -1,4 +1,3 @@ - # Some popular and portable Harbour contribs hbcs=hbct hbmzip diff --git a/utils/hbmk2/examples/xbgtk.hbc b/utils/hbmk2/examples/xbgtk.hbc index 2c19ef9baf..8cd558d64d 100644 --- a/utils/hbmk2/examples/xbgtk.hbc +++ b/utils/hbmk2/examples/xbgtk.hbc @@ -1,4 +1,3 @@ - libs=xbgtk {win}libs=gdk-win32-2.0. gdk_pixbuf-2.0. gtk-win32-2.0. glib-2.0. gobject-2.0. pango-1.0. pangocairo-1.0. glade-2.0. diff --git a/utils/hbmk2/hbmk2.hbp b/utils/hbmk2/hbmk2.hbp index ce034e648a..a8ebd6264c 100644 --- a/utils/hbmk2/hbmk2.hbp +++ b/utils/hbmk2/hbmk2.hbp @@ -1,4 +1,3 @@ - -q0 -w3 -es2 -kmo -l -u {HB_HAS_GPM}-prgflag=-DHB_HAS_GPM diff --git a/utils/hbmk2/pkg_dynl.hbm b/utils/hbmk2/pkg_dynl.hbm index 47b91153c4..20018e0e06 100644 --- a/utils/hbmk2/pkg_dynl.hbm +++ b/utils/hbmk2/pkg_dynl.hbm @@ -1,4 +1,3 @@ - # dynamic lib creation settings {hbdyn}-shared {hbdyn}-implib=lib/${hb_plat}/${hb_comp}${hb_build}/ diff --git a/utils/hbtest/Makefile b/utils/hbtest/Makefile index 87fdc50d0d..1162140a16 100644 --- a/utils/hbtest/Makefile +++ b/utils/hbtest/Makefile @@ -1,4 +1,3 @@ - ROOT := ../../ PRG_SOURCES := \