Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] Is there a way to change an existing project to "Fortran Project"

It works. Thanks a lot.
--Ted

On 12/27/2012 04:03 PM, Jeffrey Overbey wrote:
Hi Ted,

Is there a way to change an existing project to Fortran Project or I have to start with a new Fortran Project?

Is your project already a C/C++ project?

If not, you will need to convert it to a C/C++ project first, before you can convert it to a Fortran project. See the instructions here: http://help.eclipse.org/juno/topic/org.eclipse.cdt.doc.user/tasks/cdt_t_conv_proj.htm?cp=11_3_2_1

After it is a C/C++ project, you can add Fortran support to a C/C++ project by right-clicking the project in the Project Explorer and selecting "Convert to Fortran Project" from the popup menu.

Jeff

P.S. The documentation for converting C/C++ project to Fortran projects is a bit buried; it's at the bottom of this page: http://help.eclipse.org/juno/topic/org.eclipse.photran.doc.user/html/basic/StartingNewProject.html?cp=50_1_1

_______________________________________________
photran mailing list
photran@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran



Back to the top