[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: Missing dosmod and wineclipsrv
From:       Alexandre Julliard <julliard () lrc ! di ! epfl ! ch>
Date:       2000-01-29 18:03:07
[Download RAW message or body]

"Matthew J. Francis" <mfrancis@plus.net.uk> writes:

> Recently "dosmod" and "wineclipsrv" seem to be failing to build. Going into
> the relevant directory and running make builds them, but from the top level
> does not. I can't see from the Makefiles exactly why this would happen...

It's my fault; this should fix it:

Index: Makefile.in
===================================================================
RCS file: /home/wine/wine/Makefile.in,v
retrieving revision 1.65
diff -u -r1.65 Makefile.in
--- Makefile.in	2000/01/26 01:45:58	1.65
+++ Makefile.in	2000/01/29 18:04:26
@@ -124,6 +124,11 @@
 
 INCSUBDIRS = include
 
+PROGRAMS = \
+	loader/dos/dosmod \
+	server/wineserver \
+	windows/x11drv/wineclipsrv
+
 # Sub-directories to run make into
 BUILDSUBDIRS = \
 	$(TOOLSUBDIRS) \
@@ -232,7 +237,7 @@
 
 EXTRA_OBJS = $(LIBOBJS) $(X11OBJS)
 
-all: Makefile Make.rules server $(MAIN_TARGET)
+all: Makefile Make.rules $(PROGRAMS) $(MAIN_TARGET)
 	@echo "Wine build complete."
 
 LIBLINTS = $(LIBOBJS:.o=.ln) 
@@ -287,7 +292,7 @@
 	cd $(libdir) && $(RM) $(LIB_TARGET) libwine.a libwine.so wine.sym
 	cd $(bindir) && $(RM) wine wineserver wineclipsrv dosmod
 
-$(X11OBJS) $(EMUOBJS) $(LIBOBJS): $(TOOLSUBDIRS) dummy
+$(X11OBJS) $(EMUOBJS) $(LIBOBJS) $(PROGRAMS): $(TOOLSUBDIRS) dummy
 	@cd `dirname $@` && $(MAKE) `basename $@`
 
 $(BUILDSUBDIRS): dummy

-- 
Alexandre Julliard
julliard@lrc.epfl.ch

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic