In Plato 3.20 I am trying to use the 'Project Plug-in' feature to define a custom project type for using another Fortran compiler. I have succeeded in correctly defining the compilation command but I am having a problem with the link command which is that the linker for this compiler requires object files to have extension .o and not .obj, while the %b specifier in the plug-in appears to have .obj built in to it.
I can produce compiler output as a .o file by using %D%f.o as the location for the compiler output in the compilation command definition, but unfortunately the same specification is not allowed in the link command, where one is only allowed to use %b.
Zahid Aziz The University of Nottingham Nottingham U.K.