Pavel Troller wrote:
solution is to:
cd dlls rm *.def cd .. make
Ciao, Marcus
Hi Marcus, yes, Your solution is the Right One! Thanks! However, I think that something is wrong with make distclean, because it should erase all the generated files including these .def's ? Or is there a reason to keep them in (and possibly cause problems) ?
No, the problem is the make system changed and those .def's are needed anymore and also not generated anymore. There is no reason for make [dist]clean to get rid of them. That's why i love out of source tree builds: rm -rf on the wine build tree is a very good 'make realyclean' command ;)
bye michael