Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29236 Discussions

Built .lib by a Visual Studio project

cnr3
Beginner
401 Views
Im a beginner and your help in this is appreciated.

I would like to build a static library from an existing Visual Studio project (.vfproj) using IDE (Windows OS). I know how to build a .lib from a Fortran source code. But in this case, my VS project (.vfproj) got many source files. Can I make a single .lib from the VS project?

Thank you
0 Kudos
1 Reply
DavidWhite
Valued Contributor II
401 Views
Quoting - cnr3
Im a beginner and your help in this is appreciated.

I would like to build a static library from an existing Visual Studio project (.vfproj) using IDE (Windows OS). I know how to build a .lib from a Fortran source code. But in this case, my VS project (.vfproj) got many source files. Can I make a single .lib from the VS project?

Thank you
All projects, whether to create an .exe, .lib or .dll, can have multiple source files. From the Solution Explorer, just add the required Source Files in the Source section.

0 Kudos
Reply