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 gendef or not dlltool:
141 print warning % "gendef and/or dlltool were not found"
146 (dlltool, dll_file, def_file, mingw_lib)
164 print warning % "dlltool did not run successfully"