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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-05-06 21:23:27 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-05-06 21:23:27 +0400
commit959f1a0f92f09c08de88626e9958ab1cca37e02e (patch)
tree0a4aad056ca83222455a86cb69daf651383791a0 /source
parent914a4d1a6c39b90ca631fa82742097749236322d (diff)
soc-2008-mxcurioni: swig compiles as independent library
Diffstat (limited to 'source')
-rw-r--r--source/blender/freestyle/SConscript24
1 files changed, 15 insertions, 9 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index ce8b9d0f224..7e859e58c58 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -1,10 +1,16 @@
#!/usr/bin/python
-# import sys
-# Import ('env')
-#
-# sources = ['']
-#
-# incs = ' '
-# incs += ' ' + env['BF_LIB3DS_INC']
-#
-# env.BlenderLib ( 'bf_freestyle', sources, Split(incs), Split(defs), libtype=['international','player'], priority=[0, 205] )
+import sys
+Import ('env')
+
+sources = []
+defs = []
+
+incs = '#/extern/freestyle/lib3ds #/extern/freestyle/swig'
+incs += ' ' + env['BF_LIB3DS_INC']
+
+# env.BlenderLib (libname="bf_freestyle",
+# sources=sources,
+# includes=Split(incs),
+# defines=defs,
+# libtype=['blender'],
+# priority = [15] ) \ No newline at end of file