Removed gets message.

This commit is contained in:
Alexandre Julliard 1998-11-15 10:26:13 +00:00
parent cc0588b4e0
commit 6a4aa4917d
1 changed files with 0 additions and 1 deletions

View File

@ -148,7 +148,6 @@ lib: $(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET)
wine wine.sym: $(LIBSUBDIRS) $(X11SUBDIRS) $(LIB_TARGET) $(EMUSUBDIRS) dummy
$(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
@echo "Wine build complete."