Removed gets message.
This commit is contained in:
parent
cc0588b4e0
commit
6a4aa4917d
|
@ -148,7 +148,6 @@ lib: $(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET)
|
||||||
|
|
||||||
wine wine.sym: $(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET) $(EMUSUBDIRS) dummy
|
wine wine.sym: $(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET) $(EMUSUBDIRS) dummy
|
||||||
$(CC) -o wine $(EMUOBJS) $(LIB_TARGET) $(ALT_LINK) $(LDOPTIONS) $(X_LIBS) $(XLIB) $(LIBS)
|
$(CC) -o wine $(EMUOBJS) $(LIB_TARGET) $(ALT_LINK) $(LDOPTIONS) $(X_LIBS) $(XLIB) $(LIBS)
|
||||||
@echo "Please ignore the 'gets' warning message, it only applies to Windows programs which use 'gets'"
|
|
||||||
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