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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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%" == "" (
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user