OK, next question...
I've created a project to build a Fortran static library. I'm using the IDE generated makefile. As several other people have noted on the forum already, the IDE is not smart enough to figure out the correct order of compilation where a project has modules which depend on each other. This is OK, I can figure out the order myself however, when I came to edit the make file it contains the ominous lines:
# Gererated Makefile - do not edit!
#
# Edit the Makefile in the project folder instead (../Makefile). Each target
# has a -pre and a -post target defined where you can add custumized code.
#
# This makefile implements configuration specific macros and targets.
So, how do I go about specifying the order of compilation in the IDE.
Thanks in advance,
Tim