fix mingw64 installer

This commit is contained in:
Ludwig Nussel 2012-02-07 09:29:13 +00:00
parent 7d8b751afd
commit 6c8a9af300
2 changed files with 5 additions and 6 deletions

View file

@ -29,12 +29,7 @@ ifndef USE_INTERNAL_JPEG
USE_INTERNAL_JPEG=1
endif
ifeq ($(ARCH),x64)
SDLDLL=SDL64.dll
else
SDLDLL=SDL.dll
endif
SDLDLL=SDL.dll
DEFINES=
ifeq ($(USE_RENDERER_DLOPEN),1)