Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).
This commit is contained in:
parent
609f67153d
commit
a6f7ceee52
|
@ -179,7 +179,7 @@ emu: wine
|
||||||
|
|
||||||
lib: $(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET)
|
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)
|
$(CC) -o wine $(EMUOBJS) $(ALT_LINK) $(LDOPTIONS) $(X_LIBS) $(XLIB) $(LIBS)
|
||||||
nm -n wine | grep -v _compiled >wine.sym
|
nm -n wine | grep -v _compiled >wine.sym
|
||||||
@echo "Wine build complete."
|
@echo "Wine build complete."
|
||||||
|
|
Loading…
Reference in New Issue