hi all, in the current cvs is a bug that prevents wine building into a separate build directory beucase it can't find the .spec-files attached is a fix/workaround (it works here but...) greetings, p. mauritz --
Index: Make.rules.in =================================================================== RCS file: /home/wine/wine/Make.rules.in,v retrieving revision 1.72 diff -u -r1.72 Make.rules.in --- Make.rules.in 2000/11/13 04:17:00 1.72 +++ Make.rules.in 2000/12/02 11:52:17 @@ -198,7 +198,7 @@ # Rule for main module spec file $(MODULE).spec.c: $(MODULE).spec $(RC_SRCS:.rc=.res) $(SYMBOLFILE) $(WINEBUILD) - $(LDPATH) $(WINEBUILD) @DLLFLAGS@ -L $(DLLDIR) $(SYMBOLFILE:%=-sym %) -o $@ -spec $(MODULE).spec + $(LDPATH) $(WINEBUILD) @DLLFLAGS@ -L $(DLLDIR) $(SYMBOLFILE:%=-sym %) -o $@ +-spec $(VPATH)/$(MODULE).spec # Rule to rebuild the resource compiler