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
There should be extra debug lines, which I was asking
you to post here.
I've found a few problems with some *nix platforms,
but MSVC 2008 works alright in my local tests.
It's possible you're using some non-hbmk2 ways to pass
lib dirs to MSVC linker (f.e. LIB or LIBPATH envvar),
and in this case hbmk2 has no way to find your libs for
dependency detection. If this is the case I suggest
to use -L option to pass lib dirs.
-debuginc output can give some clues.
Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour