- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page