From 9ac405c6ff37fa4f938f04f456c143fb879ed168 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 4 Mar 2012 19:33:43 +0000 Subject: [PATCH] 2012-03-04 20:31 UTC+0100 Viktor Szakats (harbour syenar.net) * contrib/hbpost.hbm + install .hbx files to respective contrib dirs. ; TODO: delete all '-instfile=inc:' options from contrib .hbp files so that contrib headers are no longer duplicated in central Harbour include dir. This WILL BE INCOMPATIBLE change requiring users to use .hbc files to add contrib packages to their projects (as opposed to manual -l options). --- harbour/ChangeLog | 10 ++++++++++ harbour/contrib/hbpost.hbm | 1 + 2 files changed, 11 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 716ce6b2a7..892111a263 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,16 @@ The license applies to all entries newer than 2009-04-28. */ +2012-03-04 20:31 UTC+0100 Viktor Szakats (harbour syenar.net) + * contrib/hbpost.hbm + + install .hbx files to respective contrib dirs. + + ; TODO: delete all '-instfile=inc:' options from contrib .hbp files + so that contrib headers are no longer duplicated in central + Harbour include dir. This WILL BE INCOMPATIBLE change requiring + users to use .hbc files to add contrib packages + to their projects (as opposed to manual -l options). + 2012-03-04 14:29 UTC+0100 Viktor Szakats (harbour syenar.net) * package/winuni/mpkg_win_uni.bat ! fix to prev diff --git a/harbour/contrib/hbpost.hbm b/harbour/contrib/hbpost.hbm index 0b0222c5f9..bfef8d960b 100644 --- a/harbour/contrib/hbpost.hbm +++ b/harbour/contrib/hbpost.hbm @@ -81,6 +81,7 @@ # copy contrib-specific public files -instfile=contrib:${_HB_CONTRIB_SUBDIR}/*.hbc -instfile=contrib:${_HB_CONTRIB_SUBDIR}/*.hbs +-instfile=contrib:${_HB_CONTRIB_SUBDIR}/*.hbx -instfile=contrib:${_HB_CONTRIB_SUBDIR}/*.ch -instfile=contrib:${_HB_CONTRIB_SUBDIR}/*.txt -instfile=contrib_tests:${_HB_CONTRIB_SUBDIR}/tests/*.*