From 3b5094c0b12db36633993f77c2fbc1e8e5895142 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 11 Feb 2000 22:03:52 +0000 Subject: [PATCH] 20000211-23:05 GMT+1 Victor Szakats --- harbour/ChangeLog | 4 ++++ harbour/make_b16.bat | 4 ++-- harbour/make_b32.bat | 4 ++-- harbour/make_b40.bat | 4 ++-- harbour/make_vc.bat | 4 ++-- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 338203d18a..040a81dce4 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +20000211-23:05 GMT+1 Victor Szakats + * make*.bat + * The different make systems generate log files with different names. + 20000211-22:31 GMT+1 Victor Szakats * makefile.vc ! Modified to generate all the intermediate .c/.y/.l files in the obj dir diff --git a/harbour/make_b16.bat b/harbour/make_b16.bat index 8a74b04f92..2dde2cd6db 100644 --- a/harbour/make_b16.bat +++ b/harbour/make_b16.bat @@ -3,5 +3,5 @@ rem rem $Id$ rem -make -fmakefile.b16 > make.err -edit make.err +make -fmakefile.b16 > make_b16.err +edit make_b16.err diff --git a/harbour/make_b32.bat b/harbour/make_b32.bat index 8d13cf3983..323320d6b6 100644 --- a/harbour/make_b32.bat +++ b/harbour/make_b32.bat @@ -3,5 +3,5 @@ rem rem $Id$ rem -make -fmakefile.b32 > make.err -notepad make.err +make -fmakefile.b32 > make_b32.err +notepad make_b32.err diff --git a/harbour/make_b40.bat b/harbour/make_b40.bat index 878300e3b1..de2f1dba2d 100644 --- a/harbour/make_b40.bat +++ b/harbour/make_b40.bat @@ -3,5 +3,5 @@ rem rem $Id$ rem -make -DB40 -fmakefile.b32 > make.err -notepad make.err +make -DB40 -fmakefile.b32 > make_b40.err +notepad make_b40.err diff --git a/harbour/make_vc.bat b/harbour/make_vc.bat index c3d4dd3225..c199064d9d 100644 --- a/harbour/make_vc.bat +++ b/harbour/make_vc.bat @@ -3,5 +3,5 @@ rem rem $Id$ rem -nmake /f makefile.vc %1 > make.err -notepad make.err +nmake /f makefile.vc %1 > make_vc.err +notepad make_vc.err