- Welcome to Simply Fortran
- Registering Simply Fortran
- Using Simply Fortran
- The Simply Fortran Interface
- Editing in Simply Fortran
- Projects in Simply Fortran
- Building Projects
- Launching Projects
- Debugging Programs
- External Tools
- Options and Configuration
- Licensing
Building
To build a saved project from Simply Fortran, the Build Now! entry in the Build menu can be used to initiate the compilation process. Alternatively, the build process can be started via the equivalent entry in the Build submenu in the project pane’s popup menu.
Building will compile all source files within a project and link the compilation results into an executable, shared library, or static library; the resultant file type is specified via the Project Options dialog. Executing the build will regenerate the project’s makefile and execute wmake accordingly. The output of the build process and any resultant errors will appear in the Build Status tab .
The options related to compiling, including flags passed into the compiler, can be modified in the Compiler Options dialog.
See Also
Building in Simply Fortran
Generating the Makefile
Compiler Options
Project Options