On Wed, 6 Mar 2002, Ignasi Villagrasa wrote:
Referred to the last message about this issue, I must say that it was my mistake to think wcmdmain.c was already the winebuild precompiled file. But it isn't. I must generate it. I created the .spec file as documented, but winebuild doen't find wcmdrc.res. So I try to create wcmdrc.res using wrc utility from wmcdrc.rc, that comes with CVS sources. I get errors. I'd like to maintain the application as it was created in order to get it work properly.
Huh? The programs don't get built by the toplevel Makefile, but their Makefiles are generated by ./configure. Just cd <wine>/programs/wcmd and type make. The Makefile knows how to compile the resources.
Lawson