Reputation: 213
I have a library file created in gfortran, how to link it to a host program that uses its procedures using preprocessor (without using the GUI method) For exemple in Intel Visual fortran this is done by:
!DEC$ Objcomment lib: 'library.lib'
Upvotes: 2
Views: 915