Works, builds both native linux and cross-compiles mingw-w64 variants. Need to work out copying appropriate dlls into the mkxp runtime folder. Signed-off-by: Marty Plummer <ntzrmtthihu777@gmail.com>
16 lines
390 B
Text
16 lines
390 B
Text
[binaries]
|
|
c = '/usr/bin/i686-w64-mingw32-gcc'
|
|
cpp = '/usr/bin/i686-w64-mingw32-g++'
|
|
ar = '/usr/bin/i686-w64-mingw32-ar'
|
|
strip = '/usr/bin/i686-w64-mingw32-strip'
|
|
pkgconfig = '/usr/bin/i686-w64-mingw32-pkg-config'
|
|
windres = '/usr/bin/i686-w64-mingw32-windres'
|
|
|
|
[host_machine]
|
|
system = 'windows'
|
|
cpu_family = 'i686'
|
|
cpu = 'x86'
|
|
endian = 'little'
|
|
|
|
[properties]
|
|
root = '/usr/i686-w64-mingw32'
|