mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-03 04:24:11 +01:00
20 lines
491 B
Plaintext
20 lines
491 B
Plaintext
|
[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'
|
||
|
exe_wrapper = 'wine'
|
||
|
|
||
|
[properties]
|
||
|
c_args = ['-Og', '-ggdb']
|
||
|
c_link_args = ['-static', '-static-libgcc']
|
||
|
|
||
|
cpp_args = ['-std=c++17', '-Og', '-gstabs']
|
||
|
cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++', '-Wl,--add-stdcall-alias']
|
||
|
|
||
|
[host_machine]
|
||
|
system = 'windows'
|
||
|
cpu_family = 'x86'
|
||
|
cpu = 'x86'
|
||
|
endian = 'little'
|