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