soc-2008-mxcurioni: corrected compilation issues (remnants of extern_lib3ds)

This commit is contained in:
Maxime Curioni
2008-09-07 14:13:26 +00:00
parent cacd8a2a79
commit 98b18bc679
11 changed files with 15 additions and 62 deletions

View File

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