(self)
| 45 | module_include_switch = '-p' |
| 46 | |
| 47 | def update_executables(self): |
| 48 | f = cyg2win32(dummy_fortran_file()) |
| 49 | self.executables['version_cmd'] = ['<F90>', '-V', '-c', |
| 50 | f+'.f', '-o', f+'.o'] |
| 51 | |
| 52 | def get_flags_linker_so(self): |
| 53 | if os.name=='nt': |
nothing calls this directly
no test coverage detected