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--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 71f49a7aad9..abb98597341 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,10 @@ export NANBLENDERHOME=$(shell pwd)
MAKEFLAGS=-I$(NANBLENDERHOME)/source --no-print-directory
SOURCEDIR = blender
+ifeq ($(FREE_WINDOWS),true)
+ DIRS ?= dlltool intern source po
+endif
+
DIRS ?= extern intern source po
include source/nan_subdirs.mk