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-05-12 01:13:54 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-05-12 01:13:54 +0400
commit6069124ac9ae87802503b1370868b3d8b239fc13 (patch)
tree4b474c3bfbbba12be4be008b442db9afdeddadd7 /source/blender/freestyle
parentc785d7493ea72797afd369152e929f80f88795ae (diff)
soc-2008-mxcurioni: lib3ds SConscript updated to compile under Win32 configs
Diffstat (limited to 'source/blender/freestyle')
-rw-r--r--source/blender/freestyle/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index b56c0c66c6e..de97e261bfb 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -7,7 +7,7 @@ defs = []
incs = ''
incs += '../blenkernel ../blenlib ../imbuf ../makesdna'
-# incs += ' #/extern/freestyle/lib3ds #/extern/freestyle/swig'
+incs += ' #/extern/freestyle/lib3ds'
incs += ' ' + env['BF_PYTHON_INC']
incs += ' ' + env['BF_LIB3DS_INC']
incs += ' ' + env['BF_PNG_INC']