On Tue, 18 Aug 2009, Szak�ts Viktor wrote:
> In line 47 TARGET is set to 'i386-mingw32msvc', but the
> check is made for 'i386-mingw32-gcc' before. This
> is so since very long, but I wonder if 'msvc' ending in
> line 47 is just a (copy-past) typo?

Looks like a typo but don't ask me about correct version.
I commited this code:
    if [ -x /opt/xmingw/bin/i386-mingw32-gcc ]; then
        MINGW_PREFIX=/opt/xmingw
        [ -n "$TARGET" ] || TARGET=i386-mingw32msvc
    else

but I do not use Gentoo Linux and it does not comes from xHarbour
so probably it's result of some user request I hadn't verified
but simply copied as is. My fault and I do not remember why
I added it :-(
Anyhow autodetection at line 69 overwrites above settings if they
are wrong.

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

Reply via email to