patch 7.4.1021
Problem:    Some makefiles are outdated.
Solution:   Add a note to warn developers.
diff --git a/src/Make_w16.mak b/src/Make_w16.mak
index bc7809e..04ec663 100644
--- a/src/Make_w16.mak
+++ b/src/Make_w16.mak
@@ -1,6 +1,9 @@
 #
 # Borland C++ 5.0[12] makefile for vim, 16-bit windows gui version
 # By Vince Negri
+#
+# NOTE: THIS IS OLD AND PROBABLY NO LONGER WORKS.
+#
 # *************************************************************
 # * WARNING!
 # * This was originally produced by the IDE, but has since been