From 960114030f8dee9ca2bd1cf044ebe956203b5a63 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 2 Mar 2009 22:34:38 +0000 Subject: [PATCH] 2009-03-02 23:34 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/Makefile - contrib/hbwhat + contrib/examples/hbwhat * contrib/examples/hbwhat/Makefile * Moved hbwhat to contrib/examples. --- harbour/ChangeLog | 7 +++++++ harbour/contrib/Makefile | 2 -- harbour/contrib/{ => examples}/hbwhat/Makefile | 4 ++-- harbour/contrib/{ => examples}/hbwhat/commctrl.ch | 0 harbour/contrib/{ => examples}/hbwhat/commdlg.ch | 0 harbour/contrib/{ => examples}/hbwhat/debug.ch | 0 harbour/contrib/{ => examples}/hbwhat/hbwhat.ch | 0 harbour/contrib/{ => examples}/hbwhat/hbwhat.h | 0 harbour/contrib/{ => examples}/hbwhat/import.ch | 0 harbour/contrib/{ => examples}/hbwhat/sqltypes.ch | 0 harbour/contrib/{ => examples}/hbwhat/tests/hbwhat.hbp | 0 harbour/contrib/{ => examples}/hbwhat/tests/whatdemo.prg | 0 harbour/contrib/{ => examples}/hbwhat/whatutil.prg | 0 harbour/contrib/{ => examples}/hbwhat/whtbmp.c | 0 harbour/contrib/{ => examples}/hbwhat/whtbrsh.c | 0 harbour/contrib/{ => examples}/hbwhat/whtcdlg.c | 0 harbour/contrib/{ => examples}/hbwhat/whtclpb.c | 0 harbour/contrib/{ => examples}/hbwhat/whtcomm.c | 0 harbour/contrib/{ => examples}/hbwhat/whtcret.c | 0 harbour/contrib/{ => examples}/hbwhat/whtdate.c | 0 harbour/contrib/{ => examples}/hbwhat/whtdc.c | 0 harbour/contrib/{ => examples}/hbwhat/whtdir.c | 0 harbour/contrib/{ => examples}/hbwhat/whtdlg.c | 0 harbour/contrib/{ => examples}/hbwhat/whtdraw.c | 0 harbour/contrib/{ => examples}/hbwhat/whtfont.c | 0 harbour/contrib/{ => examples}/hbwhat/whtgdi.c | 0 harbour/contrib/{ => examples}/hbwhat/whthead.c | 0 harbour/contrib/{ => examples}/hbwhat/whticon.c | 0 harbour/contrib/{ => examples}/hbwhat/whtilst.c | 0 harbour/contrib/{ => examples}/hbwhat/whtinet.c | 0 harbour/contrib/{ => examples}/hbwhat/whtini.c | 0 harbour/contrib/{ => examples}/hbwhat/whtkbrd.c | 0 harbour/contrib/{ => examples}/hbwhat/whtlv.c | 0 harbour/contrib/{ => examples}/hbwhat/whtmain.c | 0 harbour/contrib/{ => examples}/hbwhat/whtmapi.c | 0 harbour/contrib/{ => examples}/hbwhat/whtmem.c | 0 harbour/contrib/{ => examples}/hbwhat/whtmenu.c | 0 harbour/contrib/{ => examples}/hbwhat/whtmeta.c | 0 harbour/contrib/{ => examples}/hbwhat/whtmisc.c | 0 harbour/contrib/{ => examples}/hbwhat/whtmmcap.c | 0 harbour/contrib/{ => examples}/hbwhat/whtmous.c | 0 harbour/contrib/{ => examples}/hbwhat/whtmsg.c | 0 harbour/contrib/{ => examples}/hbwhat/whtpen.c | 0 harbour/contrib/{ => examples}/hbwhat/whtprn.c | 0 harbour/contrib/{ => examples}/hbwhat/whtrect.c | 0 harbour/contrib/{ => examples}/hbwhat/whtreg.c | 0 harbour/contrib/{ => examples}/hbwhat/whtrgn.c | 0 harbour/contrib/{ => examples}/hbwhat/whtscrlb.c | 0 harbour/contrib/{ => examples}/hbwhat/whtseria.c | 0 harbour/contrib/{ => examples}/hbwhat/whtshell.c | 0 harbour/contrib/{ => examples}/hbwhat/whtsock.c | 0 harbour/contrib/{ => examples}/hbwhat/whtsys.c | 0 harbour/contrib/{ => examples}/hbwhat/whttab.c | 0 harbour/contrib/{ => examples}/hbwhat/whttbar.c | 0 harbour/contrib/{ => examples}/hbwhat/whttext.c | 0 harbour/contrib/{ => examples}/hbwhat/whttree.c | 0 harbour/contrib/{ => examples}/hbwhat/whtview.c | 0 harbour/contrib/{ => examples}/hbwhat/whtwnd.c | 0 harbour/contrib/{ => examples}/hbwhat/wincdlg.prg | 0 harbour/contrib/{ => examples}/hbwhat/wincomm.prg | 0 harbour/contrib/{ => examples}/hbwhat/wincore.prg | 0 harbour/contrib/{ => examples}/hbwhat/wincorec.c | 0 harbour/contrib/{ => examples}/hbwhat/windebug.prg | 0 harbour/contrib/{ => examples}/hbwhat/winerror.prg | 0 harbour/contrib/{ => examples}/hbwhat/wingdi.ch | 0 harbour/contrib/{ => examples}/hbwhat/wininet.ch | 0 harbour/contrib/{ => examples}/hbwhat/winini.prg | 0 harbour/contrib/{ => examples}/hbwhat/winrbar.prg | 0 harbour/contrib/{ => examples}/hbwhat/winstruc.ch | 0 harbour/contrib/{ => examples}/hbwhat/wintabs.prg | 0 harbour/contrib/{ => examples}/hbwhat/wintbar.prg | 0 harbour/contrib/{ => examples}/hbwhat/winuser.ch | 0 72 files changed, 9 insertions(+), 4 deletions(-) rename harbour/contrib/{ => examples}/hbwhat/Makefile (96%) rename harbour/contrib/{ => examples}/hbwhat/commctrl.ch (100%) rename harbour/contrib/{ => examples}/hbwhat/commdlg.ch (100%) rename harbour/contrib/{ => examples}/hbwhat/debug.ch (100%) rename harbour/contrib/{ => examples}/hbwhat/hbwhat.ch (100%) rename harbour/contrib/{ => examples}/hbwhat/hbwhat.h (100%) rename harbour/contrib/{ => examples}/hbwhat/import.ch (100%) rename harbour/contrib/{ => examples}/hbwhat/sqltypes.ch (100%) rename harbour/contrib/{ => examples}/hbwhat/tests/hbwhat.hbp (100%) rename harbour/contrib/{ => examples}/hbwhat/tests/whatdemo.prg (100%) rename harbour/contrib/{ => examples}/hbwhat/whatutil.prg (100%) rename harbour/contrib/{ => examples}/hbwhat/whtbmp.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtbrsh.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtcdlg.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtclpb.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtcomm.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtcret.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtdate.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtdc.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtdir.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtdlg.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtdraw.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtfont.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtgdi.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whthead.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whticon.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtilst.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtinet.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtini.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtkbrd.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtlv.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtmain.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtmapi.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtmem.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtmenu.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtmeta.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtmisc.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtmmcap.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtmous.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtmsg.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtpen.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtprn.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtrect.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtreg.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtrgn.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtscrlb.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtseria.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtshell.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtsock.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtsys.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whttab.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whttbar.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whttext.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whttree.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtview.c (100%) rename harbour/contrib/{ => examples}/hbwhat/whtwnd.c (100%) rename harbour/contrib/{ => examples}/hbwhat/wincdlg.prg (100%) rename harbour/contrib/{ => examples}/hbwhat/wincomm.prg (100%) rename harbour/contrib/{ => examples}/hbwhat/wincore.prg (100%) rename harbour/contrib/{ => examples}/hbwhat/wincorec.c (100%) rename harbour/contrib/{ => examples}/hbwhat/windebug.prg (100%) rename harbour/contrib/{ => examples}/hbwhat/winerror.prg (100%) rename harbour/contrib/{ => examples}/hbwhat/wingdi.ch (100%) rename harbour/contrib/{ => examples}/hbwhat/wininet.ch (100%) rename harbour/contrib/{ => examples}/hbwhat/winini.prg (100%) rename harbour/contrib/{ => examples}/hbwhat/winrbar.prg (100%) rename harbour/contrib/{ => examples}/hbwhat/winstruc.ch (100%) rename harbour/contrib/{ => examples}/hbwhat/wintabs.prg (100%) rename harbour/contrib/{ => examples}/hbwhat/wintbar.prg (100%) rename harbour/contrib/{ => examples}/hbwhat/winuser.ch (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ee4fe51ffa..9d74e50d96 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-03-02 23:34 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * contrib/Makefile + - contrib/hbwhat + + contrib/examples/hbwhat + * contrib/examples/hbwhat/Makefile + * Moved hbwhat to contrib/examples. + 2009-03-02 23:27 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * INSTALL - Removed HB, HBPP envvars as cross-compilation requirements. diff --git a/harbour/contrib/Makefile b/harbour/contrib/Makefile index 4c0b467fce..36a8829c25 100644 --- a/harbour/contrib/Makefile +++ b/harbour/contrib/Makefile @@ -30,8 +30,6 @@ DIRS=\ rddado \ xhb \ -# hbwhat \ - # contribs with external dependencies DIRS +=\ gtalleg \ diff --git a/harbour/contrib/hbwhat/Makefile b/harbour/contrib/examples/hbwhat/Makefile similarity index 96% rename from harbour/contrib/hbwhat/Makefile rename to harbour/contrib/examples/hbwhat/Makefile index 5f9362bb1d..ff115be6ba 100644 --- a/harbour/contrib/hbwhat/Makefile +++ b/harbour/contrib/examples/hbwhat/Makefile @@ -2,7 +2,7 @@ # $Id$ # -ROOT = ../../ +ROOT = ../../../ LIBNAME=hbwhat @@ -83,7 +83,7 @@ PRG_HEADERS= \ # This lib needs xhb headers to compile, and this is # the hack to help Harbour find them. -HB_USER_PRGFLAGS += -I../../../xhb +HB_USER_PRGFLAGS += -I../../../../xhb include $(TOP)$(ROOT)config/header.cf INSTALL_RULE_HEADERS := $(INSTALL_RULE) diff --git a/harbour/contrib/hbwhat/commctrl.ch b/harbour/contrib/examples/hbwhat/commctrl.ch similarity index 100% rename from harbour/contrib/hbwhat/commctrl.ch rename to harbour/contrib/examples/hbwhat/commctrl.ch diff --git a/harbour/contrib/hbwhat/commdlg.ch b/harbour/contrib/examples/hbwhat/commdlg.ch similarity index 100% rename from harbour/contrib/hbwhat/commdlg.ch rename to harbour/contrib/examples/hbwhat/commdlg.ch diff --git a/harbour/contrib/hbwhat/debug.ch b/harbour/contrib/examples/hbwhat/debug.ch similarity index 100% rename from harbour/contrib/hbwhat/debug.ch rename to harbour/contrib/examples/hbwhat/debug.ch diff --git a/harbour/contrib/hbwhat/hbwhat.ch b/harbour/contrib/examples/hbwhat/hbwhat.ch similarity index 100% rename from harbour/contrib/hbwhat/hbwhat.ch rename to harbour/contrib/examples/hbwhat/hbwhat.ch diff --git a/harbour/contrib/hbwhat/hbwhat.h b/harbour/contrib/examples/hbwhat/hbwhat.h similarity index 100% rename from harbour/contrib/hbwhat/hbwhat.h rename to harbour/contrib/examples/hbwhat/hbwhat.h diff --git a/harbour/contrib/hbwhat/import.ch b/harbour/contrib/examples/hbwhat/import.ch similarity index 100% rename from harbour/contrib/hbwhat/import.ch rename to harbour/contrib/examples/hbwhat/import.ch diff --git a/harbour/contrib/hbwhat/sqltypes.ch b/harbour/contrib/examples/hbwhat/sqltypes.ch similarity index 100% rename from harbour/contrib/hbwhat/sqltypes.ch rename to harbour/contrib/examples/hbwhat/sqltypes.ch diff --git a/harbour/contrib/hbwhat/tests/hbwhat.hbp b/harbour/contrib/examples/hbwhat/tests/hbwhat.hbp similarity index 100% rename from harbour/contrib/hbwhat/tests/hbwhat.hbp rename to harbour/contrib/examples/hbwhat/tests/hbwhat.hbp diff --git a/harbour/contrib/hbwhat/tests/whatdemo.prg b/harbour/contrib/examples/hbwhat/tests/whatdemo.prg similarity index 100% rename from harbour/contrib/hbwhat/tests/whatdemo.prg rename to harbour/contrib/examples/hbwhat/tests/whatdemo.prg diff --git a/harbour/contrib/hbwhat/whatutil.prg b/harbour/contrib/examples/hbwhat/whatutil.prg similarity index 100% rename from harbour/contrib/hbwhat/whatutil.prg rename to harbour/contrib/examples/hbwhat/whatutil.prg diff --git a/harbour/contrib/hbwhat/whtbmp.c b/harbour/contrib/examples/hbwhat/whtbmp.c similarity index 100% rename from harbour/contrib/hbwhat/whtbmp.c rename to harbour/contrib/examples/hbwhat/whtbmp.c diff --git a/harbour/contrib/hbwhat/whtbrsh.c b/harbour/contrib/examples/hbwhat/whtbrsh.c similarity index 100% rename from harbour/contrib/hbwhat/whtbrsh.c rename to harbour/contrib/examples/hbwhat/whtbrsh.c diff --git a/harbour/contrib/hbwhat/whtcdlg.c b/harbour/contrib/examples/hbwhat/whtcdlg.c similarity index 100% rename from harbour/contrib/hbwhat/whtcdlg.c rename to harbour/contrib/examples/hbwhat/whtcdlg.c diff --git a/harbour/contrib/hbwhat/whtclpb.c b/harbour/contrib/examples/hbwhat/whtclpb.c similarity index 100% rename from harbour/contrib/hbwhat/whtclpb.c rename to harbour/contrib/examples/hbwhat/whtclpb.c diff --git a/harbour/contrib/hbwhat/whtcomm.c b/harbour/contrib/examples/hbwhat/whtcomm.c similarity index 100% rename from harbour/contrib/hbwhat/whtcomm.c rename to harbour/contrib/examples/hbwhat/whtcomm.c diff --git a/harbour/contrib/hbwhat/whtcret.c b/harbour/contrib/examples/hbwhat/whtcret.c similarity index 100% rename from harbour/contrib/hbwhat/whtcret.c rename to harbour/contrib/examples/hbwhat/whtcret.c diff --git a/harbour/contrib/hbwhat/whtdate.c b/harbour/contrib/examples/hbwhat/whtdate.c similarity index 100% rename from harbour/contrib/hbwhat/whtdate.c rename to harbour/contrib/examples/hbwhat/whtdate.c diff --git a/harbour/contrib/hbwhat/whtdc.c b/harbour/contrib/examples/hbwhat/whtdc.c similarity index 100% rename from harbour/contrib/hbwhat/whtdc.c rename to harbour/contrib/examples/hbwhat/whtdc.c diff --git a/harbour/contrib/hbwhat/whtdir.c b/harbour/contrib/examples/hbwhat/whtdir.c similarity index 100% rename from harbour/contrib/hbwhat/whtdir.c rename to harbour/contrib/examples/hbwhat/whtdir.c diff --git a/harbour/contrib/hbwhat/whtdlg.c b/harbour/contrib/examples/hbwhat/whtdlg.c similarity index 100% rename from harbour/contrib/hbwhat/whtdlg.c rename to harbour/contrib/examples/hbwhat/whtdlg.c diff --git a/harbour/contrib/hbwhat/whtdraw.c b/harbour/contrib/examples/hbwhat/whtdraw.c similarity index 100% rename from harbour/contrib/hbwhat/whtdraw.c rename to harbour/contrib/examples/hbwhat/whtdraw.c diff --git a/harbour/contrib/hbwhat/whtfont.c b/harbour/contrib/examples/hbwhat/whtfont.c similarity index 100% rename from harbour/contrib/hbwhat/whtfont.c rename to harbour/contrib/examples/hbwhat/whtfont.c diff --git a/harbour/contrib/hbwhat/whtgdi.c b/harbour/contrib/examples/hbwhat/whtgdi.c similarity index 100% rename from harbour/contrib/hbwhat/whtgdi.c rename to harbour/contrib/examples/hbwhat/whtgdi.c diff --git a/harbour/contrib/hbwhat/whthead.c b/harbour/contrib/examples/hbwhat/whthead.c similarity index 100% rename from harbour/contrib/hbwhat/whthead.c rename to harbour/contrib/examples/hbwhat/whthead.c diff --git a/harbour/contrib/hbwhat/whticon.c b/harbour/contrib/examples/hbwhat/whticon.c similarity index 100% rename from harbour/contrib/hbwhat/whticon.c rename to harbour/contrib/examples/hbwhat/whticon.c diff --git a/harbour/contrib/hbwhat/whtilst.c b/harbour/contrib/examples/hbwhat/whtilst.c similarity index 100% rename from harbour/contrib/hbwhat/whtilst.c rename to harbour/contrib/examples/hbwhat/whtilst.c diff --git a/harbour/contrib/hbwhat/whtinet.c b/harbour/contrib/examples/hbwhat/whtinet.c similarity index 100% rename from harbour/contrib/hbwhat/whtinet.c rename to harbour/contrib/examples/hbwhat/whtinet.c diff --git a/harbour/contrib/hbwhat/whtini.c b/harbour/contrib/examples/hbwhat/whtini.c similarity index 100% rename from harbour/contrib/hbwhat/whtini.c rename to harbour/contrib/examples/hbwhat/whtini.c diff --git a/harbour/contrib/hbwhat/whtkbrd.c b/harbour/contrib/examples/hbwhat/whtkbrd.c similarity index 100% rename from harbour/contrib/hbwhat/whtkbrd.c rename to harbour/contrib/examples/hbwhat/whtkbrd.c diff --git a/harbour/contrib/hbwhat/whtlv.c b/harbour/contrib/examples/hbwhat/whtlv.c similarity index 100% rename from harbour/contrib/hbwhat/whtlv.c rename to harbour/contrib/examples/hbwhat/whtlv.c diff --git a/harbour/contrib/hbwhat/whtmain.c b/harbour/contrib/examples/hbwhat/whtmain.c similarity index 100% rename from harbour/contrib/hbwhat/whtmain.c rename to harbour/contrib/examples/hbwhat/whtmain.c diff --git a/harbour/contrib/hbwhat/whtmapi.c b/harbour/contrib/examples/hbwhat/whtmapi.c similarity index 100% rename from harbour/contrib/hbwhat/whtmapi.c rename to harbour/contrib/examples/hbwhat/whtmapi.c diff --git a/harbour/contrib/hbwhat/whtmem.c b/harbour/contrib/examples/hbwhat/whtmem.c similarity index 100% rename from harbour/contrib/hbwhat/whtmem.c rename to harbour/contrib/examples/hbwhat/whtmem.c diff --git a/harbour/contrib/hbwhat/whtmenu.c b/harbour/contrib/examples/hbwhat/whtmenu.c similarity index 100% rename from harbour/contrib/hbwhat/whtmenu.c rename to harbour/contrib/examples/hbwhat/whtmenu.c diff --git a/harbour/contrib/hbwhat/whtmeta.c b/harbour/contrib/examples/hbwhat/whtmeta.c similarity index 100% rename from harbour/contrib/hbwhat/whtmeta.c rename to harbour/contrib/examples/hbwhat/whtmeta.c diff --git a/harbour/contrib/hbwhat/whtmisc.c b/harbour/contrib/examples/hbwhat/whtmisc.c similarity index 100% rename from harbour/contrib/hbwhat/whtmisc.c rename to harbour/contrib/examples/hbwhat/whtmisc.c diff --git a/harbour/contrib/hbwhat/whtmmcap.c b/harbour/contrib/examples/hbwhat/whtmmcap.c similarity index 100% rename from harbour/contrib/hbwhat/whtmmcap.c rename to harbour/contrib/examples/hbwhat/whtmmcap.c diff --git a/harbour/contrib/hbwhat/whtmous.c b/harbour/contrib/examples/hbwhat/whtmous.c similarity index 100% rename from harbour/contrib/hbwhat/whtmous.c rename to harbour/contrib/examples/hbwhat/whtmous.c diff --git a/harbour/contrib/hbwhat/whtmsg.c b/harbour/contrib/examples/hbwhat/whtmsg.c similarity index 100% rename from harbour/contrib/hbwhat/whtmsg.c rename to harbour/contrib/examples/hbwhat/whtmsg.c diff --git a/harbour/contrib/hbwhat/whtpen.c b/harbour/contrib/examples/hbwhat/whtpen.c similarity index 100% rename from harbour/contrib/hbwhat/whtpen.c rename to harbour/contrib/examples/hbwhat/whtpen.c diff --git a/harbour/contrib/hbwhat/whtprn.c b/harbour/contrib/examples/hbwhat/whtprn.c similarity index 100% rename from harbour/contrib/hbwhat/whtprn.c rename to harbour/contrib/examples/hbwhat/whtprn.c diff --git a/harbour/contrib/hbwhat/whtrect.c b/harbour/contrib/examples/hbwhat/whtrect.c similarity index 100% rename from harbour/contrib/hbwhat/whtrect.c rename to harbour/contrib/examples/hbwhat/whtrect.c diff --git a/harbour/contrib/hbwhat/whtreg.c b/harbour/contrib/examples/hbwhat/whtreg.c similarity index 100% rename from harbour/contrib/hbwhat/whtreg.c rename to harbour/contrib/examples/hbwhat/whtreg.c diff --git a/harbour/contrib/hbwhat/whtrgn.c b/harbour/contrib/examples/hbwhat/whtrgn.c similarity index 100% rename from harbour/contrib/hbwhat/whtrgn.c rename to harbour/contrib/examples/hbwhat/whtrgn.c diff --git a/harbour/contrib/hbwhat/whtscrlb.c b/harbour/contrib/examples/hbwhat/whtscrlb.c similarity index 100% rename from harbour/contrib/hbwhat/whtscrlb.c rename to harbour/contrib/examples/hbwhat/whtscrlb.c diff --git a/harbour/contrib/hbwhat/whtseria.c b/harbour/contrib/examples/hbwhat/whtseria.c similarity index 100% rename from harbour/contrib/hbwhat/whtseria.c rename to harbour/contrib/examples/hbwhat/whtseria.c diff --git a/harbour/contrib/hbwhat/whtshell.c b/harbour/contrib/examples/hbwhat/whtshell.c similarity index 100% rename from harbour/contrib/hbwhat/whtshell.c rename to harbour/contrib/examples/hbwhat/whtshell.c diff --git a/harbour/contrib/hbwhat/whtsock.c b/harbour/contrib/examples/hbwhat/whtsock.c similarity index 100% rename from harbour/contrib/hbwhat/whtsock.c rename to harbour/contrib/examples/hbwhat/whtsock.c diff --git a/harbour/contrib/hbwhat/whtsys.c b/harbour/contrib/examples/hbwhat/whtsys.c similarity index 100% rename from harbour/contrib/hbwhat/whtsys.c rename to harbour/contrib/examples/hbwhat/whtsys.c diff --git a/harbour/contrib/hbwhat/whttab.c b/harbour/contrib/examples/hbwhat/whttab.c similarity index 100% rename from harbour/contrib/hbwhat/whttab.c rename to harbour/contrib/examples/hbwhat/whttab.c diff --git a/harbour/contrib/hbwhat/whttbar.c b/harbour/contrib/examples/hbwhat/whttbar.c similarity index 100% rename from harbour/contrib/hbwhat/whttbar.c rename to harbour/contrib/examples/hbwhat/whttbar.c diff --git a/harbour/contrib/hbwhat/whttext.c b/harbour/contrib/examples/hbwhat/whttext.c similarity index 100% rename from harbour/contrib/hbwhat/whttext.c rename to harbour/contrib/examples/hbwhat/whttext.c diff --git a/harbour/contrib/hbwhat/whttree.c b/harbour/contrib/examples/hbwhat/whttree.c similarity index 100% rename from harbour/contrib/hbwhat/whttree.c rename to harbour/contrib/examples/hbwhat/whttree.c diff --git a/harbour/contrib/hbwhat/whtview.c b/harbour/contrib/examples/hbwhat/whtview.c similarity index 100% rename from harbour/contrib/hbwhat/whtview.c rename to harbour/contrib/examples/hbwhat/whtview.c diff --git a/harbour/contrib/hbwhat/whtwnd.c b/harbour/contrib/examples/hbwhat/whtwnd.c similarity index 100% rename from harbour/contrib/hbwhat/whtwnd.c rename to harbour/contrib/examples/hbwhat/whtwnd.c diff --git a/harbour/contrib/hbwhat/wincdlg.prg b/harbour/contrib/examples/hbwhat/wincdlg.prg similarity index 100% rename from harbour/contrib/hbwhat/wincdlg.prg rename to harbour/contrib/examples/hbwhat/wincdlg.prg diff --git a/harbour/contrib/hbwhat/wincomm.prg b/harbour/contrib/examples/hbwhat/wincomm.prg similarity index 100% rename from harbour/contrib/hbwhat/wincomm.prg rename to harbour/contrib/examples/hbwhat/wincomm.prg diff --git a/harbour/contrib/hbwhat/wincore.prg b/harbour/contrib/examples/hbwhat/wincore.prg similarity index 100% rename from harbour/contrib/hbwhat/wincore.prg rename to harbour/contrib/examples/hbwhat/wincore.prg diff --git a/harbour/contrib/hbwhat/wincorec.c b/harbour/contrib/examples/hbwhat/wincorec.c similarity index 100% rename from harbour/contrib/hbwhat/wincorec.c rename to harbour/contrib/examples/hbwhat/wincorec.c diff --git a/harbour/contrib/hbwhat/windebug.prg b/harbour/contrib/examples/hbwhat/windebug.prg similarity index 100% rename from harbour/contrib/hbwhat/windebug.prg rename to harbour/contrib/examples/hbwhat/windebug.prg diff --git a/harbour/contrib/hbwhat/winerror.prg b/harbour/contrib/examples/hbwhat/winerror.prg similarity index 100% rename from harbour/contrib/hbwhat/winerror.prg rename to harbour/contrib/examples/hbwhat/winerror.prg diff --git a/harbour/contrib/hbwhat/wingdi.ch b/harbour/contrib/examples/hbwhat/wingdi.ch similarity index 100% rename from harbour/contrib/hbwhat/wingdi.ch rename to harbour/contrib/examples/hbwhat/wingdi.ch diff --git a/harbour/contrib/hbwhat/wininet.ch b/harbour/contrib/examples/hbwhat/wininet.ch similarity index 100% rename from harbour/contrib/hbwhat/wininet.ch rename to harbour/contrib/examples/hbwhat/wininet.ch diff --git a/harbour/contrib/hbwhat/winini.prg b/harbour/contrib/examples/hbwhat/winini.prg similarity index 100% rename from harbour/contrib/hbwhat/winini.prg rename to harbour/contrib/examples/hbwhat/winini.prg diff --git a/harbour/contrib/hbwhat/winrbar.prg b/harbour/contrib/examples/hbwhat/winrbar.prg similarity index 100% rename from harbour/contrib/hbwhat/winrbar.prg rename to harbour/contrib/examples/hbwhat/winrbar.prg diff --git a/harbour/contrib/hbwhat/winstruc.ch b/harbour/contrib/examples/hbwhat/winstruc.ch similarity index 100% rename from harbour/contrib/hbwhat/winstruc.ch rename to harbour/contrib/examples/hbwhat/winstruc.ch diff --git a/harbour/contrib/hbwhat/wintabs.prg b/harbour/contrib/examples/hbwhat/wintabs.prg similarity index 100% rename from harbour/contrib/hbwhat/wintabs.prg rename to harbour/contrib/examples/hbwhat/wintabs.prg diff --git a/harbour/contrib/hbwhat/wintbar.prg b/harbour/contrib/examples/hbwhat/wintbar.prg similarity index 100% rename from harbour/contrib/hbwhat/wintbar.prg rename to harbour/contrib/examples/hbwhat/wintbar.prg diff --git a/harbour/contrib/hbwhat/winuser.ch b/harbour/contrib/examples/hbwhat/winuser.ch similarity index 100% rename from harbour/contrib/hbwhat/winuser.ch rename to harbour/contrib/examples/hbwhat/winuser.ch