I have been given a new project. I need to get a fortran code from a linux system working on windows. I'd like to be able to use Eclipse (photran) as my editor. What do I need to do to move things over? I've tried just dumping the source into a new eclipse project and it didn't work. Make had issues. What changes will I need to apply to the makefile or directory structure to get eclipse to run the program as it was?
The code at present has the main directory having a small make file that calls a larger make file located in the src directory down one level.
Using windows XP64, Eclipse3.6Helios, photran6.0, gfortran compiler, MinGW installed