brac37 - 2007-09-11

ld does not find object files in lib directory. But I got things working by replacing

LIBS = -L"C:/Dev-Cpp/lib" ...

in Makefile.win by

LIBS = -B"C:/Dev-Cpp/lib" -B"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2" ...

after which I selected this makefile in project options, tab makefile. Yet an odd way to get things working.