15 lines
		
	
	
		
			325 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			325 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								USING: tools.deploy.config ;
							 | 
						||
| 
								 | 
							
								H{
							 | 
						||
| 
								 | 
							
								    { deploy-c-types? t }
							 | 
						||
| 
								 | 
							
								    { deploy-word-props? t }
							 | 
						||
| 
								 | 
							
								    { deploy-name "4DNav" }
							 | 
						||
| 
								 | 
							
								    { deploy-ui? t }
							 | 
						||
| 
								 | 
							
								    { deploy-math? t }
							 | 
						||
| 
								 | 
							
								    { deploy-threads? t }
							 | 
						||
| 
								 | 
							
								    { deploy-reflection 3 }
							 | 
						||
| 
								 | 
							
								    { deploy-unicode? t }
							 | 
						||
| 
								 | 
							
								    { deploy-io 3 }
							 | 
						||
| 
								 | 
							
								    { "stop-after-last-window?" t }
							 | 
						||
| 
								 | 
							
								    { deploy-word-defs? t }
							 | 
						||
| 
								 | 
							
								}
							 |