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.
This commit is contained in:
Viktor Szakats
2009-06-15 09:46:21 +00:00
parent 89eb6c5dd9
commit 8fe54aeb52
7 changed files with 16 additions and 7 deletions

View File

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

View File

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

View File

@@ -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%" == "" (

View File

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

View File

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

View File

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

View File

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