From e692cbc17f8eb7532d72fea54e639b494c92739c Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 17 Feb 2013 12:13:41 +0100 Subject: [PATCH] Fix Win32 builds for s9x-next/genplus. --- libretro-build-win32.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-build-win32.sh b/libretro-build-win32.sh index 3c7eb191..6341bbed 100755 --- a/libretro-build-win32.sh +++ b/libretro-build-win32.sh @@ -87,7 +87,7 @@ build_libretro_s9x_next() echo "=== Building SNES9x-Next ===" cd libretro-s9x-next/ make CC=$CC CXX=$CXX platform=win -f Makefile.libretro -j4 || die "Failed to build SNES9x-Next" - cp retro.dll libretro-git-snes9x-next.dll + cp snes9x_next_retro.dll libretro-git-snes9x-next.dll cd .. else echo "SNES9x-Next not fetched, skipping ..." @@ -100,7 +100,7 @@ build_libretro_genplus() echo "=== Building Genplus GX ===" cd libretro-genplus/ make CC=$CC CXX=$CXX platform=win -f Makefile.libretro -j4 || die "Failed to build Genplus GX" - cp retro.dll libretro-git-genplus.dll + cp genesis_plus_gx_retro.dll libretro-git-genplus.dll cd .. else echo "Genplus GX not fetched, skipping ..."