Don't need to link these libraries anymore
This commit is contained in:
parent
73e18b4610
commit
51795a0e52
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -45,7 +45,6 @@ ifeq ($(DEBUG_SAVE), 1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CXXFLAGS += -std=c++98 -MMD -MP -MF $@.d `pkg-config sdl2 --cflags`
|
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)
|
ifeq ($(STATIC), 1)
|
||||||
LDFLAGS += -static
|
LDFLAGS += -static
|
||||||
|
|
Loading…
Add table
Reference in a new issue