soc-2008-mxcurioni: updated SWIG module linking instruction

This commit is contained in:
Maxime Curioni
2008-05-27 14:49:28 +00:00
parent 21c4797896
commit 58066fd0af

View File

@@ -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