22 lines
564 B
Text
22 lines
564 B
Text
[binaries]
|
|
c = 'i686-w64-mingw32-gcc'
|
|
cpp = 'i686-w64-mingw32-g++'
|
|
ar = 'i686-w64-mingw32-ar'
|
|
strip = 'i686-w64-mingw32-strip'
|
|
pkg-config = 'i686-w64-mingw32-pkg-config'
|
|
windres = 'i686-w64-mingw32-windres'
|
|
#exe_wrapper = 'wine'
|
|
ld = 'i686-w64-mingw32-ld'
|
|
|
|
[properties]
|
|
# Directory that contains 'bin', 'lib', etc
|
|
root = '/usr/i686-w64-mingw32'
|
|
# Directory that contains 'bin', 'lib', etc for the toolchain and system libraries
|
|
sys_root = '/usr/i686-w64-mingw32/sys-root/mingw'
|
|
|
|
[host_machine]
|
|
system = 'windows'
|
|
cpu_family = 'x86'
|
|
cpu = 'i686'
|
|
endian = 'little'
|
|
|