diff options
Diffstat (limited to 'libs/JSystem/JSupport')
| -rw-r--r-- | libs/JSystem/JSupport/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/JSystem/JSupport/Makefile b/libs/JSystem/JSupport/Makefile index 477294f20b..9961fb3e28 100644 --- a/libs/JSystem/JSupport/Makefile +++ b/libs/JSystem/JSupport/Makefile @@ -30,6 +30,6 @@ $(BUILD_DIR)/libJSupport.a: $(LIBJSUPPORT_A_O_FILES) $(BUILD_DIR)/libs/JSystem/JSupport/%.o: libs/JSystem/JSupport/%.cpp @mkdir -p $(@D) @echo building... $< - @iconv -f UTF-8 -t SHIFT-JIS -o $@.iconv.cpp $< + @iconv -f UTF-8 -t CP932 < $< > $@.iconv.cpp @$(CC) $(CFLAGS) $(LIBJSUPPORT_A_CFLAGS) -c -o $@ $@.iconv.cpp |
