Tell people to ignore the 'gets' warning. Some will listen.
This commit is contained in:
parent
84dd9feb05
commit
8b21f28d53
|
@ -141,7 +141,9 @@ lib: $(LIBSUBDIRS) $(LIB_TARGET)
|
|||
|
||||
wine wine.sym: $(LIBSUBDIRS) $(LIB_TARGET) $(EMUSUBDIRS) dummy
|
||||
$(CC) -o wine $(EMUOBJS) $(LIB_TARGET) $(ALT_LINK) $(LDOPTIONS) $(X_LIBS) $(XPM_LIB) $(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
|
||||
@echo "Wine build complete."
|
||||
|
||||
libwine.a: $(LIBOBJS)
|
||||
$(RM) $@
|
||||
|
|
Loading…
Reference in New Issue