I have several hundred console FORTRAN programs that need recompiling using the latest Intel compiler which runs inside VS2010.
Each code needs to be compiled with the same compiler flags. How can I save my compiler options so that when I load up a new code I can easily apply them?
I can't figure out a way of saving a generic configuration and applying that configuration to a new project. If I use the Configuration Manager to make a new configuration that is only saved against the particular project and doesn't appear as an option if I create a new project.
Any help gratefully received!
Steve
The details: here's what I'm doing.
I create the correct compiler flags:
I create a new configuration by clicking on the 'Configuration Manager' button on the above dialog and call it 'FORTRAN default':
So far, so good. I can now built this particular project using these options.
Now I want to start a new project and re-use the same configuration but when I go the the Configuration Manager I don't see my saved 'FORTRAN default' option: