How do you create a library ?

Hi,

I have created some functions and I need to create a library for a client. I don't want him to have my source. So how can I create such thing ?

Thanks,

Oprah,

Parents
  • Use the LIBx51 librarian tool. See Chapter 10 in the Assembler/Utilities manual.

    If there are few functions, you might just give them the one object file. A library is essentially just a collection of a bunch of object files, with a header so that the linker can find them. Or, you can just put the .obj into a .lib.

Reply
  • Use the LIBx51 librarian tool. See Chapter 10 in the Assembler/Utilities manual.

    If there are few functions, you might just give them the one object file. A library is essentially just a collection of a bunch of object files, with a header so that the linker can find them. Or, you can just put the .obj into a .lib.

Children
More questions in this forum