No matter how I compile ZSnes from CVS for some reason it only uses the dynamic lib even when I specifically have the static libs it still complains about not having zlib1.dll and libpng.dll libs. Is there a way to stop this?
I'm using the static libs provided by the GNUWin32 project libpng.dll.a and libz.dll.a and I renamed them to libz.a and libpng.a respectivly. The documents they give said these were the static libs.