1[binaries] 2c = 'x86_64-w64-mingw32-gcc' 3cpp = 'x86_64-w64-mingw32-g++' 4ar = 'x86_64-w64-mingw32-ar' 5strip = 'x86_64-w64-mingw32-strip' 6windres = 'x86_64-w64-mingw32-windres' 7exe_wrapper = 'wine' 8 9[properties] 10c_link_args = ['-static-libgcc'] 11 12[host_machine] 13system = 'windows' 14cpu_family = 'x86_64' 15cpu = 'x86_64' 16endian = 'little' 17