From: nhmall Date: Sun, 24 Nov 2019 19:26:46 +0000 (-0500) Subject: add notice X-Git-Tag: NetHack-3.7.0_WIP~236^2^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95b6e27a0958ccb33d3079dc3508bc9debb91451;p=nethack add notice --- diff --git a/util/makedefs.c b/util/makedefs.c index c6a7a8cb4..c4599bf96 100644 --- a/util/makedefs.c +++ b/util/makedefs.c @@ -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);