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-27 18:49:28 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-05-27 18:49:28 +0400
commit58066fd0af30388a6bf29fa897fb0300b37c5c7b (patch)
tree4afc460ab2b06407aba9078637eee9d16b174778 /source/blender/freestyle
parent21c479789619767e9c1edb5e8dc4e301d900f179 (diff)
soc-2008-mxcurioni: updated SWIG module linking instruction
Diffstat (limited to 'source/blender/freestyle')
-rw-r--r--source/blender/freestyle/SConscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index 7fae14cd457..198eb2ed422 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -76,6 +76,11 @@ env.BlenderLib (libname="bf_freestyle",
# SWIG
########################################################
# swig
+#
+# Run the following two commands in the source/blender/freestyle/intern/swig directory.
+#
+# Replace /Users/mx/Documents/work/GSoC_2008/bf-blender/branches/build/darwin/lib to the path
+# of your library directory (used to locate libbf_freestyle.a)
# g++ -w -I../geometry -I../image -I../scene_graph -I../stroke -I../system -I../view_map -I../winged_edge -I/usr/include/python2.5 -I../../../blenlib -I../../../blenkernel -I../../../imbuf -I../../../makesdna -c ModuleWrapper.cpp -o ModuleWrapper.o