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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-03-23 17:25:35 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-03-23 17:25:35 +0300
commit3c45a2d2984723caba3846f143d90b3f0c69aede (patch)
tree113dca92841eb2a1420dcc0cf098539490c7b2ba /source/blender/collada/SConscript
parent392829c6ea2350078f1018a216190cea8acf6e4f (diff)
COLLADA: supporting barebone class for <extra> support (incomplete).
Diffstat (limited to 'source/blender/collada/SConscript')
-rw-r--r--source/blender/collada/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/SConscript b/source/blender/collada/SConscript
index 10c3fcaeb96..b2a25e81dd5 100644
--- a/source/blender/collada/SConscript
+++ b/source/blender/collada/SConscript
@@ -35,7 +35,7 @@ defs = []
if env['OURPLATFORM']=='darwin':
incs = '../blenlib ../blenkernel ../windowmanager ../blenloader ../makesdna ../makesrna ../editors/include ../../../intern/guardedalloc [OPENCOLLADA]/COLLADAStreamWriter [OPENCOLLADA]/COLLADABaseUtils [OPENCOLLADA]/COLLADAFramework [OPENCOLLADA]/COLLADASaxFrameworkLoader '.replace('[OPENCOLLADA]', env['BF_OPENCOLLADA_INC'])
else:
- incs = '../blenlib ../blenkernel ../windowmanager ../makesdna ../blenloader ../makesrna ../editors/include ../../../intern/guardedalloc [OPENCOLLADA]/COLLADAStreamWriter/include [OPENCOLLADA]/COLLADABaseUtils/include [OPENCOLLADA]/COLLADAFramework/include [OPENCOLLADA]/COLLADASaxFrameworkLoader/include '.replace('[OPENCOLLADA]', env['BF_OPENCOLLADA_INC'])
+ incs = '../blenlib ../blenkernel ../windowmanager ../makesdna ../blenloader ../makesrna ../editors/include ../../../intern/guardedalloc [OPENCOLLADA]/COLLADAStreamWriter/include [OPENCOLLADA]/COLLADABaseUtils/include [OPENCOLLADA]/COLLADAFramework/include [OPENCOLLADA]/COLLADASaxFrameworkLoader/include [OPENCOLLADA]/GeneratedSaxParser/include '.replace('[OPENCOLLADA]', env['BF_OPENCOLLADA_INC'])
if env['BF_BUILDINFO']:
defs.append('NAN_BUILDINFO')