I am trying to compile fortran code in Intel Visual Fortran library. The source file I am trying to compile ( sssimp.f) has external reference to arpack_win32, blas_win32 and lapack_win32.
As you can see, I have all the external dependencies in the same directory as the source directory.

Not only that, inside the fortran project properties page, I set the Linker->input->additional dependecies option to all the library, such as blas_win32.lib.
The problem is that I compile my project, I got the lnk2019 error, any idea how to fix this?