diff --git a/Makefile b/Makefile index 172e1377..8b215cdc 100644 --- a/Makefile +++ b/Makefile @@ -562,8 +562,7 @@ ifeq ($(PLATFORM),mingw32) $(LIBSDIR)/win32/libSDL.dll.a else CLIENT_LIBS += $(LIBSDIR)/win64/libSDLmain.a \ - $(LIBSDIR)/win64/libSDL.dll.a \ - $(LIBSDIR)/win64/libSDL.a + $(LIBSDIR)/win64/libSDL64.dll.a endif else CLIENT_CFLAGS += $(SDL_CFLAGS) diff --git a/code/libs/win64/libSDL64.dll.a b/code/libs/win64/libSDL64.dll.a new file mode 100644 index 00000000..84200046 Binary files /dev/null and b/code/libs/win64/libSDL64.dll.a differ diff --git a/code/libs/win64/libSDLmain.a b/code/libs/win64/libSDLmain.a new file mode 100644 index 00000000..deffe49e Binary files /dev/null and b/code/libs/win64/libSDLmain.a differ