>
> This is your path for mingw32
> have you also openwatcom,msvc,w32/mingwce, w32/msvcce,w32/poccce


No, but the idea is very very similar.


> @echo off
>
> set PATH=C:\devl\MinGW-412\bin\;C:\devl\msys\1.0\bin\;%PATH%


msys is better to precede MinGW.


> set PRG_USR=-l
> set C_USR=-march=pentiumpro -O4 -fomit-frame-pointer -ffast-math


None needed as discussed earlier.


> set HB_ARCHITECTURE=w32
> set HB_COMPILER=mingw32

set L_USR=-s


Wrong, use this:

set HB_ARCHITECTURE=win
set HB_COMPILER=mingw
set HB_USER_LDFLAGS=-s

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

Reply via email to