Home | History | Annotate | Download | only in msi

Lines Matching refs:dlltool

134 # This requires 'nm' and 'dlltool' executables on your PATH

138 dlltool = find_executable('dlltool')
140 if not nm or not dlltool:
141 print warning % "nm and/or dlltool were not found"
146 (dlltool, dll_file, def_file, mingw_lib)
166 print warning % "dlltool did not run successfully"