mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-06 20:45:54 +01:00
change user-visible name
This commit is contained in:
parent
34462d05d6
commit
457af0a892
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ LIBS = $(LIBS_ALLSERIES) $(LIBS_$(SERIES))
|
||||||
# $(EPOCTRGREL)/bitgdi.lib \
|
# $(EPOCTRGREL)/bitgdi.lib \
|
||||||
|
|
||||||
NAME = xwords_$(SERIES)
|
NAME = xwords_$(SERIES)
|
||||||
|
USERNAME = Crosswords
|
||||||
ARCH = series$(SERIES)
|
ARCH = series$(SERIES)
|
||||||
SYMARCH = SERIES_$(SERIES)
|
SYMARCH = SERIES_$(SERIES)
|
||||||
|
|
||||||
|
@ -144,7 +144,7 @@ icon.$(ARCH).mbm: $(ICON_SRC)
|
||||||
|
|
||||||
$(NAME).aifspec: icon.$(ARCH).mbm
|
$(NAME).aifspec: icon.$(ARCH).mbm
|
||||||
@echo "mbmfile=$<" > $@
|
@echo "mbmfile=$<" > $@
|
||||||
@echo "ELangEnglish=$(NAME)" >> $@
|
@echo "ELangEnglish=$(USERNAME)" >> $@
|
||||||
|
|
||||||
# I'm adding my own rules here because I can't figure out how to use
|
# I'm adding my own rules here because I can't figure out how to use
|
||||||
# the default ones when src and obj live in different directories.
|
# the default ones when src and obj live in different directories.
|
||||||
|
|
Loading…
Add table
Reference in a new issue