9 lines
		
	
	
		
			142 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			142 B
		
	
	
	
		
			Python
		
	
	
	
	
	
#!/usr/bin/env python
 | 
						|
 | 
						|
Import("env")
 | 
						|
 | 
						|
env.add_source_files(env.editor_sources, "*.cpp")
 | 
						|
 | 
						|
SConscript("gizmos/SCsub")
 | 
						|
SConscript("tiles/SCsub")
 |