numerical25
numerical25

Reputation: 10790

turning a project into a static library

I checked out the microsoft documents. it shows how to create a static library upon creation of the project. but not necessarily on how to convert a previously made project, into a static library. So my question is, where do I go to turn my previously made project, into a static lib. so I can include it in my other projects

Upvotes: 3

Views: 550

Answers (2)

M. Williams
M. Williams

Reputation: 4985

1) See my comments on your previous question

2) Properties - Configuration type - static library

Upvotes: 0

Kyle Alons
Kyle Alons

Reputation: 7135

Project | Properties -> Configuration Properties -> General -> Configuration Type (Static Library).

Upvotes: 5

Related Questions