File: mingw32.txt

package info (click to toggle)
mangohud 0.6.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 19,676 kB
  • sloc: cpp: 58,377; ansic: 11,109; sh: 583; python: 518; xml: 34; makefile: 13
file content (18 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[binaries]
c = 'i686-w64-mingw32-gcc'
cpp = 'i686-w64-mingw32-g++'
ar = 'i686-w64-mingw32-ar'
strip = 'i686-w64-mingw32-strip'
pkgconfig = 'i686-w64-mingw32-pkg-config'
sh = '/usr/bin/sh'

[properties]
c_link_args = ['-static', '-static-libgcc']
cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++']
needs_exe_wrapper = true

[host_machine]
system = 'windows'
cpu_family = 'x86'
cpu = 'i686'
endian = 'little'