meson.build

changeset 39087
ac9849be4a10
parent 39084
b3aeca5f3dac
child 39088
3347dd1703e5
equal deleted inserted replaced
39086:a6cf683ddc27 39087:ac9849be4a10
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

mercurial