Martin, I hope this will geve you enough to get on with. Maybe you have enough Perl to fix winemaker? If not you can hack Makefiles as I do.
Lawson ---------- Forwarded message ---------- Date: Sat, 18 May 2002 23:23:42 -0400 (EDT) From: [EMAIL PROTECTED] To: Francois Gouget <[EMAIL PROTECTED]> Subject: winemaker Good day! It seems winemaker is a bit behind on imports. I checked that the latest cvs would still run my app, installed it, and my winelib app stopped working. I tried to rebuild it, failed, tried winemaker on it, failed, and spent the day learning how to hand-hack things. -idll puts an "include dll" in the .spec file, where winebuild doesn't want to see it, but I hacked -ldll (in this case, -lole32) into the winebuild line in the Makefile after $(WINE_DLL_PATH) and before -sym into the Makefile (in truth, I used EXE_IMPORTS, Makefile.in, Make.rules.in and autoconf, but you get the idea) and am no longer mute. This is not a complaint. Thank you again for winemaker, but if you hadn't noticed, maybe you would like to know. I guess you will fix it before I can work out how, but if not, would you prefer that I offer a patch to you first, or wine-patches? Regards, Lawson