From 9ab7a9a305d4e206480ee70cd65d633faacceeb2 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 2 May 2000 17:10:28 +0000 Subject: [PATCH] 20000502-19:12 GMT+1 Victor Szakats --- harbour/ChangeLog | 10 ++++++++++ harbour/make_gnu.cmd | 2 +- harbour/makefile.vc | 2 +- harbour/source/vm/proc.c | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b6809363bf..5a2eafc11a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,13 @@ +20000502-19:12 GMT+1 Victor Szakats + + * source/vm/proc.c + ! Typo. + + * make_gnu.cmd + + Error output redirection readded to be in sync with the other make + files. If you need to customize this for your own taste, please make + a local copy of it before. + 20000502-17:15 GMT+1 Ryszard Glab *makefile.bc diff --git a/harbour/make_gnu.cmd b/harbour/make_gnu.cmd index 984b85bc42..d39847811e 100644 --- a/harbour/make_gnu.cmd +++ b/harbour/make_gnu.cmd @@ -109,7 +109,7 @@ if "%HB_INC_INSTALL%" == "" set HB_INC_INSTALL=include\ rem --------------------------------------------------------------- rem Start the GNU make system - make %1 %2 %3 %4 %5 %6 %7 %8 %9 + make %1 %2 %3 %4 %5 %6 %7 %8 %9 2> make_gnu.log goto END :END diff --git a/harbour/makefile.vc b/harbour/makefile.vc index b410f39fdb..a13ab055eb 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -213,7 +213,6 @@ RTL_LIB_OBJS = \ $(OBJ_DIR)\do.obj \ $(OBJ_DIR)\empty.obj \ $(OBJ_DIR)\errorapi.obj \ - $(OBJ_DIR)\eval.obj \ $(OBJ_DIR)\filesys.obj \ $(OBJ_DIR)\fkmax.obj \ $(OBJ_DIR)\fnsplit.obj \ @@ -510,6 +509,7 @@ VM_LIB_OBJS = \ $(OBJ_DIR)\codebloc.obj \ $(OBJ_DIR)\debug.obj \ $(OBJ_DIR)\dynsym.obj \ + $(OBJ_DIR)\eval.obj \ $(OBJ_DIR)\extend.obj \ $(OBJ_DIR)\fm.obj \ $(OBJ_DIR)\hvm.obj \ diff --git a/harbour/source/vm/proc.c b/harbour/source/vm/proc.c index a556745046..63deb56767 100644 --- a/harbour/source/vm/proc.c +++ b/harbour/source/vm/proc.c @@ -38,7 +38,7 @@ * www - http://www.harbour-project.org * * Copyright 1999 Victor Szakats - * HB_PROCFILE() + * PROCFILE() * * See doc/license.txt for licensing terms. *