== Makefiles ==
Patch from GSR to correctly disable processing of po's when international support is disabled.
This commit is contained in:
@@ -47,10 +47,15 @@ MAKEFLAGS=-I$(NANBLENDERHOME)/source --no-print-directory
|
||||
|
||||
SOURCEDIR =
|
||||
ifeq ($(FREE_WINDOWS),true)
|
||||
DIRS ?= dlltool extern intern source po
|
||||
DIRS ?= dlltool extern intern source
|
||||
endif
|
||||
|
||||
DIRS ?= extern intern source
|
||||
|
||||
ifeq ($(INTERNATIONAL),true)
|
||||
DIRS += po
|
||||
endif
|
||||
|
||||
DIRS ?= extern intern source po
|
||||
include source/nan_subdirs.mk
|
||||
|
||||
.PHONY: release
|
||||
|
||||
+1
-5
@@ -36,11 +36,7 @@ SOURCEDIR = blender/po
|
||||
|
||||
include nan_definitions.mk
|
||||
|
||||
ifeq ($(INTERNATIONAL),true)
|
||||
LINGUAS = ar bg ca cs de el es fr hr it ja nl pl pt_BR ro ru sr sr@Latn sv uk zh_CN
|
||||
else
|
||||
LINGUAS =
|
||||
endif
|
||||
LINGUAS = ar bg ca cs de el es fr hr it ja nl pl pt_BR ro ru sr sr@Latn sv uk zh_CN
|
||||
|
||||
ifeq ($(OS), darwin)
|
||||
DIR = $(OCGDIR)/bin/blender.app/Contents/Resources/locale/$@/LC_MESSAGES/
|
||||
|
||||
Reference in New Issue
Block a user