Don't need to link these libraries anymore

This commit is contained in:
Clownacy 2019-09-04 00:55:40 +01:00
parent 73e18b4610
commit 51795a0e52

View file

@ -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