On Apr 10, 2010, at 8:35 PM, Teo Fonrouge wrote:
> Hello,
>
> On an *.hbc script, there is the following line:
>
> -i{mingw}${HB_WITH_WX}\..\lib\gcc_lib\msw
Ok, now I got a little more knowledge on hbmk2
and I see where the problem is:
"\..\"
>
[snip]
Sorry for the noise.
best regards,
Hello,
On an *.hbc script, there is the following line:
-i{mingw}${HB_WITH_WX}\..\lib\gcc_lib\msw
If I set the HB_WITH_WX var with:
set HB_WITH_WX=C:\wxWidgets-2.8.10
then it's incorrectly expanded to:
-LC:/lib/gcc_lib
If I set the HB_WITH_WX var with:
set HB_WITH_WX=C:\wxWidgets-2.8.10\i