Compiling Libs

Started by
1 comment, last by Programmer101 16 years, 8 months ago
How would I go about making a c++ linker lib file (.lib) from a source file in msvc 2005? Is there some build option that would do it somewhere in properties?
Advertisement
In MSVC 2003, you create a Win32 project, and under Application Settings, you choose "static library" or "DLL". Sorry, I don't have 2005, but I assume it is similar.
John BoltonLocomotive Games (THQ)Current Project: Destroy All Humans (Wii). IN STORES NOW!
Awesome. I found it, thanks a lot!

This topic is closed to new replies.

Advertisement