2 Import ('user_options_dict')
5 blenloader_env = library_env.Copy ()
7 source_files = ['intern/genfile.c',
8 'intern/readblenentry.c',
13 blenloader_env.Append (CPPPATH = ['.',
15 '#/intern/guardedalloc',
22 '../../kernel/gen_messaging',
23 '../render/extern/include',
27 blenloader_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_blenloader', source=source_files)
28 blenloader_env.Append (CPPPATH = user_options_dict['Z_INCLUDE'])