From d00c9b2ec44f9c3cb9a820c99d8c9f3db2a76262 Mon Sep 17 00:00:00 2001 From: Shpoike Date: Fri, 4 Sep 2020 13:24:04 +0100 Subject: [PATCH] This should have been in one of the earlier commits. --- Quake/Makefile.darwin | 1 + Quake/Makefile.w32 | 1 + Quake/Makefile.w64 | 1 + 3 files changed, 3 insertions(+) diff --git a/Quake/Makefile.darwin b/Quake/Makefile.darwin index a9e60119..d1170215 100644 --- a/Quake/Makefile.darwin +++ b/Quake/Makefile.darwin @@ -299,6 +299,7 @@ OBJS := strlcat.o \ wad.o \ cmd.o \ common.o \ + mdfour.o \ fs_zip.o \ crc.o \ cvar.o \ diff --git a/Quake/Makefile.w32 b/Quake/Makefile.w32 index 9f1ae0f8..328448ff 100644 --- a/Quake/Makefile.w32 +++ b/Quake/Makefile.w32 @@ -263,6 +263,7 @@ OBJS := strlcat.o \ wad.o \ cmd.o \ common.o \ + mdfour.o \ fs_zip.o \ crc.o \ cvar.o \ diff --git a/Quake/Makefile.w64 b/Quake/Makefile.w64 index a3e99dcc..deb26337 100644 --- a/Quake/Makefile.w64 +++ b/Quake/Makefile.w64 @@ -260,6 +260,7 @@ OBJS := strlcat.o \ wad.o \ cmd.o \ common.o \ + mdfour.o \ fs_zip.o \ crc.o \ cvar.o \