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\include

then it's correctly expanded to:

-L"C:/wxWidgets-2.8.10/lib/gcc_lib"



It's correctly behavior ? If so, why ?


best regards,

Teo



_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to