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/config
diff options
context:
space:
mode:
authorJoseph Eagar <joeedh@gmail.com>2008-11-30 16:25:59 +0300
committerJoseph Eagar <joeedh@gmail.com>2008-11-30 16:25:59 +0300
commit141f5f73f2243be81d520219afe91a83f9952134 (patch)
tree01a254f2fea4bc6b632173c993f1fd2b7df10934 /config
parent3c4132177f4245a81fa9a506b29ba471df5e3e54 (diff)
scons build dir was assumed to be relative, this isn't always the case. also, defined BF_PROFILE_FLAGS for win32-ming.
Diffstat (limited to 'config')
-rw-r--r--config/win32-mingw-config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index 22666851f28..6483b215182 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -165,8 +165,9 @@ BF_DEBUG = False
BF_DEBUG_CCFLAGS= ['-g']
BF_PROFILE_CCFLAGS = ['-pg','-g']
+BF_PROFILE_FLAGS = BF_PROFILE_CCFLAGS
BF_PROFILE = False
BF_BUILDDIR = '..\\build\\win32-mingw'
BF_INSTALLDIR='..\\install\\win32-mingw'
-BF_DOCDIR = '..\\install\\doc' \ No newline at end of file
+BF_DOCDIR = '..\\install\\doc'