From 8fe54aeb5236d9c474488cc77804806c221dd0fb Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 15 Jun 2009 09:46:21 +0000 Subject: [PATCH] 2009-06-15 11:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * tests/bnch_win.bat * bin/postinst.bat * bin/hb-mkimp.bat * bin/hb-mkdyn.bat * mpkg_dos.bat * mpkg_win.bat * Minor adjustment to prev. --- harbour/ChangeLog | 9 +++++++++ harbour/bin/hb-mkdyn.bat | 4 ++-- harbour/bin/hb-mkimp.bat | 2 +- harbour/bin/postinst.bat | 2 +- harbour/mpkg_dos.bat | 2 +- harbour/mpkg_win.bat | 2 +- harbour/tests/bnch_win.bat | 2 +- 7 files changed, 16 insertions(+), 7 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 643a7e4f37..7e571c3f37 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,15 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-15 11:45 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * tests/bnch_win.bat + * bin/postinst.bat + * bin/hb-mkimp.bat + * bin/hb-mkdyn.bat + * mpkg_dos.bat + * mpkg_win.bat + * Minor adjustment to prev. + 2009-06-15 11:29 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * tests/bnch_win.bat * bin/postinst.cmd diff --git a/harbour/bin/hb-mkdyn.bat b/harbour/bin/hb-mkdyn.bat index 0e762bea67..43738e9c0d 100644 --- a/harbour/bin/hb-mkdyn.bat +++ b/harbour/bin/hb-mkdyn.bat @@ -12,8 +12,8 @@ rem --------------------------------------------------------------- rem NOTE: .prg files have to be compiled with -n1 rem NOTE: .c files have to be compiled with -DHB_DYNLIB -if not "%OS%" == "Windows_NT" echo "This Harbour build script requires Windows NT or upper." -if not "%OS%" == "Windows_NT" goto EOF +if not "%OS%" == "Windows_NT" echo This Harbour build script requires Windows NT or upper. +if not "%OS%" == "Windows_NT" goto :EOF setlocal diff --git a/harbour/bin/hb-mkimp.bat b/harbour/bin/hb-mkimp.bat index 79d72a3c48..64e8ee5bf9 100644 --- a/harbour/bin/hb-mkimp.bat +++ b/harbour/bin/hb-mkimp.bat @@ -18,7 +18,7 @@ rem rem See COPYING for licensing terms. rem --------------------------------------------------------------- -if not "%OS%" == "Windows_NT" echo "This Harbour build script requires Windows NT or upper." +if not "%OS%" == "Windows_NT" echo This Harbour build script requires Windows NT or upper. if not "%OS%" == "Windows_NT" goto END if not "%HB_LIB_INSTALL%" == "" ( diff --git a/harbour/bin/postinst.bat b/harbour/bin/postinst.bat index b5b1387e5f..af7bd044aa 100644 --- a/harbour/bin/postinst.bat +++ b/harbour/bin/postinst.bat @@ -26,7 +26,7 @@ goto INST_%HB_ARCHITECTURE% rem Windows post install part - if not "%OS%" == "Windows_NT" echo "This Harbour build script requires Windows NT or upper." + if not "%OS%" == "Windows_NT" echo This Harbour build script requires Windows NT or upper. if not "%OS%" == "Windows_NT" goto END if "%HB_COMPILER%" == "mingw" set HB_DYNLIB=yes diff --git a/harbour/mpkg_dos.bat b/harbour/mpkg_dos.bat index 6578abe4a4..f7cd8bc05f 100644 --- a/harbour/mpkg_dos.bat +++ b/harbour/mpkg_dos.bat @@ -18,7 +18,7 @@ rem - HB_COMPILER envvar configured (see INSTALL doc) rem - C compiler and GNU Make configured (see INSTALL doc) rem --------------------------------------------------------------- -if not "%OS%" == "Windows_NT" echo "This Harbour build script requires Windows NT or upper." +if not "%OS%" == "Windows_NT" echo This Harbour build script requires Windows NT or upper. if not "%OS%" == "Windows_NT" goto END setlocal diff --git a/harbour/mpkg_win.bat b/harbour/mpkg_win.bat index a0ad2ef274..f0bd9b1f34 100644 --- a/harbour/mpkg_win.bat +++ b/harbour/mpkg_win.bat @@ -22,7 +22,7 @@ rem - HB_COMPILER envvar configured (see INSTALL doc) rem - C compiler and GNU Make configured (see INSTALL doc) rem --------------------------------------------------------------- -if not "%OS%" == "Windows_NT" echo "This Harbour build script requires Windows NT or upper." +if not "%OS%" == "Windows_NT" echo This Harbour build script requires Windows NT or upper. if not "%OS%" == "Windows_NT" goto END setlocal diff --git a/harbour/tests/bnch_win.bat b/harbour/tests/bnch_win.bat index d29f3132ac..7814b03b5a 100644 --- a/harbour/tests/bnch_win.bat +++ b/harbour/tests/bnch_win.bat @@ -25,7 +25,7 @@ @rem 'bnch_win.bat > results.txt 2>&1' @rem --------------------------------------------------------------- -@if not "%OS%" == "Windows_NT" echo "This script requires Windows NT or upper." +@if not "%OS%" == "Windows_NT" echo This script requires Windows NT or upper. @if not "%OS%" == "Windows_NT" goto END @rem ; Default settings