* tests/bnch_win.bat
* bin/postinst.cmd
* bin/postinst.bat
* bin/hb-mkimp.bat
* bin/hb-mkdyn.bat
* mpkg_dos.bat
* mpkg_win.bat
+ Added display of error message if run on non-NT systems.
* Some formatting.
33 lines
810 B
Batchfile
33 lines
810 B
Batchfile
@rem
|
|
@rem $Id$
|
|
@rem
|
|
|
|
@echo off
|
|
|
|
rem ---------------------------------------------------------------
|
|
rem Copyright 2009 Viktor Szakats (harbour.01 syenar.hu)
|
|
rem Copyright 2003 Przemyslaw Czerpak (druzus / at / priv.onet.pl)
|
|
rem simple script run after Harbour make install to finish install
|
|
rem process
|
|
rem
|
|
rem See COPYING for licensing terms.
|
|
rem ---------------------------------------------------------------
|
|
|
|
set _HBMK_CFG=%HB_BIN_INSTALL%\hbmk.cfg
|
|
echo Generating %_HBMK_CFG%...
|
|
echo # Harbour Make configuration> %_HBMK_CFG%
|
|
echo # Generated by Harbour build process>> %_HBMK_CFG%
|
|
echo arch=%HB_ARCHITECTURE%>> %_HBMK_CFG%
|
|
echo comp=%HB_COMPILER%>> %_HBMK_CFG%
|
|
set _HBMK_CFG=
|
|
|
|
goto INST_%HB_ARCHITECTURE%
|
|
|
|
:INST_OS2
|
|
|
|
rem OS/2 post install part
|
|
goto END
|
|
|
|
:INST_
|
|
:END
|