Re: qmgr test needs bits.lib to link using the MSVC headers

2008-03-25 Thread Steven Edwards
On Sun, Mar 23, 2008 at 2:07 PM, Reece Dunn <[EMAIL PROTECTED]> wrote: > Does anyone know how to add this to Wine? Adding EXTRALIBS=-lbits to > Makefile.in does not work on Wine itself. Is this the right way to go? Normally if you were using configure to generate the makefiles and config.h you w

qmgr test needs bits.lib to link using the MSVC headers

2008-03-25 Thread Reece Dunn
Hi, I have been going through the tests to see if I can make them work using MSVC headers. When building the qmgr tests, I have found that you need to add bits.lib to LIBS (Linker/Input/Additional Dependencies). Doing this gets the test to link properly. Does anyone know how to add this to Wine?