2012-11-25 01:29 UTC+0100 Viktor Szakats (harbour syenar.net)

* utils/hbmk2/pkg_dynl.hbm
    % do not override workdir for 3rd party projects.
      it's just not necessary and bad precedent.
This commit is contained in:
Viktor Szakats
2012-11-25 00:30:46 +00:00
parent 9b2a23a194
commit 97ddb8476f
2 changed files with 5 additions and 4 deletions

View File

@@ -10,6 +10,11 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2012-11-25 01:29 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/pkg_dynl.hbm
% do not override workdir for 3rd party projects.
it's just not necessary and bad precedent.
2012-11-24 20:01 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbct/charsort.c
* contrib/hbct/ctstr.c

View File

@@ -36,7 +36,3 @@
# output dir (in sync with GNU Make)
{hbdyn&unix&!cygwin}-olib/${hb_plat}/${hb_comp}${hb_build}/
{hbdyn&(cygwin|!unix)}-obin/${hb_plat}/${hb_comp}${hb_build}/
# workdir (in sync with GNU Make)
{hbdyn&unix&!cygwin}-workdir=lib/${hb_plat}/${hb_comp}${hb_build}/${hb_work}/${hb_outputname}${hb_workdynsub}
{hbdyn&(cygwin|!unix)}-workdir=bin/${hb_plat}/${hb_comp}${hb_build}/${hb_work}/${hb_outputname}${hb_workdynsub}