add VERSION_IN_DLB_FILENAME to makedefs detection

This commit is contained in:
nhmall
2019-05-12 15:14:31 -04:00
parent bcd05308aa
commit 75f293c369

View File

@@ -1535,7 +1535,11 @@ static const char *build_opts[] = {
"ZLIB data file compression",
#endif
#ifdef DLB
#ifndef VERSION_IN_DLB_FILENAME
"data librarian",
#else
"data librarian with a version-dependent name",
#endif
#endif
#ifdef DUMPLOG
"end-of-game dumplogs",