diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 300caa5432..d5ce39c9e9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,41 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-12-01 02:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/make_b32_all.bat + * contrib/make_vc_all.bat + * contrib/Makefile + - contrib/telepath + + contrib/hbtpathy + * contrib/hbtpathy/common.mak + * contrib/hbtpathy/Makefile + - contrib/what32 + + contrib/hbwhat32 + - contrib/win32 + + contrib/hbw32 + * contrib/hbw32/common.mak + * contrib/hbw32/Makefile + - contrib/adordd + + contrib/hbrddado + - contrib/gtwvg + + contrib/hbgtwvg + - contrib/rdd_ads + + contrib/hbrddads + - contrib/tip + + contrib/hbtip + * contrib/hbtip/common.mak + * contrib/hbtip/Makefile + - contrib/bmdbfcdx + + contrib/hbbmcdx + * contrib/hbct/Makefile + * contrib/hbct/common.mak + * contrib/hbgt/common.mak + * contrib/hbgt/Makefile + * contrib/hbnf/common.mak + * contrib/hbnf/Makefile + * Contrib lib rename finished. + ; Please report build (or other) problems. + 2007-12-01 02:42 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) - contrib/libct + contrib/hbct diff --git a/harbour/contrib/Makefile b/harbour/contrib/Makefile index c39d37e22e..6c0fefe1b3 100644 --- a/harbour/contrib/Makefile +++ b/harbour/contrib/Makefile @@ -19,22 +19,22 @@ DIRS=\ ifneq ($(HB_ARCHITECTURE),dos) DIRS +=\ - bmdbfcdx \ + hbbmcdx \ endif ifeq ($(HB_ARCHITECTURE),w32) DIRS +=\ - rdd_ads \ - gtwvg \ + hbrddads \ + hbgtwvg \ ifneq ($(HB_COMPILER),rsxnt) DIRS +=\ - win32 \ + hbw32 \ hbodbc \ - adordd \ + hbrddado \ endif @@ -54,8 +54,8 @@ else ifeq ($(HB_ARCHITECTURE),linux) DIRS +=\ - rdd_ads \ - odbc \ + hbrddads \ + hbodbc \ endif endif @@ -63,7 +63,7 @@ endif endif ifneq ($(HB_ARCHITECTURE),dos) -DIRS += tip +DIRS += hbtip endif include $(ROOT)config/dir.cf diff --git a/harbour/contrib/bmdbfcdx/Makefile b/harbour/contrib/hbbmcdx/Makefile similarity index 100% rename from harbour/contrib/bmdbfcdx/Makefile rename to harbour/contrib/hbbmcdx/Makefile diff --git a/harbour/contrib/bmdbfcdx/bmdbfcdx1.c b/harbour/contrib/hbbmcdx/bmdbfcdx1.c similarity index 100% rename from harbour/contrib/bmdbfcdx/bmdbfcdx1.c rename to harbour/contrib/hbbmcdx/bmdbfcdx1.c diff --git a/harbour/contrib/bmdbfcdx/bmsixcdx1.c b/harbour/contrib/hbbmcdx/bmsixcdx1.c similarity index 100% rename from harbour/contrib/bmdbfcdx/bmsixcdx1.c rename to harbour/contrib/hbbmcdx/bmsixcdx1.c diff --git a/harbour/contrib/bmdbfcdx/common.mak b/harbour/contrib/hbbmcdx/common.mak similarity index 100% rename from harbour/contrib/bmdbfcdx/common.mak rename to harbour/contrib/hbbmcdx/common.mak diff --git a/harbour/contrib/bmdbfcdx/hbrddbmcdx.h b/harbour/contrib/hbbmcdx/hbrddbmcdx.h similarity index 100% rename from harbour/contrib/bmdbfcdx/hbrddbmcdx.h rename to harbour/contrib/hbbmcdx/hbrddbmcdx.h diff --git a/harbour/contrib/adordd/make_b32.bat b/harbour/contrib/hbbmcdx/make_b32.bat similarity index 100% rename from harbour/contrib/adordd/make_b32.bat rename to harbour/contrib/hbbmcdx/make_b32.bat diff --git a/harbour/contrib/adordd/make_vc.bat b/harbour/contrib/hbbmcdx/make_vc.bat similarity index 100% rename from harbour/contrib/adordd/make_vc.bat rename to harbour/contrib/hbbmcdx/make_vc.bat diff --git a/harbour/contrib/bmdbfcdx/readme.txt b/harbour/contrib/hbbmcdx/readme.txt similarity index 100% rename from harbour/contrib/bmdbfcdx/readme.txt rename to harbour/contrib/hbbmcdx/readme.txt diff --git a/harbour/contrib/hbct/Makefile b/harbour/contrib/hbct/Makefile index b5faca8968..380378cfb5 100644 --- a/harbour/contrib/hbct/Makefile +++ b/harbour/contrib/hbct/Makefile @@ -106,6 +106,6 @@ PRG_HEADERS=\ ctextern.ch \ ctvideo.ch \ -LIBNAME=ct +LIBNAME=hbct include $(TOP)$(ROOT)config/lib.cf diff --git a/harbour/contrib/hbct/common.mak b/harbour/contrib/hbct/common.mak index 0c34398aca..eead94f6fe 100644 --- a/harbour/contrib/hbct/common.mak +++ b/harbour/contrib/hbct/common.mak @@ -2,7 +2,7 @@ # $Id$ # -LIBNAME = ct +LIBNAME = hbct LIB_PATH = $(LIB_DIR)\$(LIBNAME)$(LIBEXT) diff --git a/harbour/contrib/hbgt/Makefile b/harbour/contrib/hbgt/Makefile index c6ad0b32db..67573a373b 100644 --- a/harbour/contrib/hbgt/Makefile +++ b/harbour/contrib/hbgt/Makefile @@ -25,6 +25,6 @@ C_SOURCES=\ PRG_SOURCES=\ -LIBNAME=gt +LIBNAME=hbgt include $(TOP)$(ROOT)config/lib.cf diff --git a/harbour/contrib/hbgt/common.mak b/harbour/contrib/hbgt/common.mak index 525cbdcd74..f4300e32f1 100644 --- a/harbour/contrib/hbgt/common.mak +++ b/harbour/contrib/hbgt/common.mak @@ -2,7 +2,7 @@ # $Id$ # -LIBNAME = gt +LIBNAME = hbgt LIB_PATH = $(LIB_DIR)\$(LIBNAME)$(LIBEXT) diff --git a/harbour/contrib/gtwvg/Makefile b/harbour/contrib/hbgtwvg/Makefile similarity index 100% rename from harbour/contrib/gtwvg/Makefile rename to harbour/contrib/hbgtwvg/Makefile diff --git a/harbour/contrib/gtwvg/common.mak b/harbour/contrib/hbgtwvg/common.mak similarity index 100% rename from harbour/contrib/gtwvg/common.mak rename to harbour/contrib/hbgtwvg/common.mak diff --git a/harbour/contrib/gtwvg/gtwvt.c b/harbour/contrib/hbgtwvg/gtwvt.c similarity index 100% rename from harbour/contrib/gtwvg/gtwvt.c rename to harbour/contrib/hbgtwvg/gtwvt.c diff --git a/harbour/contrib/gtwvg/gtwvt.h b/harbour/contrib/hbgtwvg/gtwvt.h similarity index 100% rename from harbour/contrib/gtwvg/gtwvt.h rename to harbour/contrib/hbgtwvg/gtwvt.h diff --git a/harbour/contrib/bmdbfcdx/make_b32.bat b/harbour/contrib/hbgtwvg/make_b32.bat similarity index 100% rename from harbour/contrib/bmdbfcdx/make_b32.bat rename to harbour/contrib/hbgtwvg/make_b32.bat diff --git a/harbour/contrib/bmdbfcdx/make_vc.bat b/harbour/contrib/hbgtwvg/make_vc.bat similarity index 100% rename from harbour/contrib/bmdbfcdx/make_vc.bat rename to harbour/contrib/hbgtwvg/make_vc.bat diff --git a/harbour/contrib/gtwvg/test/demowvg.prg b/harbour/contrib/hbgtwvg/test/demowvg.prg similarity index 100% rename from harbour/contrib/gtwvg/test/demowvg.prg rename to harbour/contrib/hbgtwvg/test/demowvg.prg diff --git a/harbour/contrib/gtwvg/test/dia_excl.ico b/harbour/contrib/hbgtwvg/test/dia_excl.ico similarity index 100% rename from harbour/contrib/gtwvg/test/dia_excl.ico rename to harbour/contrib/hbgtwvg/test/dia_excl.ico diff --git a/harbour/contrib/gtwvg/test/test.dbf b/harbour/contrib/hbgtwvg/test/test.dbf similarity index 100% rename from harbour/contrib/gtwvg/test/test.dbf rename to harbour/contrib/hbgtwvg/test/test.dbf diff --git a/harbour/contrib/gtwvg/test/v_browse.ico b/harbour/contrib/hbgtwvg/test/v_browse.ico similarity index 100% rename from harbour/contrib/gtwvg/test/v_browse.ico rename to harbour/contrib/hbgtwvg/test/v_browse.ico diff --git a/harbour/contrib/gtwvg/test/v_calcltr.ico b/harbour/contrib/hbgtwvg/test/v_calcltr.ico similarity index 100% rename from harbour/contrib/gtwvg/test/v_calcltr.ico rename to harbour/contrib/hbgtwvg/test/v_calcltr.ico diff --git a/harbour/contrib/gtwvg/test/v_calend.bmp b/harbour/contrib/hbgtwvg/test/v_calend.bmp similarity index 100% rename from harbour/contrib/gtwvg/test/v_calend.bmp rename to harbour/contrib/hbgtwvg/test/v_calend.bmp diff --git a/harbour/contrib/gtwvg/test/v_clclt.bmp b/harbour/contrib/hbgtwvg/test/v_clclt.bmp similarity index 100% rename from harbour/contrib/gtwvg/test/v_clclt.bmp rename to harbour/contrib/hbgtwvg/test/v_clclt.bmp diff --git a/harbour/contrib/gtwvg/test/v_filter.ico b/harbour/contrib/hbgtwvg/test/v_filter.ico similarity index 100% rename from harbour/contrib/gtwvg/test/v_filter.ico rename to harbour/contrib/hbgtwvg/test/v_filter.ico diff --git a/harbour/contrib/gtwvg/test/v_help.ico b/harbour/contrib/hbgtwvg/test/v_help.ico similarity index 100% rename from harbour/contrib/gtwvg/test/v_help.ico rename to harbour/contrib/hbgtwvg/test/v_help.ico diff --git a/harbour/contrib/gtwvg/test/v_index.bmp b/harbour/contrib/hbgtwvg/test/v_index.bmp similarity index 100% rename from harbour/contrib/gtwvg/test/v_index.bmp rename to harbour/contrib/hbgtwvg/test/v_index.bmp diff --git a/harbour/contrib/gtwvg/test/v_lock.bmp b/harbour/contrib/hbgtwvg/test/v_lock.bmp similarity index 100% rename from harbour/contrib/gtwvg/test/v_lock.bmp rename to harbour/contrib/hbgtwvg/test/v_lock.bmp diff --git a/harbour/contrib/gtwvg/test/v_new.bmp b/harbour/contrib/hbgtwvg/test/v_new.bmp similarity index 100% rename from harbour/contrib/gtwvg/test/v_new.bmp rename to harbour/contrib/hbgtwvg/test/v_new.bmp diff --git a/harbour/contrib/gtwvg/test/v_notes.ico b/harbour/contrib/hbgtwvg/test/v_notes.ico similarity index 100% rename from harbour/contrib/gtwvg/test/v_notes.ico rename to harbour/contrib/hbgtwvg/test/v_notes.ico diff --git a/harbour/contrib/gtwvg/test/v_notes1.bmp b/harbour/contrib/hbgtwvg/test/v_notes1.bmp similarity index 100% rename from harbour/contrib/gtwvg/test/v_notes1.bmp rename to harbour/contrib/hbgtwvg/test/v_notes1.bmp diff --git a/harbour/contrib/gtwvg/test/v_selct1.bmp b/harbour/contrib/hbgtwvg/test/v_selct1.bmp similarity index 100% rename from harbour/contrib/gtwvg/test/v_selct1.bmp rename to harbour/contrib/hbgtwvg/test/v_selct1.bmp diff --git a/harbour/contrib/gtwvg/test/v_tools.ico b/harbour/contrib/hbgtwvg/test/v_tools.ico similarity index 100% rename from harbour/contrib/gtwvg/test/v_tools.ico rename to harbour/contrib/hbgtwvg/test/v_tools.ico diff --git a/harbour/contrib/gtwvg/test/vouch1.bmp b/harbour/contrib/hbgtwvg/test/vouch1.bmp similarity index 100% rename from harbour/contrib/gtwvg/test/vouch1.bmp rename to harbour/contrib/hbgtwvg/test/vouch1.bmp diff --git a/harbour/contrib/gtwvg/test/vr_1.ico b/harbour/contrib/hbgtwvg/test/vr_1.ico similarity index 100% rename from harbour/contrib/gtwvg/test/vr_1.ico rename to harbour/contrib/hbgtwvg/test/vr_1.ico diff --git a/harbour/contrib/gtwvg/wvtclass.prg b/harbour/contrib/hbgtwvg/wvtclass.prg similarity index 100% rename from harbour/contrib/gtwvg/wvtclass.prg rename to harbour/contrib/hbgtwvg/wvtclass.prg diff --git a/harbour/contrib/gtwvg/wvtcore.c b/harbour/contrib/hbgtwvg/wvtcore.c similarity index 100% rename from harbour/contrib/gtwvg/wvtcore.c rename to harbour/contrib/hbgtwvg/wvtcore.c diff --git a/harbour/contrib/gtwvg/wvtpaint.prg b/harbour/contrib/hbgtwvg/wvtpaint.prg similarity index 100% rename from harbour/contrib/gtwvg/wvtpaint.prg rename to harbour/contrib/hbgtwvg/wvtpaint.prg diff --git a/harbour/contrib/gtwvg/wvtutils.c b/harbour/contrib/hbgtwvg/wvtutils.c similarity index 100% rename from harbour/contrib/gtwvg/wvtutils.c rename to harbour/contrib/hbgtwvg/wvtutils.c diff --git a/harbour/contrib/gtwvg/wvtwin.ch b/harbour/contrib/hbgtwvg/wvtwin.ch similarity index 100% rename from harbour/contrib/gtwvg/wvtwin.ch rename to harbour/contrib/hbgtwvg/wvtwin.ch diff --git a/harbour/contrib/hbnf/Makefile b/harbour/contrib/hbnf/Makefile index c7c8d5bce0..f5795be6a3 100644 --- a/harbour/contrib/hbnf/Makefile +++ b/harbour/contrib/hbnf/Makefile @@ -150,6 +150,6 @@ BAD_PRG_SOURCES=\ PRG_HEADERS=\ ftmenuto.ch \ -LIBNAME=nf +LIBNAME=hbnf include $(TOP)$(ROOT)config/lib.cf diff --git a/harbour/contrib/hbnf/common.mak b/harbour/contrib/hbnf/common.mak index 3b2b45212b..5ba7cc0fb4 100644 --- a/harbour/contrib/hbnf/common.mak +++ b/harbour/contrib/hbnf/common.mak @@ -2,7 +2,7 @@ # $Id$ # -LIBNAME = nf +LIBNAME = hbnf LIB_PATH = $(LIB_DIR)\$(LIBNAME)$(LIBEXT) diff --git a/harbour/contrib/adordd/Makefile b/harbour/contrib/hbrddado/Makefile similarity index 100% rename from harbour/contrib/adordd/Makefile rename to harbour/contrib/hbrddado/Makefile diff --git a/harbour/contrib/adordd/adordd.ch b/harbour/contrib/hbrddado/adordd.ch similarity index 100% rename from harbour/contrib/adordd/adordd.ch rename to harbour/contrib/hbrddado/adordd.ch diff --git a/harbour/contrib/adordd/adordd.prg b/harbour/contrib/hbrddado/adordd.prg similarity index 100% rename from harbour/contrib/adordd/adordd.prg rename to harbour/contrib/hbrddado/adordd.prg diff --git a/harbour/contrib/adordd/common.mak b/harbour/contrib/hbrddado/common.mak similarity index 100% rename from harbour/contrib/adordd/common.mak rename to harbour/contrib/hbrddado/common.mak diff --git a/harbour/contrib/gtwvg/make_b32.bat b/harbour/contrib/hbrddado/make_b32.bat similarity index 100% rename from harbour/contrib/gtwvg/make_b32.bat rename to harbour/contrib/hbrddado/make_b32.bat diff --git a/harbour/contrib/gtwvg/make_vc.bat b/harbour/contrib/hbrddado/make_vc.bat similarity index 100% rename from harbour/contrib/gtwvg/make_vc.bat rename to harbour/contrib/hbrddado/make_vc.bat diff --git a/harbour/contrib/adordd/tests/access1.prg b/harbour/contrib/hbrddado/tests/access1.prg similarity index 100% rename from harbour/contrib/adordd/tests/access1.prg rename to harbour/contrib/hbrddado/tests/access1.prg diff --git a/harbour/contrib/adordd/tests/access2.prg b/harbour/contrib/hbrddado/tests/access2.prg similarity index 100% rename from harbour/contrib/adordd/tests/access2.prg rename to harbour/contrib/hbrddado/tests/access2.prg diff --git a/harbour/contrib/adordd/tests/mysql1.prg b/harbour/contrib/hbrddado/tests/mysql1.prg similarity index 100% rename from harbour/contrib/adordd/tests/mysql1.prg rename to harbour/contrib/hbrddado/tests/mysql1.prg diff --git a/harbour/contrib/adordd/tests/mysql3.prg b/harbour/contrib/hbrddado/tests/mysql3.prg similarity index 100% rename from harbour/contrib/adordd/tests/mysql3.prg rename to harbour/contrib/hbrddado/tests/mysql3.prg diff --git a/harbour/contrib/rdd_ads/Makefile b/harbour/contrib/hbrddads/Makefile similarity index 100% rename from harbour/contrib/rdd_ads/Makefile rename to harbour/contrib/hbrddads/Makefile diff --git a/harbour/contrib/rdd_ads/ads.ch b/harbour/contrib/hbrddads/ads.ch similarity index 100% rename from harbour/contrib/rdd_ads/ads.ch rename to harbour/contrib/hbrddads/ads.ch diff --git a/harbour/contrib/rdd_ads/ads1.c b/harbour/contrib/hbrddads/ads1.c similarity index 100% rename from harbour/contrib/rdd_ads/ads1.c rename to harbour/contrib/hbrddads/ads1.c diff --git a/harbour/contrib/rdd_ads/adsfunc.c b/harbour/contrib/hbrddads/adsfunc.c similarity index 100% rename from harbour/contrib/rdd_ads/adsfunc.c rename to harbour/contrib/hbrddads/adsfunc.c diff --git a/harbour/contrib/rdd_ads/adsmgmnt.c b/harbour/contrib/hbrddads/adsmgmnt.c similarity index 100% rename from harbour/contrib/rdd_ads/adsmgmnt.c rename to harbour/contrib/hbrddads/adsmgmnt.c diff --git a/harbour/contrib/rdd_ads/common.mak b/harbour/contrib/hbrddads/common.mak similarity index 100% rename from harbour/contrib/rdd_ads/common.mak rename to harbour/contrib/hbrddads/common.mak diff --git a/harbour/contrib/rdd_ads/doc/en/adsfuncs.txt b/harbour/contrib/hbrddads/doc/en/adsfuncs.txt similarity index 100% rename from harbour/contrib/rdd_ads/doc/en/adsfuncs.txt rename to harbour/contrib/hbrddads/doc/en/adsfuncs.txt diff --git a/harbour/contrib/rdd_ads/doc/en/readme.txt b/harbour/contrib/hbrddads/doc/en/readme.txt similarity index 100% rename from harbour/contrib/rdd_ads/doc/en/readme.txt rename to harbour/contrib/hbrddads/doc/en/readme.txt diff --git a/harbour/contrib/rdd_ads/doc/gendoc.bat b/harbour/contrib/hbrddads/doc/gendoc.bat similarity index 100% rename from harbour/contrib/rdd_ads/doc/gendoc.bat rename to harbour/contrib/hbrddads/doc/gendoc.bat diff --git a/harbour/contrib/rdd_ads/doc/rddads.lnk b/harbour/contrib/hbrddads/doc/rddads.lnk similarity index 100% rename from harbour/contrib/rdd_ads/doc/rddads.lnk rename to harbour/contrib/hbrddads/doc/rddads.lnk diff --git a/harbour/contrib/rdd_ads/doc/rddads.rsp b/harbour/contrib/hbrddads/doc/rddads.rsp similarity index 100% rename from harbour/contrib/rdd_ads/doc/rddads.rsp rename to harbour/contrib/hbrddads/doc/rddads.rsp diff --git a/harbour/contrib/rdd_ads/make_b32.bat b/harbour/contrib/hbrddads/make_b32.bat similarity index 100% rename from harbour/contrib/rdd_ads/make_b32.bat rename to harbour/contrib/hbrddads/make_b32.bat diff --git a/harbour/contrib/rdd_ads/make_vc.bat b/harbour/contrib/hbrddads/make_vc.bat similarity index 100% rename from harbour/contrib/rdd_ads/make_vc.bat rename to harbour/contrib/hbrddads/make_vc.bat diff --git a/harbour/contrib/rdd_ads/rddads.h b/harbour/contrib/hbrddads/rddads.h similarity index 100% rename from harbour/contrib/rdd_ads/rddads.h rename to harbour/contrib/hbrddads/rddads.h diff --git a/harbour/contrib/rdd_ads/readme.txt b/harbour/contrib/hbrddads/readme.txt similarity index 100% rename from harbour/contrib/rdd_ads/readme.txt rename to harbour/contrib/hbrddads/readme.txt diff --git a/harbour/contrib/rdd_ads/test/testmg.prg b/harbour/contrib/hbrddads/test/testmg.prg similarity index 100% rename from harbour/contrib/rdd_ads/test/testmg.prg rename to harbour/contrib/hbrddads/test/testmg.prg diff --git a/harbour/contrib/rdd_ads/unixutils.h b/harbour/contrib/hbrddads/unixutils.h similarity index 100% rename from harbour/contrib/rdd_ads/unixutils.h rename to harbour/contrib/hbrddads/unixutils.h diff --git a/harbour/contrib/tip/Changelog b/harbour/contrib/hbtip/Changelog similarity index 100% rename from harbour/contrib/tip/Changelog rename to harbour/contrib/hbtip/Changelog diff --git a/harbour/contrib/tip/Makefile b/harbour/contrib/hbtip/Makefile similarity index 96% rename from harbour/contrib/tip/Makefile rename to harbour/contrib/hbtip/Makefile index eb2aaa61f0..eaccbde303 100644 --- a/harbour/contrib/tip/Makefile +++ b/harbour/contrib/hbtip/Makefile @@ -30,6 +30,6 @@ PRG_HEADERS= \ thtml.ch \ tip.ch \ -LIBNAME=tip +LIBNAME=hbtip include $(TOP)$(ROOT)config/lib.cf diff --git a/harbour/contrib/tip/base64x.c b/harbour/contrib/hbtip/base64x.c similarity index 100% rename from harbour/contrib/tip/base64x.c rename to harbour/contrib/hbtip/base64x.c diff --git a/harbour/contrib/tip/cgi.prg b/harbour/contrib/hbtip/cgi.prg similarity index 100% rename from harbour/contrib/tip/cgi.prg rename to harbour/contrib/hbtip/cgi.prg diff --git a/harbour/contrib/tip/client.prg b/harbour/contrib/hbtip/client.prg similarity index 100% rename from harbour/contrib/tip/client.prg rename to harbour/contrib/hbtip/client.prg diff --git a/harbour/contrib/tip/common.mak b/harbour/contrib/hbtip/common.mak similarity index 97% rename from harbour/contrib/tip/common.mak rename to harbour/contrib/hbtip/common.mak index d4981afc0f..1c2b63bdb1 100644 --- a/harbour/contrib/tip/common.mak +++ b/harbour/contrib/hbtip/common.mak @@ -2,7 +2,7 @@ # $Id$ # -LIBNAME = tip +LIBNAME = hbtip LIB_PATH = $(LIB_DIR)\$(LIBNAME)$(LIBEXT) diff --git a/harbour/contrib/tip/credent.prg b/harbour/contrib/hbtip/credent.prg similarity index 100% rename from harbour/contrib/tip/credent.prg rename to harbour/contrib/hbtip/credent.prg diff --git a/harbour/contrib/tip/encb64.prg b/harbour/contrib/hbtip/encb64.prg similarity index 100% rename from harbour/contrib/tip/encb64.prg rename to harbour/contrib/hbtip/encb64.prg diff --git a/harbour/contrib/tip/encmthd.c b/harbour/contrib/hbtip/encmthd.c similarity index 100% rename from harbour/contrib/tip/encmthd.c rename to harbour/contrib/hbtip/encmthd.c diff --git a/harbour/contrib/tip/encoder.prg b/harbour/contrib/hbtip/encoder.prg similarity index 100% rename from harbour/contrib/tip/encoder.prg rename to harbour/contrib/hbtip/encoder.prg diff --git a/harbour/contrib/tip/encqp.prg b/harbour/contrib/hbtip/encqp.prg similarity index 100% rename from harbour/contrib/tip/encqp.prg rename to harbour/contrib/hbtip/encqp.prg diff --git a/harbour/contrib/tip/encurl.prg b/harbour/contrib/hbtip/encurl.prg similarity index 100% rename from harbour/contrib/tip/encurl.prg rename to harbour/contrib/hbtip/encurl.prg diff --git a/harbour/contrib/tip/ftpcln.prg b/harbour/contrib/hbtip/ftpcln.prg similarity index 100% rename from harbour/contrib/tip/ftpcln.prg rename to harbour/contrib/hbtip/ftpcln.prg diff --git a/harbour/contrib/tip/httpcln.prg b/harbour/contrib/hbtip/httpcln.prg similarity index 100% rename from harbour/contrib/tip/httpcln.prg rename to harbour/contrib/hbtip/httpcln.prg diff --git a/harbour/contrib/tip/mail.prg b/harbour/contrib/hbtip/mail.prg similarity index 100% rename from harbour/contrib/tip/mail.prg rename to harbour/contrib/hbtip/mail.prg diff --git a/harbour/contrib/tip/make_b32.bat b/harbour/contrib/hbtip/make_b32.bat similarity index 100% rename from harbour/contrib/tip/make_b32.bat rename to harbour/contrib/hbtip/make_b32.bat diff --git a/harbour/contrib/tip/make_vc.bat b/harbour/contrib/hbtip/make_vc.bat similarity index 100% rename from harbour/contrib/tip/make_vc.bat rename to harbour/contrib/hbtip/make_vc.bat diff --git a/harbour/contrib/tip/popcln.prg b/harbour/contrib/hbtip/popcln.prg similarity index 100% rename from harbour/contrib/tip/popcln.prg rename to harbour/contrib/hbtip/popcln.prg diff --git a/harbour/contrib/tip/sendmail.prg b/harbour/contrib/hbtip/sendmail.prg similarity index 100% rename from harbour/contrib/tip/sendmail.prg rename to harbour/contrib/hbtip/sendmail.prg diff --git a/harbour/contrib/tip/smtpcln.prg b/harbour/contrib/hbtip/smtpcln.prg similarity index 100% rename from harbour/contrib/tip/smtpcln.prg rename to harbour/contrib/hbtip/smtpcln.prg diff --git a/harbour/contrib/tip/thtml.ch b/harbour/contrib/hbtip/thtml.ch similarity index 100% rename from harbour/contrib/tip/thtml.ch rename to harbour/contrib/hbtip/thtml.ch diff --git a/harbour/contrib/tip/thtml.prg b/harbour/contrib/hbtip/thtml.prg similarity index 100% rename from harbour/contrib/tip/thtml.prg rename to harbour/contrib/hbtip/thtml.prg diff --git a/harbour/contrib/tip/tip.ch b/harbour/contrib/hbtip/tip.ch similarity index 100% rename from harbour/contrib/tip/tip.ch rename to harbour/contrib/hbtip/tip.ch diff --git a/harbour/contrib/tip/url.prg b/harbour/contrib/hbtip/url.prg similarity index 100% rename from harbour/contrib/tip/url.prg rename to harbour/contrib/hbtip/url.prg diff --git a/harbour/contrib/tip/utils.c b/harbour/contrib/hbtip/utils.c similarity index 100% rename from harbour/contrib/tip/utils.c rename to harbour/contrib/hbtip/utils.c diff --git a/harbour/contrib/telepath/ChangeLog b/harbour/contrib/hbtpathy/ChangeLog similarity index 100% rename from harbour/contrib/telepath/ChangeLog rename to harbour/contrib/hbtpathy/ChangeLog diff --git a/harbour/contrib/telepath/Makefile b/harbour/contrib/hbtpathy/Makefile similarity index 88% rename from harbour/contrib/telepath/Makefile rename to harbour/contrib/hbtpathy/Makefile index 7998b92462..35a65b20b2 100644 --- a/harbour/contrib/telepath/Makefile +++ b/harbour/contrib/hbtpathy/Makefile @@ -23,7 +23,7 @@ PRG_SOURCES=\ PRG_HEADERS=\ telepath.ch \ -LIBNAME=telepath +LIBNAME=hbtpathy include $(TOP)$(ROOT)config/lib.cf diff --git a/harbour/contrib/telepath/common.mak b/harbour/contrib/hbtpathy/common.mak similarity index 86% rename from harbour/contrib/telepath/common.mak rename to harbour/contrib/hbtpathy/common.mak index 51b7add6b3..21edc1b6d4 100644 --- a/harbour/contrib/telepath/common.mak +++ b/harbour/contrib/hbtpathy/common.mak @@ -2,7 +2,7 @@ # $Id: common.mak 7935 2007-11-10 11:31:17Z vszakats $ # -LIBNAME = telepath +LIBNAME = hbtpathy LIB_PATH = $(LIB_DIR)\$(LIBNAME)$(LIBEXT) diff --git a/harbour/contrib/telepath/make_b32.bat b/harbour/contrib/hbtpathy/make_b32.bat similarity index 100% rename from harbour/contrib/telepath/make_b32.bat rename to harbour/contrib/hbtpathy/make_b32.bat diff --git a/harbour/contrib/telepath/make_vc.bat b/harbour/contrib/hbtpathy/make_vc.bat similarity index 100% rename from harbour/contrib/telepath/make_vc.bat rename to harbour/contrib/hbtpathy/make_vc.bat diff --git a/harbour/contrib/telepath/readme.txt b/harbour/contrib/hbtpathy/readme.txt similarity index 100% rename from harbour/contrib/telepath/readme.txt rename to harbour/contrib/hbtpathy/readme.txt diff --git a/harbour/contrib/telepath/telepath.ch b/harbour/contrib/hbtpathy/telepath.ch similarity index 100% rename from harbour/contrib/telepath/telepath.ch rename to harbour/contrib/hbtpathy/telepath.ch diff --git a/harbour/contrib/telepath/telepath.prg b/harbour/contrib/hbtpathy/telepath.prg similarity index 100% rename from harbour/contrib/telepath/telepath.prg rename to harbour/contrib/hbtpathy/telepath.prg diff --git a/harbour/contrib/telepath/test/testtp.prg b/harbour/contrib/hbtpathy/test/testtp.prg similarity index 100% rename from harbour/contrib/telepath/test/testtp.prg rename to harbour/contrib/hbtpathy/test/testtp.prg diff --git a/harbour/contrib/telepath/tplinux.c b/harbour/contrib/hbtpathy/tplinux.c similarity index 100% rename from harbour/contrib/telepath/tplinux.c rename to harbour/contrib/hbtpathy/tplinux.c diff --git a/harbour/contrib/telepath/tpos2.c b/harbour/contrib/hbtpathy/tpos2.c similarity index 100% rename from harbour/contrib/telepath/tpos2.c rename to harbour/contrib/hbtpathy/tpos2.c diff --git a/harbour/contrib/telepath/tpwin32.c b/harbour/contrib/hbtpathy/tpwin32.c similarity index 100% rename from harbour/contrib/telepath/tpwin32.c rename to harbour/contrib/hbtpathy/tpwin32.c diff --git a/harbour/contrib/win32/Makefile b/harbour/contrib/hbw32/Makefile similarity index 91% rename from harbour/contrib/win32/Makefile rename to harbour/contrib/hbw32/Makefile index 97335e3bd2..ffedb705ef 100644 --- a/harbour/contrib/win32/Makefile +++ b/harbour/contrib/hbw32/Makefile @@ -13,6 +13,6 @@ PRG_SOURCES=\ w32_tole.prg \ w32_tprn.prg \ -LIBNAME=hbwin32 +LIBNAME=hbw32 include $(TOP)$(ROOT)config/lib.cf diff --git a/harbour/contrib/win32/common.mak b/harbour/contrib/hbw32/common.mak similarity index 93% rename from harbour/contrib/win32/common.mak rename to harbour/contrib/hbw32/common.mak index 278e7e16c4..856dd4e8c5 100644 --- a/harbour/contrib/win32/common.mak +++ b/harbour/contrib/hbw32/common.mak @@ -2,7 +2,7 @@ # $Id$ # -LIBNAME = hbwin32 +LIBNAME = hbw32 LIB_PATH = $(LIB_DIR)\$(LIBNAME)$(LIBEXT) diff --git a/harbour/contrib/win32/make_b32.bat b/harbour/contrib/hbw32/make_b32.bat similarity index 100% rename from harbour/contrib/win32/make_b32.bat rename to harbour/contrib/hbw32/make_b32.bat diff --git a/harbour/contrib/win32/make_vc.bat b/harbour/contrib/hbw32/make_vc.bat similarity index 100% rename from harbour/contrib/win32/make_vc.bat rename to harbour/contrib/hbw32/make_vc.bat diff --git a/harbour/contrib/win32/test/sample.odt b/harbour/contrib/hbw32/test/sample.odt similarity index 100% rename from harbour/contrib/win32/test/sample.odt rename to harbour/contrib/hbw32/test/sample.odt diff --git a/harbour/contrib/win32/test/testole.prg b/harbour/contrib/hbw32/test/testole.prg similarity index 100% rename from harbour/contrib/win32/test/testole.prg rename to harbour/contrib/hbw32/test/testole.prg diff --git a/harbour/contrib/win32/test/testw32p.prg b/harbour/contrib/hbw32/test/testw32p.prg similarity index 100% rename from harbour/contrib/win32/test/testw32p.prg rename to harbour/contrib/hbw32/test/testw32p.prg diff --git a/harbour/contrib/win32/tprinter.c b/harbour/contrib/hbw32/tprinter.c similarity index 100% rename from harbour/contrib/win32/tprinter.c rename to harbour/contrib/hbw32/tprinter.c diff --git a/harbour/contrib/win32/w32_ole.c b/harbour/contrib/hbw32/w32_ole.c similarity index 100% rename from harbour/contrib/win32/w32_ole.c rename to harbour/contrib/hbw32/w32_ole.c diff --git a/harbour/contrib/win32/w32_prn.c b/harbour/contrib/hbw32/w32_prn.c similarity index 100% rename from harbour/contrib/win32/w32_prn.c rename to harbour/contrib/hbw32/w32_prn.c diff --git a/harbour/contrib/win32/w32_tole.prg b/harbour/contrib/hbw32/w32_tole.prg similarity index 100% rename from harbour/contrib/win32/w32_tole.prg rename to harbour/contrib/hbw32/w32_tole.prg diff --git a/harbour/contrib/win32/w32_tprn.prg b/harbour/contrib/hbw32/w32_tprn.prg similarity index 100% rename from harbour/contrib/win32/w32_tprn.prg rename to harbour/contrib/hbw32/w32_tprn.prg diff --git a/harbour/contrib/what32/Makefile b/harbour/contrib/hbwhat32/Makefile similarity index 100% rename from harbour/contrib/what32/Makefile rename to harbour/contrib/hbwhat32/Makefile diff --git a/harbour/contrib/what32/_winbmp.c b/harbour/contrib/hbwhat32/_winbmp.c similarity index 100% rename from harbour/contrib/what32/_winbmp.c rename to harbour/contrib/hbwhat32/_winbmp.c diff --git a/harbour/contrib/what32/_winbrsh.c b/harbour/contrib/hbwhat32/_winbrsh.c similarity index 100% rename from harbour/contrib/what32/_winbrsh.c rename to harbour/contrib/hbwhat32/_winbrsh.c diff --git a/harbour/contrib/what32/_wincall.c b/harbour/contrib/hbwhat32/_wincall.c similarity index 100% rename from harbour/contrib/what32/_wincall.c rename to harbour/contrib/hbwhat32/_wincall.c diff --git a/harbour/contrib/what32/_wincdlg.c b/harbour/contrib/hbwhat32/_wincdlg.c similarity index 100% rename from harbour/contrib/what32/_wincdlg.c rename to harbour/contrib/hbwhat32/_wincdlg.c diff --git a/harbour/contrib/what32/_winclpb.c b/harbour/contrib/hbwhat32/_winclpb.c similarity index 100% rename from harbour/contrib/what32/_winclpb.c rename to harbour/contrib/hbwhat32/_winclpb.c diff --git a/harbour/contrib/what32/_wincomm.c b/harbour/contrib/hbwhat32/_wincomm.c similarity index 100% rename from harbour/contrib/what32/_wincomm.c rename to harbour/contrib/hbwhat32/_wincomm.c diff --git a/harbour/contrib/what32/_wincret.c b/harbour/contrib/hbwhat32/_wincret.c similarity index 100% rename from harbour/contrib/what32/_wincret.c rename to harbour/contrib/hbwhat32/_wincret.c diff --git a/harbour/contrib/what32/_windate.c b/harbour/contrib/hbwhat32/_windate.c similarity index 100% rename from harbour/contrib/what32/_windate.c rename to harbour/contrib/hbwhat32/_windate.c diff --git a/harbour/contrib/what32/_windc.c b/harbour/contrib/hbwhat32/_windc.c similarity index 100% rename from harbour/contrib/what32/_windc.c rename to harbour/contrib/hbwhat32/_windc.c diff --git a/harbour/contrib/what32/_windir.c b/harbour/contrib/hbwhat32/_windir.c similarity index 100% rename from harbour/contrib/what32/_windir.c rename to harbour/contrib/hbwhat32/_windir.c diff --git a/harbour/contrib/what32/_windlg.c b/harbour/contrib/hbwhat32/_windlg.c similarity index 100% rename from harbour/contrib/what32/_windlg.c rename to harbour/contrib/hbwhat32/_windlg.c diff --git a/harbour/contrib/what32/_windll.c b/harbour/contrib/hbwhat32/_windll.c similarity index 100% rename from harbour/contrib/what32/_windll.c rename to harbour/contrib/hbwhat32/_windll.c diff --git a/harbour/contrib/what32/_windraw.c b/harbour/contrib/hbwhat32/_windraw.c similarity index 100% rename from harbour/contrib/what32/_windraw.c rename to harbour/contrib/hbwhat32/_windraw.c diff --git a/harbour/contrib/what32/_winfont.c b/harbour/contrib/hbwhat32/_winfont.c similarity index 100% rename from harbour/contrib/what32/_winfont.c rename to harbour/contrib/hbwhat32/_winfont.c diff --git a/harbour/contrib/what32/_wingdi.c b/harbour/contrib/hbwhat32/_wingdi.c similarity index 100% rename from harbour/contrib/what32/_wingdi.c rename to harbour/contrib/hbwhat32/_wingdi.c diff --git a/harbour/contrib/what32/_winhead.c b/harbour/contrib/hbwhat32/_winhead.c similarity index 100% rename from harbour/contrib/what32/_winhead.c rename to harbour/contrib/hbwhat32/_winhead.c diff --git a/harbour/contrib/what32/_winicon.c b/harbour/contrib/hbwhat32/_winicon.c similarity index 100% rename from harbour/contrib/what32/_winicon.c rename to harbour/contrib/hbwhat32/_winicon.c diff --git a/harbour/contrib/what32/_winilst.c b/harbour/contrib/hbwhat32/_winilst.c similarity index 100% rename from harbour/contrib/what32/_winilst.c rename to harbour/contrib/hbwhat32/_winilst.c diff --git a/harbour/contrib/what32/_wininet.c b/harbour/contrib/hbwhat32/_wininet.c similarity index 100% rename from harbour/contrib/what32/_wininet.c rename to harbour/contrib/hbwhat32/_wininet.c diff --git a/harbour/contrib/what32/_winini.c b/harbour/contrib/hbwhat32/_winini.c similarity index 100% rename from harbour/contrib/what32/_winini.c rename to harbour/contrib/hbwhat32/_winini.c diff --git a/harbour/contrib/what32/_winkbrd.c b/harbour/contrib/hbwhat32/_winkbrd.c similarity index 100% rename from harbour/contrib/what32/_winkbrd.c rename to harbour/contrib/hbwhat32/_winkbrd.c diff --git a/harbour/contrib/what32/_winlv.c b/harbour/contrib/hbwhat32/_winlv.c similarity index 100% rename from harbour/contrib/what32/_winlv.c rename to harbour/contrib/hbwhat32/_winlv.c diff --git a/harbour/contrib/what32/_winmain.c b/harbour/contrib/hbwhat32/_winmain.c similarity index 100% rename from harbour/contrib/what32/_winmain.c rename to harbour/contrib/hbwhat32/_winmain.c diff --git a/harbour/contrib/what32/_winmapi.c b/harbour/contrib/hbwhat32/_winmapi.c similarity index 100% rename from harbour/contrib/what32/_winmapi.c rename to harbour/contrib/hbwhat32/_winmapi.c diff --git a/harbour/contrib/what32/_winmem.c b/harbour/contrib/hbwhat32/_winmem.c similarity index 100% rename from harbour/contrib/what32/_winmem.c rename to harbour/contrib/hbwhat32/_winmem.c diff --git a/harbour/contrib/what32/_winmenu.c b/harbour/contrib/hbwhat32/_winmenu.c similarity index 100% rename from harbour/contrib/what32/_winmenu.c rename to harbour/contrib/hbwhat32/_winmenu.c diff --git a/harbour/contrib/what32/_winmeta.c b/harbour/contrib/hbwhat32/_winmeta.c similarity index 100% rename from harbour/contrib/what32/_winmeta.c rename to harbour/contrib/hbwhat32/_winmeta.c diff --git a/harbour/contrib/what32/_winmisc.c b/harbour/contrib/hbwhat32/_winmisc.c similarity index 100% rename from harbour/contrib/what32/_winmisc.c rename to harbour/contrib/hbwhat32/_winmisc.c diff --git a/harbour/contrib/what32/_winmmcap.c b/harbour/contrib/hbwhat32/_winmmcap.c similarity index 100% rename from harbour/contrib/what32/_winmmcap.c rename to harbour/contrib/hbwhat32/_winmmcap.c diff --git a/harbour/contrib/what32/_winmous.c b/harbour/contrib/hbwhat32/_winmous.c similarity index 100% rename from harbour/contrib/what32/_winmous.c rename to harbour/contrib/hbwhat32/_winmous.c diff --git a/harbour/contrib/what32/_winmsg.c b/harbour/contrib/hbwhat32/_winmsg.c similarity index 100% rename from harbour/contrib/what32/_winmsg.c rename to harbour/contrib/hbwhat32/_winmsg.c diff --git a/harbour/contrib/what32/_winpen.c b/harbour/contrib/hbwhat32/_winpen.c similarity index 100% rename from harbour/contrib/what32/_winpen.c rename to harbour/contrib/hbwhat32/_winpen.c diff --git a/harbour/contrib/what32/_winprn.c b/harbour/contrib/hbwhat32/_winprn.c similarity index 100% rename from harbour/contrib/what32/_winprn.c rename to harbour/contrib/hbwhat32/_winprn.c diff --git a/harbour/contrib/what32/_winrect.c b/harbour/contrib/hbwhat32/_winrect.c similarity index 100% rename from harbour/contrib/what32/_winrect.c rename to harbour/contrib/hbwhat32/_winrect.c diff --git a/harbour/contrib/what32/_winreg.c b/harbour/contrib/hbwhat32/_winreg.c similarity index 100% rename from harbour/contrib/what32/_winreg.c rename to harbour/contrib/hbwhat32/_winreg.c diff --git a/harbour/contrib/what32/_winrgn.c b/harbour/contrib/hbwhat32/_winrgn.c similarity index 100% rename from harbour/contrib/what32/_winrgn.c rename to harbour/contrib/hbwhat32/_winrgn.c diff --git a/harbour/contrib/what32/_winscrlb.c b/harbour/contrib/hbwhat32/_winscrlb.c similarity index 100% rename from harbour/contrib/what32/_winscrlb.c rename to harbour/contrib/hbwhat32/_winscrlb.c diff --git a/harbour/contrib/what32/_winserial.c b/harbour/contrib/hbwhat32/_winserial.c similarity index 100% rename from harbour/contrib/what32/_winserial.c rename to harbour/contrib/hbwhat32/_winserial.c diff --git a/harbour/contrib/what32/_winshell.c b/harbour/contrib/hbwhat32/_winshell.c similarity index 100% rename from harbour/contrib/what32/_winshell.c rename to harbour/contrib/hbwhat32/_winshell.c diff --git a/harbour/contrib/what32/_winsock.c b/harbour/contrib/hbwhat32/_winsock.c similarity index 100% rename from harbour/contrib/what32/_winsock.c rename to harbour/contrib/hbwhat32/_winsock.c diff --git a/harbour/contrib/what32/_winsys.c b/harbour/contrib/hbwhat32/_winsys.c similarity index 100% rename from harbour/contrib/what32/_winsys.c rename to harbour/contrib/hbwhat32/_winsys.c diff --git a/harbour/contrib/what32/_wintab.c b/harbour/contrib/hbwhat32/_wintab.c similarity index 100% rename from harbour/contrib/what32/_wintab.c rename to harbour/contrib/hbwhat32/_wintab.c diff --git a/harbour/contrib/what32/_wintbar.c b/harbour/contrib/hbwhat32/_wintbar.c similarity index 100% rename from harbour/contrib/what32/_wintbar.c rename to harbour/contrib/hbwhat32/_wintbar.c diff --git a/harbour/contrib/what32/_wintext.c b/harbour/contrib/hbwhat32/_wintext.c similarity index 100% rename from harbour/contrib/what32/_wintext.c rename to harbour/contrib/hbwhat32/_wintext.c diff --git a/harbour/contrib/what32/_wintree.c b/harbour/contrib/hbwhat32/_wintree.c similarity index 100% rename from harbour/contrib/what32/_wintree.c rename to harbour/contrib/hbwhat32/_wintree.c diff --git a/harbour/contrib/what32/_winview.c b/harbour/contrib/hbwhat32/_winview.c similarity index 100% rename from harbour/contrib/what32/_winview.c rename to harbour/contrib/hbwhat32/_winview.c diff --git a/harbour/contrib/what32/_winwnd.c b/harbour/contrib/hbwhat32/_winwnd.c similarity index 100% rename from harbour/contrib/what32/_winwnd.c rename to harbour/contrib/hbwhat32/_winwnd.c diff --git a/harbour/contrib/what32/commctrl.ch b/harbour/contrib/hbwhat32/commctrl.ch similarity index 100% rename from harbour/contrib/what32/commctrl.ch rename to harbour/contrib/hbwhat32/commctrl.ch diff --git a/harbour/contrib/what32/commdlg.ch b/harbour/contrib/hbwhat32/commdlg.ch similarity index 100% rename from harbour/contrib/what32/commdlg.ch rename to harbour/contrib/hbwhat32/commdlg.ch diff --git a/harbour/contrib/what32/common.mak b/harbour/contrib/hbwhat32/common.mak similarity index 100% rename from harbour/contrib/what32/common.mak rename to harbour/contrib/hbwhat32/common.mak diff --git a/harbour/contrib/what32/debug.ch b/harbour/contrib/hbwhat32/debug.ch similarity index 100% rename from harbour/contrib/what32/debug.ch rename to harbour/contrib/hbwhat32/debug.ch diff --git a/harbour/contrib/what32/import.ch b/harbour/contrib/hbwhat32/import.ch similarity index 100% rename from harbour/contrib/what32/import.ch rename to harbour/contrib/hbwhat32/import.ch diff --git a/harbour/contrib/what32/make_b32.bat b/harbour/contrib/hbwhat32/make_b32.bat similarity index 100% rename from harbour/contrib/what32/make_b32.bat rename to harbour/contrib/hbwhat32/make_b32.bat diff --git a/harbour/contrib/what32/make_vc.bat b/harbour/contrib/hbwhat32/make_vc.bat similarity index 100% rename from harbour/contrib/what32/make_vc.bat rename to harbour/contrib/hbwhat32/make_vc.bat diff --git a/harbour/contrib/what32/sqltypes.ch b/harbour/contrib/hbwhat32/sqltypes.ch similarity index 100% rename from harbour/contrib/what32/sqltypes.ch rename to harbour/contrib/hbwhat32/sqltypes.ch diff --git a/harbour/contrib/what32/what32.ch b/harbour/contrib/hbwhat32/what32.ch similarity index 100% rename from harbour/contrib/what32/what32.ch rename to harbour/contrib/hbwhat32/what32.ch diff --git a/harbour/contrib/what32/whatutil.prg b/harbour/contrib/hbwhat32/whatutil.prg similarity index 100% rename from harbour/contrib/what32/whatutil.prg rename to harbour/contrib/hbwhat32/whatutil.prg diff --git a/harbour/contrib/what32/wincdlg.prg b/harbour/contrib/hbwhat32/wincdlg.prg similarity index 100% rename from harbour/contrib/what32/wincdlg.prg rename to harbour/contrib/hbwhat32/wincdlg.prg diff --git a/harbour/contrib/what32/wincomm.prg b/harbour/contrib/hbwhat32/wincomm.prg similarity index 100% rename from harbour/contrib/what32/wincomm.prg rename to harbour/contrib/hbwhat32/wincomm.prg diff --git a/harbour/contrib/what32/wincore.prg b/harbour/contrib/hbwhat32/wincore.prg similarity index 100% rename from harbour/contrib/what32/wincore.prg rename to harbour/contrib/hbwhat32/wincore.prg diff --git a/harbour/contrib/what32/windebug.prg b/harbour/contrib/hbwhat32/windebug.prg similarity index 100% rename from harbour/contrib/what32/windebug.prg rename to harbour/contrib/hbwhat32/windebug.prg diff --git a/harbour/contrib/what32/winerror.prg b/harbour/contrib/hbwhat32/winerror.prg similarity index 100% rename from harbour/contrib/what32/winerror.prg rename to harbour/contrib/hbwhat32/winerror.prg diff --git a/harbour/contrib/what32/wingdi.ch b/harbour/contrib/hbwhat32/wingdi.ch similarity index 100% rename from harbour/contrib/what32/wingdi.ch rename to harbour/contrib/hbwhat32/wingdi.ch diff --git a/harbour/contrib/what32/wininet.ch b/harbour/contrib/hbwhat32/wininet.ch similarity index 100% rename from harbour/contrib/what32/wininet.ch rename to harbour/contrib/hbwhat32/wininet.ch diff --git a/harbour/contrib/what32/winini.prg b/harbour/contrib/hbwhat32/winini.prg similarity index 100% rename from harbour/contrib/what32/winini.prg rename to harbour/contrib/hbwhat32/winini.prg diff --git a/harbour/contrib/what32/winrbar.prg b/harbour/contrib/hbwhat32/winrbar.prg similarity index 100% rename from harbour/contrib/what32/winrbar.prg rename to harbour/contrib/hbwhat32/winrbar.prg diff --git a/harbour/contrib/what32/winstruc.ch b/harbour/contrib/hbwhat32/winstruc.ch similarity index 100% rename from harbour/contrib/what32/winstruc.ch rename to harbour/contrib/hbwhat32/winstruc.ch diff --git a/harbour/contrib/what32/wintabs.prg b/harbour/contrib/hbwhat32/wintabs.prg similarity index 100% rename from harbour/contrib/what32/wintabs.prg rename to harbour/contrib/hbwhat32/wintabs.prg diff --git a/harbour/contrib/what32/wintbar.prg b/harbour/contrib/hbwhat32/wintbar.prg similarity index 100% rename from harbour/contrib/what32/wintbar.prg rename to harbour/contrib/hbwhat32/wintbar.prg diff --git a/harbour/contrib/what32/wintypes.ch b/harbour/contrib/hbwhat32/wintypes.ch similarity index 100% rename from harbour/contrib/what32/wintypes.ch rename to harbour/contrib/hbwhat32/wintypes.ch diff --git a/harbour/contrib/what32/winuser.ch b/harbour/contrib/hbwhat32/winuser.ch similarity index 100% rename from harbour/contrib/what32/winuser.ch rename to harbour/contrib/hbwhat32/winuser.ch diff --git a/harbour/contrib/make_b32_all.bat b/harbour/contrib/make_b32_all.bat index 26cd76273b..6c0840de95 100644 --- a/harbour/contrib/make_b32_all.bat +++ b/harbour/contrib/make_b32_all.bat @@ -8,12 +8,12 @@ rem IT or you will break Win9x command.com line length limit !!! set HB_SHOW_ERRORS=no -rem set DO_NOT_COMPILE=examples hbclip hgf what32 +rem set DO_NOT_COMPILE=examples hbclip hgf hbwhat32 -set _HB_DIRS=adordd bmdbfcdx hbbtree gtwvg hbct hbgt hbmisc hbnf hbmsql +set _HB_DIRS=hbrddado hbbmcdx hbbtree hbgtwvg hbct hbgt hbmisc hbnf hbmsql for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_b32.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 -set _HB_DIRS=hbole hbziparch hbodbc telepath tip win32 xhb +set _HB_DIRS=hbole hbziparch hbodbc hbtpathy hbtip hbw32 xhb for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_b32.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 set _HB_DIRS=samples hbw32ddr @@ -23,7 +23,7 @@ if not "%FREEIMAGE_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbfimage if not "%GD_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbgd if not "%MYSQL_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbmysql if not "%PGSQL_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbpgsql -if not "%ADS_DIR%" == "" set _HB_DIRS=%_HB_DIRS% rdd_ads +if not "%ADS_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbrddads for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_b32.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 set HB_SHOW_ERRORS= diff --git a/harbour/contrib/make_vc_all.bat b/harbour/contrib/make_vc_all.bat index e39d45d366..05134a0458 100644 --- a/harbour/contrib/make_vc_all.bat +++ b/harbour/contrib/make_vc_all.bat @@ -10,10 +10,10 @@ set HB_SHOW_ERRORS=no rem set DO_NOT_COMPILE=examples hbclip hgf -set _HB_DIRS=adordd bmdbfcdx hbbtree gtwvg hbct hbgt hbmisc hbnf hbmsql +set _HB_DIRS=hbrddado hbbmcdx hbbtree hbgtwvg hbct hbgt hbmisc hbnf hbmsql for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_vc.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 -set _HB_DIRS=hbole hbziparch hbodbc telepath tip win32 xhb +set _HB_DIRS=hbole hbziparch hbodbc hbtpathy hbtip hbw32 xhb for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_vc.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 set _HB_DIRS=samples hbw32ddr @@ -23,7 +23,7 @@ if not "%FREEIMAGE_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbfimage if not "%GD_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbgd if not "%MYSQL_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbmysql if not "%PGSQL_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbpgsql -if not "%ADS_DIR%" == "" set _HB_DIRS=%_HB_DIRS% rdd_ads +if not "%ADS_DIR%" == "" set _HB_DIRS=%_HB_DIRS% hbrddads for %%n in ( %_HB_DIRS% ) do %COMSPEC% /c make_vc.bat %%n %1 %2 %3 %4 %5 %6 %7 %8 %9 set HB_SHOW_ERRORS=