create .po files in the application bundle on os x

This commit is contained in:
Stefan Gartner 2003-05-13 11:30:22 +00:00
parent ee8693d6bf
commit 1beb81a319

@ -37,7 +37,11 @@ SOURCEDIR = blender/po
include nan_definitions.mk
LINGUAS = it
ifeq ($(OS), darwin)
DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/.blender/locale/$@/LC_MESSAGES/
else
DIR = $(OCGDIR)/bin/.blender/locale/$@/LC_MESSAGES/
endif
all:: $(LINGUAS)