Steven Edwards Steven_Ed4153@yahoo.com writes:
It seems there is a dependancy bug or something in the makefile for the regression test. I can build all of the regression tests fine under mingw but I have to build one at a time because the tests Makefiles are still trying to build the dll even if I just want to build the tests only. See below for examples.
That's a feature, it ensures that the tests get run again if the dll being tested has changed. If you can't build these dlls under mingw, you can simply create empty files instead.