From c24cbedfb087513b6512547c9cd35dfada2ec196 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 7 Aug 2010 12:52:26 +0000 Subject: [PATCH] 2010-08-07 14:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbpost.hbm ! Little fix to prev. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbpost.hbm | 11 ++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0f8318848b..9d5c5ef46e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-08-07 14:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbpost.hbm + ! Little fix to prev. + 2010-08-07 14:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed to prepend dynlib prefix to output name -hbdyn mode. diff --git a/harbour/contrib/hbpost.hbm b/harbour/contrib/hbpost.hbm index f8369072fa..dedd9b64ec 100644 --- a/harbour/contrib/hbpost.hbm +++ b/harbour/contrib/hbpost.hbm @@ -47,14 +47,15 @@ {_HB_BUILD_LIBDYN}-depimplib- {hbdyn}-o${hb_outputname}${hb_dynsuffix} - {hblib}-o../lib/${hb_plat}/${hb_comp}${hb_build}/ -{(hbexe|hbdyn)&unix}-o../lib/${hb_plat}/${hb_comp}${hb_build}/ -{(hbexe|hbdyn)&!unix}-o../bin/${hb_plat}/${hb_comp}${hb_build}/ +{hbexe}-o../bin/${hb_plat}/${hb_comp}${hb_build}/ +{hbdyn&unix}-o../lib/${hb_plat}/${hb_comp}${hb_build}/ +{hbdyn&!unix}-o../bin/${hb_plat}/${hb_comp}${hb_build}/ {hblib}-workdir=../lib/${hb_plat}/${hb_comp}${hb_build}/${hb_work}/${hb_outputname}${hb_workdynsub} -{(hbexe|hbdyn)&unix}-workdir=../lib/${hb_plat}/${hb_comp}${hb_build}/${hb_work}/${hb_outputname}${hb_workdynsub} -{(hbexe|hbdyn)&!unix}-workdir=../bin/${hb_plat}/${hb_comp}${hb_build}/${hb_work}/${hb_outputname}${hb_workdynsub} +{hbexe}-workdir=../bin/${hb_plat}/${hb_comp}${hb_build}/${hb_work}/${hb_outputname}${hb_workdynsub} +{hbdyn&unix}-workdir=../lib/${hb_plat}/${hb_comp}${hb_build}/${hb_work}/${hb_outputname}${hb_workdynsub} +{hbdyn&!unix}-workdir=../bin/${hb_plat}/${hb_comp}${hb_build}/${hb_work}/${hb_outputname}${hb_workdynsub} {_HB_BUILD_INSTALL&_HB_INSTALL_LIB&hblib}-instpath=${_HB_INSTALL_LIB}/ {_HB_BUILD_INSTALL&_HB_INSTALL_BIN&hbexe}-instpath=${_HB_INSTALL_BIN}/