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-09-07 18:13:26 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-09-07 18:13:26 +0400
commit98b18bc679388a2c036c9fed48a835ac71963b7f (patch)
treead936e0bf00899d00d84a4134647fc54c0df304d /SConstruct
parentcacd8a2a79e6d2e6852ec2f464c82d8e80339a50 (diff)
soc-2008-mxcurioni: corrected compilation issues (remnants of extern_lib3ds)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 69908045173..53b3ce70328 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/freestyle/swig/Makefile']:
+ 'extern/xvidcore/build/generic/platform.inc']:
if os.path.exists(confile):
print "clean file %s"%confile
os.remove(confile)