aboutsummaryrefslogtreecommitdiffhomepage
path: root/source/Makefile
diff options
context:
space:
mode:
authorAlvin Wong <[email protected]>2021-03-31 18:29:53 +0800
committerAlvin Wong <[email protected]>2021-04-05 16:40:31 +0800
commite01361ddde264a7c7c9969add0112f6f6b6e23c5 (patch)
treef24f2695b358ae3316fb725bfde6c0510cbd0dfa /source/Makefile
parent53c02dca33d89c636371eacca5613a74a7ac0656 (diff)
downloadIronOS-e01361ddde264a7c7c9969add0112f6f6b6e23c5.tar.gz
IronOS-e01361ddde264a7c7c9969add0112f6f6b6e23c5.zip
Add messageWarn translation definition type
Diffstat (limited to 'source/Makefile')
-rw-r--r--source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile b/source/Makefile
index 5a5c3070..008c05ed 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -316,7 +316,7 @@ $(OUT_OBJS_S): $(OUTPUT_DIR)/%.o: %.S Makefile
@echo 'Building file: $<'
@$(AS) -c $(AFLAGS) $< -o $@
-Core/Gen/Translation.%.cpp: ../Translations/translation_%.json Makefile ../Translations/make_translation.py ../Translations/translations_commons.js ../Translations/font_tables.py ../Translations/wqy-bitmapsong/wenquanyi_9pt.bdf
+Core/Gen/Translation.%.cpp: ../Translations/translation_%.json Makefile ../Translations/make_translation.py ../Translations/translations_def.js ../Translations/font_tables.py ../Translations/wqy-bitmapsong/wenquanyi_9pt.bdf
@test -d $(@D) || mkdir -p $(@D)
@echo 'Generating translations for language $*'
@python3 ../Translations/make_translation.py -o $(PWD)/$@ $*