2003-10-22 9:49 UTC-0800 Luis Krause Mantilla <lkrausem@shaw.ca>

This commit is contained in:
Luis Krause
2003-10-22 16:50:22 +00:00
parent 5f47f4e811
commit f1d4483ed5
2 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2003-10-22 9:49 UTC-0800 Luis Krause Mantilla <lkrausem@shaw.ca>
* makefile.bc
* $(OBJ_DIR)\msgsrwin.obj added to LANG.LIB dependencies section.
2003-10-22 13:55 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* 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 <rglab@przesiew.imid.med.pl>
* .cvsignore

View File

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