2017-10-10 23:32:13 +02:00
|
|
|
[binaries]
|
|
|
|
c = '/usr/bin/x86_64-w64-mingw32-gcc'
|
|
|
|
cpp = '/usr/bin/x86_64-w64-mingw32-g++'
|
|
|
|
ar = '/usr/bin/x86_64-w64-mingw32-ar'
|
|
|
|
strip = '/usr/bin/x86_64-w64-mingw32-strip'
|
|
|
|
exe_wrapper = 'wine'
|
|
|
|
|
|
|
|
[properties]
|
2017-12-22 10:37:02 +01:00
|
|
|
c_args = ['-Og', '-gstabs']
|
2017-12-06 18:13:51 +01:00
|
|
|
c_link_args = ['-static', '-static-libgcc']
|
|
|
|
|
2017-12-20 23:50:39 +01:00
|
|
|
cpp_args = ['-Og', '-gstabs']
|
2017-10-10 23:32:13 +02:00
|
|
|
cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++']
|
|
|
|
|
|
|
|
[host_machine]
|
|
|
|
system = 'windows'
|
|
|
|
cpu_family = 'x86_64'
|
|
|
|
cpu = 'x86_64'
|
2017-12-03 00:40:58 +01:00
|
|
|
endian = 'little'
|