From c45c0330d0b05cde377aa6bf2f749510e5f63b41 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Thu, 12 Aug 2021 00:38:10 +0200 Subject: [PATCH] update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d80e6b..7889b8e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ WINDRES ?= windres LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s CFLAGS = -std=c99 -LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp +LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32 FILES = src/IDirect3D/IDirect3D.c \ src/IDirect3D/IDirect3D2.c \