Tell people to ignore the 'gets' warning. Some will listen.

This commit is contained in:
Douglas Ridgway 1998-11-01 15:14:39 +00:00 committed by Alexandre Julliard
parent 84dd9feb05
commit 8b21f28d53
1 changed files with 2 additions and 0 deletions

View File

@ -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) $@