@rem @rem $Id$ @rem @echo off rem --------------------------------------------------------------- rem Copyright 2009 Viktor Szakats (viktor.szakats@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 doc/license.txt 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_win rem Windows post install part if "%OS%" == "Windows_NT" if "%HB_DLL%" == "yes" call %~dp0hb-mkdyn.bat goto end :inst_dos rem DOS post install part goto end :inst_ :end