Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Re: compile/link multiple files in multiple folders

Dear all,
as stated in the title I would like to build a quite massive project (20 source files from 2 different folders) via the managed makefile option. I've already succesfully built the project with standard make so I think the problem I have with the managed one is the wrong order of compiling... ex. one source needs a mod that's not yet compiled.
is there a way to define such a order?

I'm on Win32, eclipse 3.4 and latest photran, I use g95 and mingw

thank you in advance

stefano

Back to the top