Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).

This commit is contained in:
Marcus Meissner 1999-07-25 11:30:12 +00:00 committed by Alexandre Julliard
parent 609f67153d
commit a6f7ceee52
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ emu: wine
lib: $(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET)
wine wine.sym: $(LIB_TARGET) $(EMUOBJS) dummy
wine wine.sym: $(LIB_TARGET) $(EMUOBJS) $(X11OBJS) $(LIBOBJS) dummy
$(CC) -o wine $(EMUOBJS) $(ALT_LINK) $(LDOPTIONS) $(X_LIBS) $(XLIB) $(LIBS)
nm -n wine | grep -v _compiled >wine.sym
@echo "Wine build complete."