This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Creating a library (*.LIB)

How do I compile my project into a Library (*.LIB)?
Where can I get more information regarding this topic?

Parents
  • We are (or at least have been) enjoying a great New Year!

    One method often used by people who prefer make files is to open the GUI tool once, and perform a full build. Some GUI have an option to export the project to a Makefile, but most other GUI still allow you to see the command lines run, allowing the user to see all relevant command line steps and options needed to build a project.

Reply
  • We are (or at least have been) enjoying a great New Year!

    One method often used by people who prefer make files is to open the GUI tool once, and perform a full build. Some GUI have an option to export the project to a Makefile, but most other GUI still allow you to see the command lines run, allowing the user to see all relevant command line steps and options needed to build a project.

Children