This right click menu option in Visual studio used to do what it says and just link. Now it deletes intermediate files first and then of course can not possibly do a link. Using VS2010 with Fortran Compiler XE 13.1.3.198.
链接已复制
Just to clarify I am thinking right click the project in solution explorer and expand the "project only" pop uup menu item.
My options in VS2010 (shell) are "Build Only" , "Rebuild Only", "Clean Only" there is no Link Only option should there be? And what would be the usage, if the obj files are up to date and the exe isn't then "build only" just does a link anyway? Perhaps I am missing something.
Yes there should be a "Link Only" choice. See attached.
The usefulness is for a quick and dirty link where you are sure you did not change any interface details. I would always do a final full build, but during development it can waste half a life waiting for unnecessary module cascades to work through. Can't wait for sub-modules.
Andrew Smith wrote:
The usefulness is for a quick and dirty link where you are sure you did not change any interface details.
That is an excellent point, why haven't I thought of that useful tip. Probably because I don't have that option I would guess. It the the VS shell you are using or a full VS?
