]> granicus.if.org Git - nethack/commitdiff
add notice
authornhmall <nhmall@nethack.org>
Sun, 24 Nov 2019 19:26:46 +0000 (14:26 -0500)
committernhmall <nhmall@nethack.org>
Sun, 24 Nov 2019 19:26:46 +0000 (14:26 -0500)
util/makedefs.c

index c6a7a8cb44e736499c559c5538080ad103ea2a2d..c4599bf960a2d94533ce101b5c1742aba4d908a8 100644 (file)
@@ -2160,6 +2160,12 @@ do_questtxt()
 {
     char *line;
 
+    /* Make sure they know */
+    printf("DEPRECATION WARNINGS:\n");
+    printf("'makedefs -q' is no longer required.  Remove all references\n");
+    printf("  to it from the build process.\n");
+    printf("'dat/quest.txt' is no longer part of the source tree.\n");
+
     Sprintf(filename, DATA_IN_TEMPLATE, QTXT_I_FILE);
     if (!(ifp = fopen(filename, RDTMODE))) {
         perror(filename);