How is it possible to make project in Eclipse CDT to target both static library and shared library?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
(assuming you initially created a shared library project)
Create a new build configuration for static library (as you do for Debug/Release).
Build your configurations (e.g. Release, Debug, Static)
Release and Debug config should create your shared library
Static should create your static library