projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Adding BPY sound module to projectfiles (MSVC 6.0)
[blender-staging.git]
/
po
/
Makefile
diff --git
a/po/Makefile
b/po/Makefile
index 89232013144c826db27a2ba9dbed66fab1b0aa42..3c866fcffcfbc072fb63d167f464d5177b7aebd6 100644
(file)
--- a/
po/Makefile
+++ b/
po/Makefile
@@
-36,17
+36,21
@@
SOURCEDIR = blender/po
include nan_definitions.mk
include nan_definitions.mk
-LINGUAS =
it
+LINGUAS =
ca cs de es fr it ja nl sv
ifeq ($(OS), darwin)
ifeq ($(OS), darwin)
-DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/
.blender/
locale/$@/LC_MESSAGES/
+DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/locale/$@/LC_MESSAGES/
else
DIR = $(OCGDIR)/bin/.blender/locale/$@/LC_MESSAGES/
endif
else
DIR = $(OCGDIR)/bin/.blender/locale/$@/LC_MESSAGES/
endif
-all:: $(LINGUAS)
+all
debug
:: $(LINGUAS)
clean::
clean::
- rm -r $(OCGDIR)/bin/.blender/locale
+ifeq ($(OS), darwin)
+ rm -rf $(OCGDIR)/bin/blender.app/Contents/Resources/locale/
+else
+ rm -rf $(OCGDIR)/bin/.blender/locale/
+endif
$(LINGUAS):
mkdir -p $(DIR)
$(LINGUAS):
mkdir -p $(DIR)