From fe129521ee58ebcde245d8e7121a325bc790b1df Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 30 Jul 2014 17:08:33 +0200 Subject: [PATCH] Libretro tests - Fixup Windows target filenames --- libretro-test-gl/Makefile | 2 +- libretro-test/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libretro-test-gl/Makefile b/libretro-test-gl/Makefile index 3df614fba9..8d365b7141 100644 --- a/libretro-test-gl/Makefile +++ b/libretro-test-gl/Makefile @@ -77,7 +77,7 @@ endif CFLAGS += -DARM else CC = gcc - TARGET := $(TARGET_NAME)_retro.dll + TARGET := $(TARGET_NAME)_libretro.dll SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T -Wl,--no-undefined GL_LIB := -lopengl32 CFLAGS += -I.. diff --git a/libretro-test/Makefile b/libretro-test/Makefile index 1998f05f22..24b4413111 100644 --- a/libretro-test/Makefile +++ b/libretro-test/Makefile @@ -42,7 +42,7 @@ else ifeq ($(platform), emscripten) SHARED := -shared -Wl,--version-script=link.T -Wl,--no-undefined else CC = gcc - TARGET := $(TARGET_NAME)_retro.dll + TARGET := $(TARGET_NAME)_libretro.dll SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=link.T -Wl,--no-undefined endif