From 6a6f9372ba5c48e72dec7819019eca7f4e39c01e Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Tue, 6 Feb 2018 22:41:09 +0100 Subject: [PATCH] Makefile: Fix PLATFORMFILES for WIN32CROSS --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 7e09e327..e3c205ac 100644 --- a/src/Makefile +++ b/src/Makefile @@ -370,6 +370,7 @@ endif LOPT += $(shell PKG_CONFIG_PATH=/usr/local/cross-tools/i386-mingw32/lib/pkgconfig i686-w64-mingw32-pkg-config --libs libpng) OBJDIR = ../obj/win32 PLATFORM = win32 + PLATFORMFILES = bin/SDL.dll bin/SDL_image.dll bin/libpng14-14.dll bin/zlib1.dll $(TTFLIBS) else ifdef GP2XCROSS #cross compile an exec for the gp2x