Skip to content
Snippets Groups Projects
Commit a6f7ceee authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard
Browse files

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

parent 609f6715
No related branches found
No related tags found
No related merge requests found
......@@ -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."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment