diff options
author | Nebuleon Fumika | 2013-01-01 21:31:25 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2013-01-01 21:31:25 -0500 |
commit | c43b58481f2ef0cb44b36ff507ad12b376fdcdb0 (patch) | |
tree | c6ce6b1f52a841ea600029c3c0712a6017f249e9 /Makefile | |
parent | 3cd20e203f3b0af8c32921f86547a126d74b34eb (diff) | |
download | snes9x2005-c43b58481f2ef0cb44b36ff507ad12b376fdcdb0.tar.gz snes9x2005-c43b58481f2ef0cb44b36ff507ad12b376fdcdb0.tar.bz2 snes9x2005-c43b58481f2ef0cb44b36ff507ad12b376fdcdb0.zip |
Remove unused files. This reduces the plugin's size by 214 KB.
unicode.c, unicode.h, charsets.c, charsets.h: UTF-8 is universally used in CATSFC. Drop unused support for GBK/SJIS encodings.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -31,10 +31,9 @@ NM = $(CROSS)nm OBJDUMP = $(CROSS)objdump
# - - - Sources and objects - - -
-C_SOURCES = source/unicode.c \
- source/unzip/explode.c source/unzip/unreduce.c \
+C_SOURCES = source/unzip/explode.c source/unzip/unreduce.c \
source/unzip/unshrink.c source/unzip/unzip.c \
- source/nds/bdf_font.c source/nds/bitmap.c source/nds/charsets.c \
+ source/nds/bdf_font.c source/nds/bitmap.c \
source/nds/draw.c source/nds/ds2_main.c source/nds/gcheat.c \
source/nds/gui.c
CPP_SOURCES = source/apu.cpp source/apudebug.cpp source/c4.cpp \
|