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-06 21:23:27 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-05-06 21:23:27 +0400
commit959f1a0f92f09c08de88626e9958ab1cca37e02e (patch)
tree0a4aad056ca83222455a86cb69daf651383791a0 /SConstruct
parent914a4d1a6c39b90ca631fa82742097749236322d (diff)
soc-2008-mxcurioni: swig compiles as independent library
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 4 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 90092c51573..341638c0e0c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -269,7 +269,7 @@ if not quickie and do_clean:
print "clean dir %s"%(B.root_build_dir+dir)
shutil.rmtree(B.root_build_dir+dir)
for confile in ['extern/ffmpeg/config.mak', 'extern/x264/config.mak',
- 'extern/xvidcore/build/generic/platform.inc','extern/freestyle/lib3ds/Makefile']:
+ 'extern/xvidcore/build/generic/platform.inc','extern/freestyle/lib3ds/Makefile','extern/freestyle/swig/Makefile']:
if os.path.exists(confile):
print "clean file %s"%confile
os.remove(confile)
@@ -340,12 +340,15 @@ if env['WITH_BF_PLAYER']:
playerlist = B.create_blender_liblist(env, 'player')
env.BlenderProg(B.root_build_dir, "blenderplayer", dobj + playerlist + thestatlibs, [], thesyslibs, [B.root_build_dir+'/lib'] + thelibincs, 'blenderplayer')
+
+
##### Now define some targets
#------------ INSTALL
#-- binaries
+
blenderinstall = []
if env['OURPLATFORM']=='darwin':
for prg in B.program_list: