[binaries]
name = 'mingw'
c = 'i686-w64-mingw32.shared-gcc'
cpp = 'i686-w64-mingw32.shared-g++'
ar = 'i686-w64-mingw32.shared-ar'
strip = 'i686-w64-mingw32.shared-strip'  
pkgconfig = 'i686-w64-mingw32.shared-pkg-config'
windres = 'i686-w64-mingw32.shared-windres'
exe_wrapper = 'wine' # A command used to run generated executables.

[host_machine]
system = 'windows'
cpu_family = 'x86'
cpu = 'i686'
endian = 'little'

[properties]
c_link_args = ['-mwindows']
