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