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 \