mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
- mingw64 now links against SDL64.dll to allow for 32 and 64 bit version in the same directory
- Add library files for MinGW64
This commit is contained in:
parent
206edd3419
commit
001cdf4497
3 changed files with 1 additions and 2 deletions
3
Makefile
3
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)
|
||||
|
|
BIN
code/libs/win64/libSDL64.dll.a
Normal file
BIN
code/libs/win64/libSDL64.dll.a
Normal file
Binary file not shown.
BIN
code/libs/win64/libSDLmain.a
Normal file
BIN
code/libs/win64/libSDLmain.a
Normal file
Binary file not shown.
Loading…
Reference in a new issue