On Thu, Sep 17, 2009 at 10:10 AM, Lorenzo Fiorini
<lorenzo.fior...@gmail.com> wrote:

> Is there a configuration to have pcre and zlib "fully" included in the
> libharbour.so like before?

I've found that:

1) change

export HB_HAS_ZLIB       := yes
export HB_HAS_ZLIB_LOCAL := yes
export HB_HAS_PCRE       := yes
export HB_HAS_PCRE_LOCAL := yes

in config/detect.mk

2) add hbzip and hbpcre to HB_EXTERNALLIBS

3) restore

#   echo "Making ${full_lib_name}..."
#   ${hb_mkdyn} ${full_lib_name} ${LIBS} ${linker_options}
#   if [ "${LIBS}" != "${LIBSMT}" ]; then
#       echo "Making ${full_lib_name_mt}..."
#       ${hb_mkdyn} ${full_lib_name_mt} ${LIBSMT} ${linker_mtoptions}
${linker_options}
#   fi

in hb-func.sh does the trick.

best regards,
Lorenzo
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to