Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28655 Discussions

Build recompiles all files even when only one changed

blwiland
Beginner
321 Views
On all of my projects in the past, when I changed a file and rebuilt the executable, only the changed file was recompiledduring the build.Now, on one of my projects, changing just one of the files results in every file being recompiled during the build. This is extremely annoying as there are a lot of files (subroutines).This does not occur on any of my other projects. Something that keeps track of the configuration dates must have gotten corrupted.

Does anyone know how to fix this?

(Using Visual Studio 2003 and Visual Fortran 11.1.54)
0 Kudos
1 Reply
blwiland
Beginner
321 Views

Never mind. I finally found the problem. It was related to the path in the deftofd command.

0 Kudos
Reply