Added our own Shift-JIS to Unicode converter

This removes the dependency on iconv, meaning MSVC2003 should be able to
compile the Japanese build now.
This commit is contained in:
Clownacy 2019-03-11 03:06:41 +00:00
parent 7e360769ca
commit 6744235892
3 changed files with 1614 additions and 39 deletions

View file

@ -27,9 +27,6 @@ ifeq ($(WINDOWS), 1)
ifeq ($(CONSOLE), 1) ifeq ($(CONSOLE), 1)
CXXFLAGS += -mconsole CXXFLAGS += -mconsole
endif endif
ifeq ($(JAPANESE), 1)
LIBS += -liconv
endif
CXXFLAGS += -DWINDOWS CXXFLAGS += -DWINDOWS
LIBS += -lkernel32 LIBS += -lkernel32

View file

@ -10,7 +10,7 @@ Cave Story Engine 2 is based off of the *original freeware release* by Studio Pi
## Dependencies ## Dependencies
This project currently depends on SDL2 and FreeType. The Japanese build also requires iconv. This project currently depends on SDL2 and FreeType.
## Building ## Building

File diff suppressed because it is too large Load diff