Fix up 64-bit MINGW

This commit is contained in:
Steel Titanium 2018-11-13 20:32:18 -05:00
parent 302358c403
commit 4836e711d3
4 changed files with 10 additions and 0 deletions

Binary file not shown.

BIN
libs/gme/win64/libgme.dll.a Normal file

Binary file not shown.

View File

@ -176,6 +176,11 @@ ifdef MINGW
include win32/Makefile.cfg
endif #ifdef MINGW
ifdef MINGW64
NONX86=1
include win32/Makefile.cfg
endif #ifdef MINGW64
ifdef UNIX
UNIXCOMMON=1
endif

View File

@ -9,6 +9,9 @@
ifdef MINGW64
NOASM=1
NONX86=1
HAVE_LIBGME=1
LIBGME_CFLAGS=-I../libs/gme/include
LIBGME_LDFLAGS=-L../libs/gme/win64 -lgme
SDL_CFLAGS?=-I../libs/SDL2/x86_64-w64-mingw32/include/SDL2 -I../libs/SDL2_mixer/x86_64-w64-mingw32/include/SDL2 -Dmain=SDL_main
SDL_LDFLAGS?=-L../libs/SDL2/x86_64-w64-mingw32/lib -L../libs/SDL2_mixer/x86_64-w64-mingw32/lib -lmingw32 -lSDL2main -lSDL2 -mwindows
else
@ -23,7 +26,9 @@ ifndef NOASM
USEASM=1
endif
ifdef MINGW
HAVE_MINIUPNPC=1
endif
OPTS=-DSTDC_HEADERS