| 89 dnsapi = compiler.find_library('dnsapi') |
89 dnsapi = compiler.find_library('dnsapi') |
| 90 if build_machine.system() != 'windows' |
90 if build_machine.system() != 'windows' |
| 91 conf.set('IS_WIN32_CROSS_COMPILED', true) |
91 conf.set('IS_WIN32_CROSS_COMPILED', true) |
| 92 endif |
92 endif |
| 93 conf.set('WIN32_LEAN_AND_MEAN', true) |
93 conf.set('WIN32_LEAN_AND_MEAN', true) |
| |
94 |
| |
95 conf.set('LIBPIDGIN_DLL_NAMEW', |
| |
96 'L"libpidgin-@0@.dll"'.format(purple_lt_current)) |
| 94 else |
97 else |
| 95 IS_WIN32 = false |
98 IS_WIN32 = false |
| 96 ws2_32 = [] |
99 ws2_32 = [] |
| 97 dnsapi = [] |
100 dnsapi = [] |
| 98 endif |
101 endif |