16 Feb
2014
16 Feb
'14
4:55 p.m.
On 16 February 2014 15:17, Dmitry Timoshkov <dmitry(a)baikal.ru> wrote:
Henri Verbeet <hverbeet(a)gmail.com> wrote:
On 14 February 2014 08:23, Dmitry Timoshkov <dmitry(a)baikal.ru> wrote:
-WINE_CONFIG_DLL(xmllite) +WINE_CONFIG_DLL(xmllite,,[implib]) That's auto-generated by make_makefiles from Makefile.in.
Just a bit of clarification: does that mean that an import library gets added once a Wine component (dll or an application) start to require it and somebody adds a dependency to Makefile.in? Just that you should add a line "IMPORTLIB = xmllite" to dlls/xmllite/Makefile.in, then run tools/make_makefiles, and it will take care of updating configure.ac.