ref: 51795a0e52a4e0aec575d05ab1189d32b74f66e2
parent: 73e18b4610f468e40ded1cf475d6f011df2c8a2a
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Sep 3 20:55:40 EDT 2019
Don't need to link these libraries anymore
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,6 @@
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
--
⑨