 322ff7dfe4
			
		
	
	322ff7dfe4
	
	
	
		
			
			The butterfly wing flap, causing a nice storm in the rest of blender. Now all dependencies should point ok again. CMakers, do double-test.
		
			
				
	
	
		
			11 lines
		
	
	
		
			360 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			360 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| #!/usr/bin/python
 | |
| Import ('env')
 | |
| 
 | |
| sources = env.Glob('*.c')
 | |
| 
 | |
| incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
 | |
| incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
 | |
| incs += ' ../../makesrna ../../blenloader'
 | |
| 
 | |
| env.BlenderLib ( 'bf_editors_space_time', sources, Split(incs), [], libtype=['core'], priority=[65] )
 |