From f1d4483ed5f484c586df297750246ed426b0092e Mon Sep 17 00:00:00 2001 From: Luis Krause Date: Wed, 22 Oct 2003 16:50:22 +0000 Subject: [PATCH] 2003-10-22 9:49 UTC-0800 Luis Krause Mantilla --- harbour/ChangeLog | 6 +++++- harbour/makefile.bc | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 51edd4b381..d480bab79d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2003-10-22 9:49 UTC-0800 Luis Krause Mantilla + * makefile.bc + * $(OBJ_DIR)\msgsrwin.obj added to LANG.LIB dependencies section. + 2003-10-22 13:55 UTC+0300 Alexander Kresin * makefile.bc * makefile.nt @@ -20,7 +24,7 @@ * source/vm/codebloc.c ! Fixed detached local bug (borrowed from xharbour) * source/rdd/dbcmd.c - ! Fixed bug in __dbLocate with When clause (borrowed from xharbour) + ! Fixed bug in __dbLocate() with When clause (borrowed from xharbour) 2003-10-20 13:45 UTC+0100 Ryszard Glab * .cvsignore diff --git a/harbour/makefile.bc b/harbour/makefile.bc index b1312fdb2c..b193a869fe 100644 --- a/harbour/makefile.bc +++ b/harbour/makefile.bc @@ -2221,6 +2221,10 @@ $(OBJ_DIR)\msgsriso.obj : $(LANG_DIR)\msgsriso.c $(CC) $(CLIBFLAGS) -o$@ $** tlib $(LANG_LIB) $(ARFLAGS) -+$@,, +$(OBJ_DIR)\msgsrwin.obj : $(LANG_DIR)\msgsrwin.c + $(CC) $(CLIBFLAGS) -o$@ $** + tlib $(LANG_LIB) $(ARFLAGS) -+$@,, + $(OBJ_DIR)\msgzhb5.obj : $(LANG_DIR)\msgzhb5.c $(CC) $(CLIBFLAGS) -o$@ $** tlib $(LANG_LIB) $(ARFLAGS) -+$@,,