== 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
|
||||
|
||||
Reference in New Issue
Block a user