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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-09-07 18:13:26 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-09-07 18:13:26 +0400
commit98b18bc679388a2c036c9fed48a835ac71963b7f (patch)
treead936e0bf00899d00d84a4134647fc54c0df304d /source/blender/freestyle/SConscript
parentcacd8a2a79e6d2e6852ec2f464c82d8e80339a50 (diff)
soc-2008-mxcurioni: corrected compilation issues (remnants of extern_lib3ds)
Diffstat (limited to 'source/blender/freestyle/SConscript')
-rw-r--r--source/blender/freestyle/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index f74479a8309..93c931cdbfe 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -8,9 +8,7 @@ incs = ''
incs += '../blenkernel ../blenlib ../imbuf ../makesdna ../python '
incs += '../render/extern/include ../render/intern/include ../include ../src'
-incs += ' #/extern/freestyle/lib3ds'
incs += ' ' + env['BF_PYTHON_INC']
-incs += ' ' + env['BF_LIB3DS_INC']
incs += ' ' + env['BF_PNG_INC']
########################################################