The projects I'm working on seem to always recompile all sources. This is especially annoying when the EXE has successfully built and I've run a debugging session, when I try to debug again (without changing source code or anything else) it rebuilds. Can anyone advise what I should be looking for?
I'm running VS2013 and Fortran Compiler 17.0.1.143. I have tried Googling the problem with no success, but circular dependencies seemed a possibility. I wrote a python script to detect circular dependencies but didn't find any.
I'm not sure if this is relevant, but I sometimes get this weird message in the output window, can anyone explain this message?
C:\Users\kskinn\checkouts\tmp_170815\common\mListReals.f90 :warning: Module 'x64\Debug\procedure::.mod'is created by both C:\Users\kskinn\checkouts\tmp_170815\common\mListReals.f90' and 'C:\Users\kskinn\checkouts\tmp_170815\common\mFileStream.f90'
Thanks