* bin/postinst.cmd
* bin/postinst.bat
* bin/postinst.sh
- Removed creation of hb*.bat files.
* contrib/make_b32_all.bat
* contrib/make_gcc_all.sh
* contrib/make_vc_all.bat
* contrib/Makefile
* Disabled hbwhat.
* contrib/gtwvg/wvggui.c
! Fixed a few warnings.
33 lines
816 B
Batchfile
33 lines
816 B
Batchfile
@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_os2
|
|
rem OS/2 post install part
|
|
goto end
|
|
|
|
|
|
:inst_
|
|
:end
|