From b25612fe32bb68649b3f0ca7af3e92254519b652 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Thu, 8 Sep 2022 07:34:23 +0200 Subject: [PATCH] update makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 7889b8e..5b0fbbc 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,8 @@ FILES = src/IDirect3D/IDirect3D.c \ src/IDirectDraw/IDirectDrawSurface.c \ src/IDirectDraw/IDirectDrawGammaControl.c \ src/IAMMediaStream/IAMMediaStream.c \ + src/crc32.c \ + src/blt.c \ src/dd.c \ src/ddpalette.c \ src/ddsurface.c \