From 1bfea632c979b20314eb8d9d52768a187570fd95 Mon Sep 17 00:00:00 2001 From: Ronald Kinard Date: Fri, 25 Jul 2014 23:08:37 -0500 Subject: [PATCH] sdl2: windows exe rename srb2sdl2.exe --- src/win32/Makefile.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/Makefile.cfg b/src/win32/Makefile.cfg index b12bd0cd4..b989923fe 100644 --- a/src/win32/Makefile.cfg +++ b/src/win32/Makefile.cfg @@ -53,7 +53,7 @@ endif # name of the exefile ifdef SDL - EXENAME?=srb2sdl.exe + EXENAME?=srb2sdl2.exe else EXENAME?=srb2win.exe endif