From 086eb547da14e72aed2437bf194f811e864ed43a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 22 Jun 2006 19:42:10 +0000 Subject: [PATCH] 2006-06-22 21:41 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu) * harbour/makefile.bc * Fix to prev. --- harbour/ChangeLog | 4 ++++ harbour/makefile.bc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1a777132c5..c808a8d3ba 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -9,6 +9,10 @@ */ + * harbour/include/hbgtcore.h + * harbour/source/rtl/hbgtcore.c + * changed 'char *' to 'const char *' in hb_gtSetDefault(), hb_gtLoad() + 2006-06-22 21:41 UTC+0100 Viktor Szakats (viktor.szakats syenar.hu) ! Fixed to use OutErr() instead of QOut() for CA-Cl*pper * Fix to prev. diff --git a/harbour/makefile.bc b/harbour/makefile.bc index 7355827e09..b203dfa457 100644 --- a/harbour/makefile.bc +++ b/harbour/makefile.bc @@ -2889,7 +2889,7 @@ $(OBJ_DIR)\gtwvt.obj : $(RTL_DIR)\gtwvt\gtwvt.c $(OBJ_DIR)\gtgui.obj : $(RTL_DIR)\gtgui\gtgui.c $(CC) $(CLIBFLAGS) -o$@ $** - tlib $(GTWVT_LIB) $(ARFLAGS) -+$@,, + tlib $(GTGUI_LIB) $(ARFLAGS) -+$@,, #