Welcome to mirror list, hosted at ThFree Co, Russian Federation.

build-win32.txt - github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d991cfb2c66cb96de7aeb26d5032cf30e2a1358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[binaries]
cpp = 'i686-w64-mingw32-g++'
strip = 'i686-w64-mingw32-strip'
ar = 'i686-w64-mingw32-ar'

[built-in options]
cpp_args=['-msse', '-msse2']
cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++']

[properties]
needs_exe_wrapper = true

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