]> jfr.im git - irc/hexchat/hexchat.git/blob - fedora-mingw64.ini
fixup! Use glib WIN32 defines
[irc/hexchat/hexchat.git] / fedora-mingw64.ini
1 ; dnf install mingw64-{gtk,openssl}
2
3 [binaries]
4 c = '/usr/bin/x86_64-w64-mingw32-gcc'
5 cpp = '/usr/bin/x86_64-w64-mingw32-g++'
6 ar = '/usr/bin/x86_64-w64-mingw32-gcc-ar'
7 strip = '/usr/bin/x86_64-w64-mingw32-strip'
8 pkgconfig = '/usr/bin/x86_64-w64-mingw32-pkg-config'
9
10 [properties]
11 c_args = ['-DNTDDI_VERSION=NTDDI_WIN7', '-D_WIN32_WINNT=_WIN32_WINNT_WIN7']
12
13 [host_machine]
14 system = 'windows'
15 cpu_family = 'x86_64'
16 cpu = 'x86_64'
17 endian = 'little'