== Makefiles ==

Patch from GSR to correctly disable processing of po's when
international support is disabled.
This commit is contained in:
Chris Want
2008-03-05 20:58:29 +00:00
parent 4037ef7714
commit 715a721c4b
2 changed files with 8 additions and 7 deletions
+7 -2
View File
@@ -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