From 51795a0e52a4e0aec575d05ab1189d32b74f66e2 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Wed, 4 Sep 2019 00:55:40 +0100 Subject: [PATCH] Don't need to link these libraries anymore --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index de65fa4e..1a22626f 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,6 @@ ifeq ($(DEBUG_SAVE), 1) endif CXXFLAGS += -std=c++98 -MMD -MP -MF $@.d `pkg-config sdl2 --cflags` -LIBS += -lkernel32 -lgdi32 -lddraw -ldinput -ldsound -lversion -lshlwapi -limm32 -lwinmm -ldxguid ifeq ($(STATIC), 1) LDFLAGS += -static