From 3a7ad6187908cfaebc1e88548f3b2b0203a77bff Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 21 Apr 2012 23:11:18 +0200 Subject: [PATCH] Rename ssnes.c to retroarch.c. --- Makefile | 4 ++-- Makefile.win | 6 +++--- ssnes.c => retroarch.c | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename ssnes.c => retroarch.c (100%) diff --git a/Makefile b/Makefile index f09b3a96dd..70f456d22e 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ include config.mk -TARGET = ssnes tools/ssnes-joyconfig +TARGET = retroarch tools/retroarch-joyconfig -OBJ = ssnes.o file.o file_path.o hash.o driver.o settings.o dynamic.o message.o rewind.o gfx/gfx_common.o patch.o compat/compat.o screenshot.o audio/utils.o +OBJ = retroarch.o file.o file_path.o hash.o driver.o settings.o dynamic.o message.o rewind.o gfx/gfx_common.o patch.o compat/compat.o screenshot.o audio/utils.o JOYCONFIG_OBJ = tools/ssnes-joyconfig.o conf/config_file.o compat/compat.o HEADERS = $(wildcard */*.h) $(wildcard *.h) diff --git a/Makefile.win b/Makefile.win index c234e23b05..29e9b8fd62 100644 --- a/Makefile.win +++ b/Makefile.win @@ -1,6 +1,6 @@ -TARGET = ssnes.exe -JTARGET = ssnes-joyconfig.exe -OBJ = ssnes.o file.o file_path.o driver.o conf/config_file.o settings.o hash.o dynamic.o message.o rewind.o movie.o gfx/gfx_common.o patch.o compat/compat.o screenshot.o audio/utils.o +TARGET = retroarch.exe +JTARGET = retroarch-joyconfig.exe +OBJ = retroarch.o file.o file_path.o driver.o conf/config_file.o settings.o hash.o dynamic.o message.o rewind.o movie.o gfx/gfx_common.o patch.o compat/compat.o screenshot.o audio/utils.o JOBJ = conf/config_file.o tools/ssnes-joyconfig.o compat/compat.o CC = gcc diff --git a/ssnes.c b/retroarch.c similarity index 100% rename from ssnes.c rename to retroarch.c