linux-mingw-w64-32bit.txt 588 B

123456789101112131415161718192021
  1. [binaries]
  2. c = '/usr/bin/i686-w64-mingw32-gcc'
  3. cpp = '/usr/bin/i686-w64-mingw32-g++'
  4. ar = '/usr/bin/i686-w64-mingw32-ar'
  5. strip = '/usr/bin/i686-w64-mingw32-strip'
  6. pkgconfig = '/usr/bin/i686-w64-mingw32-pkg-config'
  7. windres = '/usr/bin/i686-w64-mingw32-windres'
  8. exe_wrapper = 'wine'
  9. [properties]
  10. # Directory that contains 'bin', 'lib', etc
  11. root = '/usr/i686-w64-mingw32'
  12. # Directory that contains 'bin', 'lib', etc for the toolchain and system libraries
  13. sys_root = '/usr/i686-w64-mingw32/sys-root/mingw'
  14. [host_machine]
  15. system = 'windows'
  16. cpu_family = 'x86'
  17. cpu = 'i686'
  18. endian = 'little'