2.5 / SCons
New priorities for most libs, at least core. This is still for Blender proper, BGE and such still to come.
This commit is contained in:
@@ -19,11 +19,7 @@ incs = ['.',
|
||||
|
||||
incs.append(env['BF_QUICKTIME_INC'])
|
||||
|
||||
if env['OURPLATFORM'] in ['win32-vc', 'darwin']:
|
||||
types = ['core', 'player']
|
||||
priorities = [115, 200]
|
||||
else:
|
||||
types = ['core']
|
||||
priorities = [115]
|
||||
types = ['core']
|
||||
priorities = [200]
|
||||
|
||||
env.BlenderLib ('bf_quicktime', sources=source_files, includes=incs, defines=['WITH_QUICKTIME'], libtype=types, priority=priorities)
|
||||
|
Reference in New Issue
Block a user