|
Absoft IDE Article In Fortran Forum Newsletter Continued..
Adding Source Files to the project After setting up a project using Set
Options dialog, source files and libraries are added to the project.
Existing source files can be added to a project a file one at a time
using the Files... item in the Project menu or an entire directory
of files can be added at once using the Add Directory... item. For
the VFFTpack project, all the source files are added at once using
the Add Directory item. Choosing Add Directory... displays the Add
Directory dialog where the directory containing the project source
code is specified. The image below shows the Add Directory dialog
after the directory containing the VFFTpack files has been selected. ![]()
If a directory contains files that do not have a defined purpose in a project, these files are displayed in the lower file list. Individual files are excluded from the project by selecting them from the list and choosing Ignore File. For the VFFTpack project, there are two files, sctest.f and vtest.f, which are test drivers for the library and not part of the library source code. These have been excluded along with the VFFTpack project file itself
|