13 lines
		
	
	
		
			280 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			280 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								USING: tools.deploy.config ;
							 | 
						||
| 
								 | 
							
								V{
							 | 
						||
| 
								 | 
							
								    { deploy-ui? t }
							 | 
						||
| 
								 | 
							
								    { deploy-io 1 }
							 | 
						||
| 
								 | 
							
								    { deploy-reflection 1 }
							 | 
						||
| 
								 | 
							
								    { deploy-compiler? t }
							 | 
						||
| 
								 | 
							
								    { deploy-math? t }
							 | 
						||
| 
								 | 
							
								    { deploy-word-props? f }
							 | 
						||
| 
								 | 
							
								    { deploy-c-types? f }
							 | 
						||
| 
								 | 
							
								    { "stop-after-last-window?" t }
							 | 
						||
| 
								 | 
							
								    { deploy-name "Catalyst Talk" }
							 | 
						||
| 
								 | 
							
								}
							 |