Hello,
I am new to photran. I was able to install it and run the HelloWorld project
Now I need to create a project that:
1. include multiples files
2. links to a number of libraries
similar to the make file I used in CodeBlocks
gfortran -c TEST_EXA01.f90
gfortran -c dislin.f90
gfortran -c EXA01.f90
gfortran -o TEST_EXA01.exe TEST_EXA01.o dislin.o EXA01.o disgf.a -lgdi32 -lopengl32
What I do not yet know (cand could not find in the Eclipepedia Documentation is:
1. How to ADD FILES to the project
2. Create a makefile similar to the one above
Thank you
I am new to photran. I was able to install it and run the HelloWorld project
Now I need to create a project that:
1. include multiples files
2. links to a number of libraries
similar to the make file I used in CodeBlocks
gfortran -c TEST_EXA01.f90
gfortran -c dislin.f90
gfortran -c EXA01.f90
gfortran -o TEST_EXA01.exe TEST_EXA01.o dislin.o EXA01.o disgf.a -lgdi32 -lopengl32
What I do not yet know (cand could not find in the Eclipepedia Documentation is:
1. How to ADD FILES to the project
2. Create a makefile similar to the one above
Thank you