From 44b0d6ea624153fceb327b46fa2fc9c6612e8863 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Tue, 5 Oct 1999 06:19:50 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2979e9d648..81fa5962a5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,18 @@ +19991005-07:55 GMT+1 Antonio Linares + + New file source/vm/mainstd.c (entry point for std applications) + + New file source/vm/mainwin.c (entry point for win appplications) + * source/vm/hvm.c + -+ main() renamed to hb_vmInit() + * hb_quit() removed from there and moved to mainstd.c and + mainwin.c respectively. + * makefile.b32 + * added support for mainstd.c and mainwin.c modules. + (make_b32.bat tested and works ok). + * tests/bld_b32.bat + * %1 moved to the end of line + * del %1.c removed + (tested and works ok). + 19991005-00:13 GMT+1 Victor Szel * source/compiler/genc.c ! Cosmetic: Some double tabs changed to single ones. @@ -45,7 +60,7 @@ Mon Oct 04 12:52:42 1999 Gonzalo A. Diethelm - * tests/working/Makefile: + * tests/working/Makefile: Added missing '\' after db_brows.ch. Changed spaces to tabs.