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
path: root/source
diff options
context:
space:
mode:
authorStefan Gartner <stefang@aon.at>2010-01-19 21:50:18 +0300
committerStefan Gartner <stefang@aon.at>2010-01-19 21:50:18 +0300
commita22f240b599fec33f2eacc400631d25ec446f380 (patch)
treeb5d1456c7a64751d759912f6c14161290ab7eaef /source
parentaab621eb43aec0c404824739129709e7cdf7a57a (diff)
Makefiles: renamed NAN_PCRE to BF_PCRE to keep consistent with other pcre related variables
Diffstat (limited to 'source')
-rw-r--r--source/nan_definitions.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index 24fe489a26c..ac40b9cb807 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -155,7 +155,7 @@ ifndef CONFIG_GUESS
export BF_OPENCOLLADA_INC ?= $(BF_OPENCOLLADA)/include
export BF_OPENCOLLADA_LIBS ?= $(BF_OPENCOLLADA)/lib/libOpenCOLLADASaxFrameworkLoader.a $(BF_OPENCOLLADA)/lib/libOpenCOLLADAFramework.a $(BF_OPENCOLLADA)/lib/libOpenCOLLADABaseUtils.a $(BF_OPENCOLLADA)/lib/libOpenCOLLADAStreamWriter.a $(BF_OPENCOLLADA)/lib/libMathMLSolver.a $(BF_OPENCOLLADA)/lib/libGeneratedSaxParser.a $(BF_OPENCOLLADA)/lib/libUTF.a -lxml2
export BF_PCRE ?= $(LCGDIR)/pcre
- export BF_PCRE_LIBS ?= $(NAN_PCRE)/lib/libpcre.a
+ export BF_PCRE_LIBS ?= $(BF_PCRE)/lib/libpcre.a
endif
@@ -274,7 +274,7 @@ ifndef CONFIG_GUESS
export USE_QTKIT = true
endif
- export NAN_PCRE = $(LCGDIR)/opencollada
+ export BF_PCRE = $(LCGDIR)/opencollada
else
ifeq ($(OS),freebsd)