Copy 3rd party dll's to bin/. Avoid dependency on libgcc*.dll

This commit is contained in:
Thomas Bernard
2018-02-20 01:06:10 +01:00
parent 8f6e955307
commit 59f7261c24
2 changed files with 30 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ ifdef COMSPEC
PLATFORMOBJ = winres.o
PLATFORM = win32
#some misc files we have to add to the release archive under windows.
PLATFORMFILES = bin/SDL.dll bin/SDL_image.dll $(wildcard ../bin/libpng*.dll) bin/zlib1.dll $(TTFLIBS)
PLATFORMFILES = bin/SDL.dll bin/SDL_image.dll $(wildcard ../bin/libpng*.dll) $(wildcard ../bin/libjpeg*.dll) bin/zlib1.dll $(TTFLIBS)
ZIP = zip
else
@@ -378,7 +378,7 @@ endif
endif
OBJDIR = ../obj/win32
PLATFORM = win32
PLATFORMFILES = bin/SDL.dll bin/SDL_image.dll $(wildcard ../bin/libpng*.dll) bin/zlib1.dll $(TTFLIBS)
PLATFORMFILES = bin/SDL.dll bin/SDL_image.dll $(wildcard ../bin/libpng*.dll) $(wildcard ../bin/libjpeg*.dll) bin/zlib1.dll $(TTFLIBS)
else
ifdef GP2XCROSS
#cross compile an exec for the gp2x