- ar_exe
ar_exe = 'lib.exe'
- compile_switch
compile_switch = '/compile_only'
- compiler_type
compiler_type = 'compaqv'
- executables
executables = { Const('version_cmd') : List([Const('DF'), Const('/what')]), Const('compiler_f77') : List([Const('DF'), Const('/f77rtl'), Const('/fixed')]), Const('compiler_fix') : List([Const('DF'), Const('/fixed')]), Const('compiler_f90') : List([Const('DF')]), Const('linker_so') : List([Const('DF')]), Const('archiver') : List([Name('ar_exe'), Const('/OUT:')]), Const('ranlib') : Name('None') }
- fc_exe
fc_exe = 'DF'
- library_switch
library_switch = '/OUT:'
- module_dir_switch
module_dir_switch = '/module:'
- module_include_switch
module_include_switch = '/I'
- object_switch
object_switch = '/object:'
- static_lib_extension
static_lib_extension = '.lib'
- static_lib_format
static_lib_format = '%s%s'
- version_pattern
version_pattern = '(DIGITAL|Compaq) Visual Fortran Optimizing Compiler Version (?P<version>[^\\s]*).*'