Added missing include path for BIF_toolbox.h.

This commit is contained in:
Simon Clitherow
2004-12-12 16:24:08 +00:00
parent 7e4daad9fa
commit c021f10783

View File

@@ -19,6 +19,7 @@ quicktime_env.Append (CPPPATH = ['.',
'../imbuf',
'../imbuf/intern',
'../blenloader',
'../render/extern/include'])
'../render/extern/include',
'../include'])
quicktime_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_quicktime', source=source_files)