However, I ran into a problem trying to build dll's with it.
For some reason import libraries aren't generated, even though the linker is told to make them.

So now my executable fails to build because the import library can't be found.
Does anyone know how to fix this?
Maybe I need to set some option in my Bakefile?
I'm using Bakefile 0.2.3, with MSVC 9, on Windows Vista.
Thanks!