20000502-19:12 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-05-02 17:10:28 +00:00
parent ded93951c0
commit 9ab7a9a305
4 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
20000502-19:12 GMT+1 Victor Szakats <info@szelvesz.hu>
* 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 <rglab@imid.med.pl>
*makefile.bc

View File

@@ -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

View File

@@ -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 \

View File

@@ -38,7 +38,7 @@
* www - http://www.harbour-project.org
*
* Copyright 1999 Victor Szakats <info@szelvesz.hu>
* HB_PROCFILE()
* PROCFILE()
*
* See doc/license.txt for licensing terms.
*