- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
With Intel Fortran and Visual Studio, how can I tell the compiler to add an DLL to the output folder?
In others languages (C# for example), each file added to the solution has a property called "Copy to Output Directory"
(Please see attached print scree)
Is this behavior possible with Fortran?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Select Project -> Properties -> Linker -> General ->Output File
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can write your own custom build step that does the copy. I prefer to do this rather than having the linker directly write to the output directory of another project, as this can interfere with rebuilds.

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