From b5049ddb98dbc69cd1839136077042e9cd856add Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 25 Apr 2000 01:18:31 +0000 Subject: [PATCH] 20000425-03:20 GMT+1 Victor Szakats --- harbour/ChangeLog | 16 ++++++++++++++++ harbour/contrib/libgt/makefile.bc | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 73ba303607..1005662367 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,19 @@ +20000425-03:20 GMT+1 Victor Szakats + + * source/compiler/hbusage.c + ! Some corrections. + + * source/rtl/gtstd.c + ! Fixed keyboard (and hangup) for Unix compatible systems. + + * utils/hbrun/Makefile + ! exttools -> external + + * contrib/libmisc/makefile.bc + * contrib/libmisc/makefile.vc + * contrib/libgt/makefile.bc + ! Fixed library names. + 20000424-19:40 GMT+1 Ryszard Glab *source/compiler/harbour.l diff --git a/harbour/contrib/libgt/makefile.bc b/harbour/contrib/libgt/makefile.bc index 577f06a133..52b63fcbbe 100644 --- a/harbour/contrib/libgt/makefile.bc +++ b/harbour/contrib/libgt/makefile.bc @@ -77,7 +77,7 @@ LDFLAGS = $(LDFLAGS) # Macros to access our library names # -TOOLS_LIB = $(LIB_DIR)\tools.lib +TOOLS_LIB = $(LIB_DIR)\gt.lib HARBOUR_EXE = $(BIN_DIR)\harbour.exe