Next: native-library.make, Previous: java.make, Up: Project Types [Contents]
• library.make variables: | ||
• Example Library Makefile: |
The Makefile Package provides a project type for building libraries; libraries can be built as static libraries, shared libraries, or dynamic link libraries (DLL) if the platform supports that type of library. Static libraries are supported on all platforms; while, shared libraries and DLLs are only supported on some platforms.