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 <contrib>.hbc files to add contrib packages
            to their projects (as opposed to manual -l options).
This commit is contained in:
Viktor Szakats
2012-03-04 19:33:43 +00:00
parent 22ab9a5835
commit 9ac405c6ff
2 changed files with 11 additions and 0 deletions

View File

@@ -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 <contrib>.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

View File

@@ -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/*.*