 521fe6739a
			
		
	
	521fe6739a
	
	
	
		
			
			New priorities for most libs, at least core. This is still for Blender proper, BGE and such still to come.
		
			
				
	
	
		
			10 lines
		
	
	
		
			274 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			274 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| #!/usr/bin/python
 | |
| Import ('env')
 | |
| 
 | |
| sources = env.Glob('*.c')
 | |
| 
 | |
| incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
 | |
| incs += ' #/intern/guardedalloc'
 | |
| 
 | |
| env.BlenderLib ( 'bf_editor_datafiles', sources, Split(incs), [], libtype=['core'], priority=[135] )
 |