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? Adding EXTRALIBS=-lbits to Makefile.in does not work on Wine itself. Is this the right way to go?
- Reece