Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b77adf82cfb..230f223b67d 100644
--- a/Makefile
+++ b/Makefile
@@ -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