env.Append (LIBS=bs_globals.user_options_dict['FREETYPE_LIBRARY'])
env.Append (LIBPATH=bs_globals.user_options_dict['FREETYPE_LIBPATH'])
env.Append (LIBS=['blender_FTF'])
- env.Append (LIBS=bs_globals.user_options_dict['FTGL_LIBRARY'])
- env.Append (LIBPATH=bs_globals.user_options_dict['FTGL_LIBPATH'])
+ if sys.platform=='darwin':
+ env.Append (LIBS=bs_globals.user_options_dict['FTGL_LIBRARY'])
+ env.Append (LIBPATH=bs_globals.user_options_dict['FTGL_LIBPATH'])
+ else:
+ env.Append (LIBS=['extern_ftgl'])
env.Append (LIBS=bs_globals.user_options_dict['FREETYPE_LIBRARY'])
def blender_libs(env):
'blender_yafray',
'blender_renderconverter',
'blender_radiosity',
- 'blender_LOD',
'blender_BSP',
'blender_blenkernel',
+ 'blender_LOD',
'blender_IK',
- 'blender_ONL'])
+ 'blender_ONL',
+ 'blender_elbeem' ])
def ketsji_libs(env):
"""
env.Append (LIBS=['KX_blenderhook',
'KX_converter',
'PHY_Dummy',
+ 'PHY_Bullet',
'PHY_Physics',
+ 'extern_bullet',
'KX_ketsji',
'SCA_GameLogic',
'RAS_rasterizer',
Link order shenannigans: these libs are added after common_libs
"""
env.Append (LIBS=['blender_blenkernel_blc',
- 'soundsystem'])
+ 'blender_LOD',
+ 'soundsystem'])
def winblenderres(env):
"""