Skip to content
Snippets Groups Projects
Commit 8b21f28d authored by Douglas Ridgway's avatar Douglas Ridgway Committed by Alexandre Julliard
Browse files

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

parent 84dd9feb
No related branches found
No related tags found
No related merge requests found
......@@ -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) $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment