[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15010] branches/soc-2008-mxcurioni/source /blender/freestyle/SConscript: soc-2008-mxcurioni: updated SWIG module linking instruction

Maxime Curioni maxime.curioni at gmail.com
Tue May 27 16:49:28 CEST 2008


Revision: 15010
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15010
Author:   mxcurioni
Date:     2008-05-27 16:49:28 +0200 (Tue, 27 May 2008)

Log Message:
-----------
soc-2008-mxcurioni: updated SWIG module linking instruction

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/SConscript

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/SConscript
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/SConscript	2008-05-27 14:31:29 UTC (rev 15009)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/SConscript	2008-05-27 14:49:28 UTC (rev 15010)
@@ -76,6 +76,11 @@
 # 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
 





More information about the Bf-blender-cvs mailing list