I have this .hbp file:
-trace
-info
-hblib
-omylib
-inc
-workdir=hbobj
-iInclude
-prgflag=-b
and then a list of about 20 source files.


this files are compiled and I find the .obj files in directory hbobj

>From these files a mylib.lib is assembled.

Now I'm linking this library in a program using -lmylib and I find the
linker loads the WHOLE mylib.lib, not just the used functions... is it
normal ?

I'm using Harbour 2.0 and bcc5.5
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to