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) -+$@,, #