From 20f3a3f0ca8e07d6cf589c693626a6c6ba74135d Mon Sep 17 00:00:00 2001 From: Petr Chornyj Date: Sat, 20 Mar 2010 09:03:45 +0000 Subject: [PATCH] 2009-11-28 11:00 UTC+0200 Petr Chornyj (myorg63 at mail.ru) * harbour/bin/postinst.bat * Minor change to respect HB_BUILD_SHARED --- harbour/ChangeLog | 4 ++++ harbour/bin/postinst.bat | 2 ++ 2 files changed, 6 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 74c6e6481b..c9f92302ef 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-28 11:00 UTC+0200 Petr Chornyj (myorg63 at mail.ru) + * harbour/bin/postinst.bat + * Minor change to respect HB_BUILD_SHARED + 2010-03-19 22:22 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.ch * contrib/hbide/hbide.prg diff --git a/harbour/bin/postinst.bat b/harbour/bin/postinst.bat index 5e6f96ae3e..19cd9f4903 100644 --- a/harbour/bin/postinst.bat +++ b/harbour/bin/postinst.bat @@ -54,12 +54,14 @@ if "%HB_SHELL%" == "nt" goto _SH_NT if "%HB_BUILD_MODE%" == "c" set HBMK_OPTIONS=%HBMK_OPTIONS% -cpp=no if "%HB_BUILD_DEBUG%" == "yes" set HBMK_OPTIONS=%HBMK_OPTIONS% -debug + if "%HB_BUILD_SHARED%" == "yes" ( echo ! Making shared version of Harbour binaries... "%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lang=en -shared "-o%HB_BIN_INSTALL%\hbrun-dll" "%~dp0..\utils\hbrun\hbrun.hbp" "%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lang=en -shared "-o%HB_BIN_INSTALL%\hbmk2-dll" "%~dp0..\utils\hbmk2\hbmk2.hbp" "%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lang=en -shared "-o%HB_BIN_INSTALL%\hbtest-dll" "%~dp0..\utils\hbtest\hbtest.hbp" "%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lang=en -shared "-o%HB_BIN_INSTALL%\hbi18n-dll" "%~dp0..\utils\hbi18n\hbi18n.hbp" "%HB_HOST_BIN_DIR%\hbmk2" -quiet -q0 -lang=en -shared "-o%HB_BIN_INSTALL%\hbformat-dll" "%~dp0..\utils\hbformat\hbformat.hbp" +) :_NO_DLL_BIN