Skip to content

Commit

Permalink
Update Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Jun 16, 2017
1 parent cf71d46 commit e6a1afd
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Makefile.ctr.salamander
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ OBJ := ctr/ctr_system.o \
libretro-common/compat/compat_strl.o \
libretro-common/file/config_file.o \
libretro-common/streams/file_stream.o \
libretro-common/file/retro_stat.o \
libretro-common/hash/rhash.o \
file_path_str.o \
verbosity.o
Expand Down
1 change: 0 additions & 1 deletion Makefile.ps3.salamander
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ PPU_SRCS = frontend/frontend_salamander.c \
libretro-common/lists/dir_list.c \
libretro-common/lists/string_list.c \
libretro-common/file/retro_dirent.c \
libretro-common/file/retro_stat.c \
libretro-common/hash/rhash.c \
libretro-common/string/stdstring.c \
libretro-common/compat/compat_strl.c \
Expand Down
1 change: 0 additions & 1 deletion Makefile.psp1.salamander
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ OBJS = frontend/frontend_salamander.o \
libretro-common/compat/compat_strcasestr.o \
libretro-common/file/config_file.o \
libretro-common/streams/file_stream.o \
libretro-common/file/retro_stat.o \
libretro-common/hash/rhash.o \
file_path_str.o \
verbosity.o \
Expand Down
1 change: 0 additions & 1 deletion Makefile.vita.salamander
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ OBJS = frontend/frontend_salamander.o \
libretro-common/compat/compat_strcasestr.o \
libretro-common/file/config_file.o \
libretro-common/streams/file_stream.o \
libretro-common/file/retro_stat.o \
libretro-common/hash/rhash.o \
file_path_str.o \
verbosity.o
Expand Down
1 change: 0 additions & 1 deletion Makefile.wii.salamander
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ OBJ = frontend/frontend_salamander.o \
libretro-common/lists/dir_list.o \
libretro-common/streams/file_stream.o \
libretro-common/file/retro_dirent.o \
libretro-common/file/retro_stat.o \
libretro-common/compat/compat_strl.o \
libretro-common/compat/compat_strcasestr.o \
libretro-common/file/config_file.o \
Expand Down
1 change: 0 additions & 1 deletion Makefile.wiiu.salamander
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ OBJ += libretro-common/file/retro_dirent.o
OBJ += libretro-common/compat/compat_strl.o
OBJ += libretro-common/file/config_file.o
OBJ += libretro-common/streams/file_stream.o
OBJ += libretro-common/file/retro_stat.o
OBJ += libretro-common/hash/rhash.o
OBJ += file_path_str.o
OBJ += verbosity.o
Expand Down

0 comments on commit e6a1afd

Please sign in to comment.