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
path: root/tools
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 /tools
parentcacd8a2a79e6d2e6852ec2f464c82d8e80339a50 (diff)
soc-2008-mxcurioni: corrected compilation issues (remnants of extern_lib3ds)
Diffstat (limited to 'tools')
-rw-r--r--tools/Blender.py2
-rwxr-xr-xtools/btools.py9
2 files changed, 1 insertions, 10 deletions
diff --git a/tools/Blender.py b/tools/Blender.py
index 5eaeab7f5ae..f931cc7af22 100644
--- a/tools/Blender.py
+++ b/tools/Blender.py
@@ -158,8 +158,6 @@ def setup_syslibs(lenv):
syslibs += Split(lenv['BF_OPENEXR_LIB'])
if lenv['WITH_BF_FFMPEG']:
syslibs += Split(lenv['BF_FFMPEG_LIB'])
- if lenv['WITH_BF_FREESTYLE']:
- syslibs += Split(lenv['BF_LIB3DS_LIB'])
syslibs += Split(lenv['BF_SDL_LIB'])
if not lenv['WITH_BF_STATICOPENGL']:
syslibs += Split(lenv['BF_OPENGL_LIB'])
diff --git a/tools/btools.py b/tools/btools.py
index a890315e7bf..f8f9eacd6b1 100755
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -66,7 +66,7 @@ def validate_arguments(args, bc):
'BF_FANCY', 'BF_QUIET',
'BF_X264_CONFIG',
'BF_XVIDCORE_CONFIG',
- 'BF_WITH_BF_FREESTYLE', 'BF_FREESTYLE', 'BF_FREESTYLE_SRC', 'BF_SWIG', 'BF_SWIG_LIB', 'BF_LIB3DS', 'BF_LIB3DS_LIB', 'BF_LIB3DS_INC'
+ 'BF_WITH_BF_FREESTYLE'
]
arg_list = ['BF_DEBUG', 'BF_QUIET', 'BF_CROSS', 'BF_UPDATE',
@@ -251,13 +251,6 @@ def read_opts(cfg, args):
('BF_WINTAB_INC', 'WinTab include dir', ''),
(BoolOption('WITH_BF_FREESTYLE', 'Use Freestyle if true', 'true')),
- ('BF_FREESTYLE', 'Freestyle base path', ''),
- ('BF_FREESTYLE_SRC', 'Freestyle source path', ''),
- ('BF_SWIG', 'SWIG base path', ''),
- ('BF_SWIG_LIB', 'SWIG library', ''),
- ('BF_LIB3DS', 'lib3ds base path', ''),
- ('BF_LIB3DS_LIB', 'lib3ds library', ''),
- ('BF_LIB3DS_INC', 'lib3ds include path', ''),
##
##WITH_BF_NSPR = 'true'