The command: svn merge -r 23130:23129 https://svn.blender.org/svnroot/bf-blender/branches/soc-2009-kazanbas
		
			
				
	
	
		
			12 lines
		
	
	
		
			226 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			226 B
		
	
	
	
		
			Python
		
	
	
	
	
	
#!/usr/bin/python
 | 
						|
Import ('env')
 | 
						|
 | 
						|
objs = []
 | 
						|
 | 
						|
o = SConscript('intern/SConscript')
 | 
						|
objs += o
 | 
						|
 | 
						|
incs = '#/intern/guardedalloc .'
 | 
						|
 | 
						|
env.BlenderLib ( 'bf_dna', objs, Split(incs), [], libtype=['core','player'], priority = [215,200] )
 |