Viktor Szakáts escreveu:
Hi,

hbmk2 don't check if lib is more recent and not link again with new lib.
In my project my files is:
------->8------
-inc
-lhwgui.lib
-lhwg_qhtm.lib
-lprocmisc.lib
-lhbxml.lib
-gui
-run
------8<-------
while my file hwgui.lib is recompiled if I call:
c:>\project\hbmk2 sciwin.hbm
It don't relink the new lib. :(

Try dropping .lib extension from -l options.
They are unnecessary and may break the process
depending on the compiler you use.

[ See hbmk2 --help about that at -l option description. ]

If this doesn't help, please post your output
after adding -debuginc option.

Furthermore, which compiler/platform did you test this on?

Brgds,
Viktor

Hi,
MSVC 2008 is my compiler. Windows XP is my OS.
And I remove .lib extension of file .hbm.
And flag -debuginc makes no reference to the file hwgui.lib

Best regards,
Itamar M.Lins Jr.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to