Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/coolgirl-multicart/coolgirl-multirom-builder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2016-07-08 00:26:43 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2016-07-08 00:26:43 +0300
commitd3a042e28ce618e14a977c14a9b07b28a151b884 (patch)
treed45a32b0db38434bc98959dd78bede57c2482fa5 /Makefile
parent0355a0e8231c4ddb0e4779d7c34af5d27dad6817 (diff)
Language selection for messages
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 481501e..ac0c87d 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ OFFSETS?=offsets.xml
REPORT?=report_$(GAMES).txt
EXECUTABLE?=menu_$(GAMES).nes
UNIF?=multirom_$(GAMES).unf
+LANGUAGE?=rus
ifneq ($(NOSORT),0)
SORT=--nosort
@@ -27,7 +28,7 @@ $(EXECUTABLE): $(SOURCES) menu_pattern0.dat menu_nametable0.dat menu_palette0.da
rm -f $(MENU) && rm -f $(EXECUTABLE) && $(NESASM) $(SOURCES) && mv -f $(MENU) $(EXECUTABLE)
games.asm $(OFFSETS): $(GAMES)
- $(COMBINER) prepare --games $(GAMES) --asm games.asm --maxsize $(SIZE) --offsets $(OFFSETS) --report $(REPORT) $(SORT)
+ $(COMBINER) prepare --games $(GAMES) --asm games.asm --maxsize $(SIZE) --offsets $(OFFSETS) --report $(REPORT) $(SORT) --language $(LANGUAGE)
$(UNIF): $(EXECUTABLE) $(OFFSETS)
$(COMBINER) combine --loader $(EXECUTABLE) --offsets $(OFFSETS) --unif $(UNIF)