On Tue, Jul 14, 2009 at 11:07 AM, Lorenzo
Fiorini<[email protected]> wrote:

> If it expected?

Here is what I've added to hb-func.sh:

...
962:      if [ "${HB_ARCHITECTURE}" = "win" ] || \
               [ "${HB_ARCHITECTURE}" = "wce" ]; then
                ll=${l%-${hb_ver}${lib_ext}}${lib_ext}
                ln -sf $l $ll
                if [ "${HB_XBUILD}" = "" ]; then
                   (cd "$dir"
                   mv "${HB_LIB_INSTALL}/$l" "${HB_BIN_INSTALL}"
                   mv "${HB_LIB_INSTALL}/$ll" "${HB_BIN_INSTALL}")
                fi
971:       else
...

best regards,
Lorenzo
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to