Update README.md
[VK9.git] / build-win32.txt
blobb40976b37d3778609204c4b99fa305a433f822e5
1 # Based on DXVK build system - https://github.com/doitsujin/dxvk/blob/master/build-win32.txt
2 [binaries]
3 c = '/usr/bin/i686-w64-mingw32-gcc'
4 cpp = '/usr/bin/i686-w64-mingw32-g++'
5 ar = '/usr/bin/i686-w64-mingw32-ar'
6 strip = '/usr/bin/i686-w64-mingw32-strip'
7 pkgconfig = '/usr/bin/i686-w64-mingw32-pkg-config'
8 exe_wrapper = 'wine'
10 [properties]
11 c_args = ['-Og', '-gdwarf-2']
12 c_link_args = ['-static', '-static-libgcc']
14 cpp_args = ['-Og', '-gdwarf-2']
15 cpp_link_args = ['-static', '-static-libgcc', '-static-libstdc++', '-Wl,--add-stdcall-alias']
17 [host_machine]
18 system = 'windows'
19 cpu_family = 'x86'
20 cpu = 'x86'
21 endian = 'little'