Lines Matching full:mingw
45 'http://downloads.sourceforge.net/project/mingw-w64/Toolchains%20'
46 'targetting%20Win32/Personal%20Builds/mingw-builds/installer/'
52 A list of mingw-build repositories
57 Downloads and parse mingw-build repository files and parses them
59 log.info('getting mingw-builds repository')
101 Attempts to find 7zip for unpacking the mingw-build archives
116 Unpacks a mingw-builds archive
127 Downloads and unpacks a mingw-builds archive
129 log.info('downloading MinGW')
169 raise ValueError('Failed to find unpacked MinGW: ' + possible)
175 Returns the root folder of a specific version of the mingw-builds variant
210 location = os.path.join(tempfile.gettempdir(), 'mingw-builds')
216 log.info('finding MinGW %s', '.'.join(str(v) for v in version))
237 raise ValueError('Unknown MinGW arch: ' + arch)
243 raise ValueError('The location of mingw did not match\n%s\n%s'
266 description = 'Downloads a specific version of MinGW',
271 default = os.path.join(tempfile.gettempdir(), 'mingw-builds'))
273 help = 'the target MinGW architecture string')
281 help = 'the revision of the MinGW release')
290 logger = logging.getLogger('mingw')
301 # Get MinGW