include LANG in obj dir name

This commit is contained in:
ehouse 2007-04-12 01:22:31 +00:00
parent 54e0ab64d1
commit d98f02c79e

View file

@ -72,6 +72,9 @@ endif
endif
endif
ifneq ($(LANG),en_US)
PLATFORM := $(PLATFORM)_$(shell echo $(LANG) | tr [A-Z] [a-z])
endif
APPNAME = "$(NAME)"