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>2009-03-21 07:51:51 +0300
committerMaxime Curioni <maxime.curioni@gmail.com>2009-03-21 07:51:51 +0300
commitf520fb2426f515b815d0c3de2dbe4de247475574 (patch)
tree61b6d83e913a26e366a263c79da1966d54e9e21a /source/blender/freestyle/SConscript
parentc1611c346ff4d8f88f1dcba8e5fada71930551bb (diff)
Corrected stroke/Operators.cpp to compile without warnings
Cleaned up comments
Diffstat (limited to 'source/blender/freestyle/SConscript')
-rw-r--r--source/blender/freestyle/SConscript28
1 files changed, 0 insertions, 28 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index 09c394a3bc4..e83736551a7 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -71,31 +71,3 @@ env.BlenderLib (libname="bf_freestyle",
priority = [25]
)
-########################################################
-# SWIG
-########################################################
-# swig
-#
-# 1] Run the following three commands in the source/blender/freestyle/intern/swig directory.
-#
-# 2] 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)
-#
-# 3] Replace the python directories to suit your config
-
-# export SWIG_LIB=/Users/mx/Documents/work/GSoC_2008/bf-blender/branches/soc-2008-mxcurioni/extern/freestyle/swig/Lib
-
-# cd /Users/mx/Documents/work/GSoC_2008/bf-blender/branches/soc-2008-mxcurioni/source/blender/freestyle/intern/swig
-
-# /Users/mx/Documents/work/GSoC_2008/bf-blender/branches/build/darwin/bin/swig -c++ -python -o ModuleWrapper.cpp Freestyle.i
-
-# mv ./Freestyle.py ../../python/
-
-# 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
-
-########### Mac OS X ###########
-# g++ -bundle -flat_namespace -undefined suppress -w -L/usr/lib/python2.5/config -L/Users/mx/Documents/work/GSoC_2008/bf-blender/branches/build/darwin/lib -lpython2.5 -lbf_freestyle -o ../../python/_Freestyle.so ModuleWrapper.o
-
-########### Linux ###########
-# g++ -shared -w -L/usr/lib/python2.5/config -L/home/joe/bf_blender_freestyle/build/linux2/lib -lpython2.5 -lbf_freestyle -o ../../python/_Freestyle.so ModuleWrapper.o
-