mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 00:40:09 +00:00
Rename ssnes.c to retroarch.c.
This commit is contained in:
parent
f74d5a03a9
commit
3a7ad61879
4
Makefile
4
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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user