diff --git a/harbour/ChangeLog.txt b/harbour/ChangeLog.txt index da5baeba94..a1d751fbcb 100644 --- a/harbour/ChangeLog.txt +++ b/harbour/ChangeLog.txt @@ -10,6 +10,11 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2012-12-06 20:04 UTC+0100 Viktor Szakats (harbour syenar.net) + * extras/template/hbtpl.hbc + * extras/template/hbtpl.hbp + + added commented lines for 3rd party lib dependency + 2012-12-06 19:51 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/template/tests/hbstart.hb + added missing svn id diff --git a/harbour/extras/template/hbtpl.hbc b/harbour/extras/template/hbtpl.hbc index 49a797b3ad..a18206b92b 100644 --- a/harbour/extras/template/hbtpl.hbc +++ b/harbour/extras/template/hbtpl.hbc @@ -9,3 +9,6 @@ headers=${hb_name}.ch libpaths=lib/${hb_plat}/${hb_comp} libs=${hb_name} + +# NOTE: Uncomment, if the library has any 3rd party lib dependencies +# libs=lib3rdparty diff --git a/harbour/extras/template/hbtpl.hbp b/harbour/extras/template/hbtpl.hbp index 6a143b8890..5997814c5f 100644 --- a/harbour/extras/template/hbtpl.hbp +++ b/harbour/extras/template/hbtpl.hbp @@ -11,6 +11,15 @@ -w3 -es2 +# NOTE: Uncomment, if the library has any 3rd party lib dependencies +# -depkeyhead=lib3rd:lib3rd.h +# -depcontrol=lib3rd:${HB_WITH_LIB3RD} +# -depincpath=lib3rd:/usr/include +# -depincpath=lib3rd:/boot/common/include +# -depimplibs=lib3rd:../dll/lib3rd.dll +# -depimplibd=lib3rd:lib3rd +# -depfinish=lib3rd + core.prg corec.c