summaryrefslogtreecommitdiff
path: root/libs/JSystem/J3DGraphAnimator
diff options
context:
space:
mode:
Diffstat (limited to 'libs/JSystem/J3DGraphAnimator')
-rw-r--r--libs/JSystem/J3DGraphAnimator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/JSystem/J3DGraphAnimator/Makefile b/libs/JSystem/J3DGraphAnimator/Makefile
index ed2142d0ea..febf03726b 100644
--- a/libs/JSystem/J3DGraphAnimator/Makefile
+++ b/libs/JSystem/J3DGraphAnimator/Makefile
@@ -44,6 +44,6 @@ $(BUILD_DIR)/libJ3DGraphAnimator.a: $(LIBJ3DGRAPHANIMATOR_A_O_FILES)
$(BUILD_DIR)/libs/JSystem/J3DGraphAnimator/%.o: libs/JSystem/J3DGraphAnimator/%.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) $(LIBJ3DGRAPHANIMATOR_A_CFLAGS) -c -o $@ $@.iconv.cpp