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

linking via the command line

simtec97
Beginner
432 Views
I am currently in the process of testing Intel's Visual Fortran and have a question regarding the linking of object files. I am compiling and linking via the command line and have an ASCII file containing 50 filenames (*.obj, 1 per line) that need to be linked. Is there any what to link this list of object files without explicitly listing them on the command line? Thanks.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
432 Views
Yes. Just use @filename.txt in the command line where you would insert the list of objects. It might also be a good idea to insert these into a static library (.lib) and then reference that.
0 Kudos
Reply